summaryrefslogtreecommitdiff
path: root/include/elf/cr16c.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2008-03-11 23:21:08 +0000
committerAlan Modra <amodra@bigpond.net.au>2008-03-11 23:21:08 +0000
commitf4ae7c05749821fa777202870cc090081634ebec (patch)
tree9962c29f1906622dad51ed4d22431919952cb97d /include/elf/cr16c.h
parent38d7ffb1752c7db9472308e015b0124b0dd43e5d (diff)
downloadgdb-f4ae7c05749821fa777202870cc090081634ebec.tar.gz
* 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/cr16c.h')
-rw-r--r--include/elf/cr16c.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/elf/cr16c.h b/include/elf/cr16c.h
index de66a496a7f..863fea6604d 100644
--- a/include/elf/cr16c.h
+++ b/include/elf/cr16c.h
@@ -1,5 +1,5 @@
/* CR16C ELF support for BFD.
- Copyright 2004 Free Software Foundation, Inc.
+ Copyright 2004, 2008 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -246,8 +246,8 @@ END_RELOC_NUMBERS (RINDEX_16C_MAX)
values have a special meaning. */
/* Far common symbol. */
-#define SHN_CR16C_FCOMMON 0xff00
-#define SHN_CR16C_NCOMMON 0xff01
+#define SHN_CR16C_FCOMMON SHN_LORESERVE
+#define SHN_CR16C_NCOMMON (SHN_LORESERVE + 1)
typedef struct reloc_map
{