diff options
author | Alan Modra <amodra@gmail.com> | 2008-03-11 23:21:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-03-11 23:21:08 +0000 |
commit | 1bce5d2cc6fc0433d2c2ad7a1ae39d72a9825eeb (patch) | |
tree | 4230b2925bd2b845aa72caa114c664efb16c48bf /include/elf/ia64.h | |
parent | 48a4134bfd676353883789d546b9ffea11f5ae11 (diff) | |
download | ppe42-binutils-1bce5d2cc6fc0433d2c2ad7a1ae39d72a9825eeb.tar.gz ppe42-binutils-1bce5d2cc6fc0433d2c2ad7a1ae39d72a9825eeb.zip |
* 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/ia64.h')
-rw-r--r-- | include/elf/ia64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/ia64.h b/include/elf/ia64.h index 7ee271f572..d86d6304bb 100644 --- a/include/elf/ia64.h +++ b/include/elf/ia64.h @@ -158,11 +158,11 @@ /* This section only used by HP-UX, The HP linker gives weak symbols precedence over regular common symbols. We want common to override weak. Using this common instead of SHN_COMMON does that. */ -#define SHN_IA_64_ANSI_COMMON 0xFF00 +#define SHN_IA_64_ANSI_COMMON SHN_LORESERVE /* This section is only used by OpenVMS. Symbol is defined in the symbol vector (only possible for image files). */ -#define SHN_IA_64_VMS_SYMVEC 0xff20 +#define SHN_IA_64_VMS_SYMVEC SHN_LOOS /* IA64-specific relocation types: */ |