Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2008-03-12 02:21:08 +0300
committerAlan Modra <modra@gmail.com>2008-03-12 02:21:08 +0300
commit93f73715d1fd020ec3b19d1eb90f4c1bc0be3ce5 (patch)
tree7d118057f19aea4056ef11d543bd292669f5fb42 /include/elf/v850.h
parentd84985f794d9b19d24bef473d5f189967d3d774e (diff)
* elf/cr16c.h (SHN_CR16C_FCOMMON): Define using SHN_LORESERVE.
(SHN_CR16C_NCOMMON): Likewise. * elf/hppa.h (SHN_PARISC_ANSI_COMMON): Likewise. (SHN_PARISC_HUGE_COMMON): Likewise. * elf/ia64.h (SHN_IA_64_ANSI_COMMON): Likewise. (SHN_IA_64_VMS_SYMVEC): Define using SHN_LOOS. * elf/m32r.h (SHN_M32R_SCOMMON): Define using SHN_LORESERVE. * elf/mips.h (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT): Likewise. (SHN_MIPS_DATA, SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise. * elf/score.h (SHN_SCORE_TEXT, SHN_SCORE_DATA): Likewise. (SHN_SCORE_SCOMMON): Likewise. * elf/sparc.h (SHN_BEFORE, SHN_AFTER): Likewise. * elf/v850.h (SHN_V850_SCOMMON, SHN_V850_TCOMMON): Likewise. (SHN_V850_ZCOMMON): Likewise. * elf/x86-64.h (SHN_X86_64_LCOMMON): Likewise.
Diffstat (limited to 'include/elf/v850.h')
-rw-r--r--include/elf/v850.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/elf/v850.h b/include/elf/v850.h
index a88969d91..9f4bc0177 100644
--- a/include/elf/v850.h
+++ b/include/elf/v850.h
@@ -1,5 +1,5 @@
/* V850 ELF support for BFD.
- Copyright 1997, 1998, 2000, 2002, 2003, 2004, 2007
+ Copyright 1997, 1998, 2000, 2002, 2003, 2004, 2007, 2008
Free Software Foundation, Inc.
Created by Michael Meissner, Cygnus Support <meissner@cygnus.com>
@@ -88,13 +88,13 @@ END_RELOC_NUMBERS (R_V850_max)
values have a special meaning. */
/* Small data area common symbol. */
-#define SHN_V850_SCOMMON 0xff00
+#define SHN_V850_SCOMMON SHN_LORESERVE
/* Tiny data area common symbol. */
-#define SHN_V850_TCOMMON 0xff01
+#define SHN_V850_TCOMMON (SHN_LORESERVE + 1)
/* Zero data area common symbol. */
-#define SHN_V850_ZCOMMON 0xff02
+#define SHN_V850_ZCOMMON (SHN_LORESERVE + 2)
/* Processor specific section types. */