summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2008-08-03 23:20:42 +0000
committerAlan Modra <amodra@bigpond.net.au>2008-08-03 23:20:42 +0000
commit684e31fca14d3ad9c77c584c5132a3c764e839b0 (patch)
tree9a0511e3ff4571f88116ccdf4d1fe83f1723be76 /include
parentaf1e519ddb46f2838bb02ae3beaa799dfef50249 (diff)
downloadbinutils-redhat-684e31fca14d3ad9c77c584c5132a3c764e839b0.tar.gz
* common.h (ELFOSABI_AROS): Update comment.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h16
2 files changed, 12 insertions, 8 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 62bce3e6c9..92b888a017 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-04 Markus Weiss <weissms@aros.org>
+
+ * common.h (ELFOSABI_AROS): Update comment.
+
2008-07-26 Michael Eager <eager@eagercon.com>
* ppc.h: Add description of single-precision.
diff --git a/include/elf/common.h b/include/elf/common.h
index fa120a9bd0..995edbc581 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -73,7 +73,7 @@
#define ELFOSABI_OPENBSD 12 /* OpenBSD */
#define ELFOSABI_OPENVMS 13 /* OpenVMS */
#define ELFOSABI_NSK 14 /* Hewlett-Packard Non-Stop Kernel */
-#define ELFOSABI_AROS 15 /* Amiga Research OS */
+#define ELFOSABI_AROS 15 /* AROS */
#define ELFOSABI_ARM 97 /* ARM */
#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */
@@ -211,7 +211,7 @@
#define EM_RS08 132 /* Freescale RS08 embedded processor */
#define EM_ECOG2 134 /* Cyan Technology eCOG2 microprocessor */
-#define EM_SCORE 135 /* Sunplus Score */
+#define EM_SCORE 135 /* Sunplus Score */
#define EM_DSP24 136 /* New Japan Radio (NJR) 24-bit DSP Processor */
#define EM_VIDEOCORE3 137 /* Broadcom VideoCore III processor */
#define EM_LATTICEMICO32 138 /* RISC processor for Lattice FPGA architecture */
@@ -257,7 +257,7 @@
#define EM_PPC_OLD 17
/* picoJava */
-#define EM_PJ_OLD 99
+#define EM_PJ_OLD 99
/* Old, unofficial value for National Semiconductor CompactRISC - CR16 */
#define EM_CR16_OLD 115
@@ -269,7 +269,7 @@
#define EM_MSP430_OLD 0x1059
/* Morpho MT. Written in the absense of an ABI. */
-#define EM_MT 0x2530
+#define EM_MT 0x2530
/* FR30 magic number - no EABI available. */
#define EM_CYGNUS_FR30 0x3330
@@ -284,7 +284,7 @@
#define EM_CYGNUS_FRV 0x5441
/* Infineon Technologies 16-bit microcontroller with C166-V2 core. */
-#define EM_XC16X 0x4688
+#define EM_XC16X 0x4688
/* D10V backend magic number. Written in the absence of an ABI. */
#define EM_CYGNUS_D10V 0x7650
@@ -299,7 +299,7 @@
#define EM_OR32 0x8472
/* Cygnus PowerPC ELF backend. Written in the absence of an ABI. */
-#define EM_CYGNUS_POWERPC 0x9025
+#define EM_CYGNUS_POWERPC 0x9025
/* Alpha backend magic number. Written in the absence of an ABI. */
#define EM_ALPHA 0x9026
@@ -543,8 +543,8 @@
#define STT_FILE 4 /* Symbol gives a file name */
#define STT_COMMON 5 /* An uninitialised common block */
#define STT_TLS 6 /* Thread local data object */
-#define STT_RELC 8 /* Complex relocation expression */
-#define STT_SRELC 9 /* Signed Complex relocation expression */
+#define STT_RELC 8 /* Complex relocation expression */
+#define STT_SRELC 9 /* Signed Complex relocation expression */
#define STT_LOOS 10 /* OS-specific semantics */
#define STT_HIOS 12 /* OS-specific semantics */
#define STT_LOPROC 13 /* Application-specific semantics */