diff options
author | Alan Modra <modra@gmail.com> | 2008-03-11 23:21:08 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2008-03-11 23:21:08 +0000 |
commit | 93f73715d1fd020ec3b19d1eb90f4c1bc0be3ce5 (patch) | |
tree | 7d118057f19aea4056ef11d543bd292669f5fb42 /include/elf/x86-64.h | |
parent | d84985f794d9b19d24bef473d5f189967d3d774e (diff) | |
download | cygnal-93f73715d1fd020ec3b19d1eb90f4c1bc0be3ce5.tar.gz cygnal-93f73715d1fd020ec3b19d1eb90f4c1bc0be3ce5.tar.bz2 cygnal-93f73715d1fd020ec3b19d1eb90f4c1bc0be3ce5.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/x86-64.h')
-rw-r--r-- | include/elf/x86-64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/x86-64.h b/include/elf/x86-64.h index b09a558a3..97b53948f 100644 --- a/include/elf/x86-64.h +++ b/include/elf/x86-64.h @@ -1,5 +1,5 @@ /* x86_64 ELF support for BFD. - Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 + Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2008 Free Software Foundation, Inc. Contributed by Jan Hubicka <jh@suse.cz> @@ -81,7 +81,7 @@ END_RELOC_NUMBERS (R_X86_64_max) /* Like SHN_COMMON but the symbol will be allocated in the .lbss section. */ -#define SHN_X86_64_LCOMMON 0xff02 +#define SHN_X86_64_LCOMMON (SHN_LORESERVE + 2) #define SHF_X86_64_LARGE 0x10000000 #endif |