Changeset 5550323 in mainline for abi/include/abi/elf.h


Ignore:
Timestamp:
2016-08-27T19:49:39Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b1dc282
Parents:
1e5d01b
Message:

update cstyle for future EM_RISCV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/elf.h

    r1e5d01b r5550323  
    5555 * ELF machine types
    5656 */
    57 #define EM_NO           0   /* No machine */
    58 #define EM_SPARC        2   /* SPARC */
    59 #define EM_386          3   /* i386 */
    60 #define EM_MIPS         8   /* MIPS RS3000 */
    61 #define EM_MIPS_RS3_LE  10  /* MIPS RS3000 LE */
    62 #define EM_PPC          20  /* PPC32 */
    63 #define EM_PPC64        21  /* PPC64 */
    64 #define EM_ARM          40  /* ARM */
    65 #define EM_SPARCV9      43  /* SPARC64 */
    66 #define EM_IA_64        50  /* IA-64 */
    67 #define EM_X86_64       62  /* AMD64/EMT64 */
     57#define EM_NO           0    /* No machine */
     58#define EM_SPARC        2    /* SPARC */
     59#define EM_386          3    /* i386 */
     60#define EM_MIPS         8    /* MIPS RS3000 */
     61#define EM_MIPS_RS3_LE  10   /* MIPS RS3000 LE */
     62#define EM_PPC          20   /* PPC32 */
     63#define EM_PPC64        21   /* PPC64 */
     64#define EM_ARM          40   /* ARM */
     65#define EM_SPARCV9      43   /* SPARC64 */
     66#define EM_IA_64        50   /* IA-64 */
     67#define EM_X86_64       62   /* AMD64/EMT64 */
    6868
    6969/**
Note: See TracChangeset for help on using the changeset viewer.