Changeset 9e5938dc in mainline for generic/include/elf32.h


Ignore:
Timestamp:
2006-03-05T13:30:31Z (19 years ago)
Author:
Sergey Bondari <bondari@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc314be8
Parents:
bd21922
Message:

ELF framework for all archs. SPARC V9 not tested to compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/elf32.h

    rbd21922 r9e5938dc  
    5353 */
    5454#define EM_NO           0       // No machine
    55 #define EM_M32          1       // AT&T WE 32100
    5655#define EM_SPARC        2       // SPARC
    5756#define EM_386          3       // i386
    58 #define EM_68K          4       // Motorola 68000
    59 #define EM_88K          5       // Motorola 88000
    60 #define EM_860          7       // i80860
    6157#define EM_MIPS         8       // MIPS RS3000
     58#define EM_MIPS_RS3_LE  10      // MIPS RS3000 LE
     59#define EM_PPC          20      // PPC32
     60#define EM_PPC64        21      // PPC64
     61#define EM_SPARCV9      43      // SPARC64
     62#define EM_IA_64        50      // IA-64
     63#define EM_X86_64       62      // AMD64/EMT64
    6264
    6365/**
Note: See TracChangeset for help on using the changeset viewer.