OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [include/] [elf/] [common.h] - Diff between revs 148 and 161

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 148 Rev 161
Line 60... Line 60...
 
 
#define EI_OSABI        7       /* Operating System/ABI indication */
#define EI_OSABI        7       /* Operating System/ABI indication */
#define ELFOSABI_NONE         0 /* UNIX System V ABI */
#define ELFOSABI_NONE         0 /* UNIX System V ABI */
#define ELFOSABI_HPUX         1 /* HP-UX operating system */
#define ELFOSABI_HPUX         1 /* HP-UX operating system */
#define ELFOSABI_NETBSD       2 /* NetBSD */
#define ELFOSABI_NETBSD       2 /* NetBSD */
#define ELFOSABI_LINUX        3 /* GNU/Linux */
#define ELFOSABI_GNU          3 /* GNU */
#define ELFOSABI_HURD         4 /* GNU/Hurd */
#define ELFOSABI_LINUX        3 /* Alias for ELFOSABI_GNU */
#define ELFOSABI_SOLARIS      6 /* Solaris */
#define ELFOSABI_SOLARIS      6 /* Solaris */
#define ELFOSABI_AIX          7 /* AIX */
#define ELFOSABI_AIX          7 /* AIX */
#define ELFOSABI_IRIX         8 /* IRIX */
#define ELFOSABI_IRIX         8 /* IRIX */
#define ELFOSABI_FREEBSD      9 /* FreeBSD */
#define ELFOSABI_FREEBSD      9 /* FreeBSD */
#define ELFOSABI_TRU64       10 /* TRU64 UNIX */
#define ELFOSABI_TRU64       10 /* TRU64 UNIX */
Line 283... Line 283...
#define EM_ECOG16       176     /* Cyan Technology eCOG16 family */
#define EM_ECOG16       176     /* Cyan Technology eCOG16 family */
#define EM_CR16         177     /* National Semiconductor CompactRISC 16-bit processor */
#define EM_CR16         177     /* National Semiconductor CompactRISC 16-bit processor */
#define EM_ETPU         178     /* Freescale Extended Time Processing Unit */
#define EM_ETPU         178     /* Freescale Extended Time Processing Unit */
#define EM_SLE9X        179     /* Infineon Technologies SLE9X core */
#define EM_SLE9X        179     /* Infineon Technologies SLE9X core */
#define EM_L1OM         180     /* Intel L1OM */
#define EM_L1OM         180     /* Intel L1OM */
#define EM_INTEL181     181     /* Reserved by Intel */
#define EM_K1OM         181     /* Intel K1OM */
#define EM_INTEL182     182     /* Reserved by Intel */
#define EM_INTEL182     182     /* Reserved by Intel */
#define EM_res183       183     /* Reserved by ARM */
#define EM_res183       183     /* Reserved by ARM */
#define EM_res184       184     /* Reserved by ARM */
#define EM_res184       184     /* Reserved by ARM */
#define EM_AVR32        185     /* Atmel Corporation 32-bit microprocessor family */
#define EM_AVR32        185     /* Atmel Corporation 32-bit microprocessor family */
#define EM_STM8 186     /* STMicroeletronics STM8 8-bit microcontroller */
#define EM_STM8 186     /* STMicroeletronics STM8 8-bit microcontroller */
Line 538... Line 538...
                                        /*   note name must be "LINUX".  */
                                        /*   note name must be "LINUX".  */
#define NT_S390_CTRS    0x304           /* S390 control registers */
#define NT_S390_CTRS    0x304           /* S390 control registers */
                                        /*   note name must be "LINUX".  */
                                        /*   note name must be "LINUX".  */
#define NT_S390_PREFIX  0x305           /* S390 prefix register */
#define NT_S390_PREFIX  0x305           /* S390 prefix register */
                                        /*   note name must be "LINUX".  */
                                        /*   note name must be "LINUX".  */
 
#define NT_ARM_VFP      0x400           /* ARM VFP registers */
 
                                        /*   note name must be "LINUX".  */
 
 
/* Note segments for core files on dir-style procfs systems.  */
/* Note segments for core files on dir-style procfs systems.  */
 
 
#define NT_PSTATUS      10              /* Has a struct pstatus */
#define NT_PSTATUS      10              /* Has a struct pstatus */
#define NT_FPREGS       12              /* Has a struct fpregset */
#define NT_FPREGS       12              /* Has a struct fpregset */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.