diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 1822b40b1..2947b6658 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2005-07-25 Jan Hubicka + + * x86-64.h (SHN_X86_64_LCOMMON): New. + (SHF_X86_64_LARGE): New. + 2005-07-20 Kazuhiro Inaoka * m32r.h (R_M32R_REL32): Added. diff --git a/include/elf/x86-64.h b/include/elf/x86-64.h index d83fc20fa..309be6bfc 100644 --- a/include/elf/x86-64.h +++ b/include/elf/x86-64.h @@ -61,4 +61,9 @@ END_RELOC_NUMBERS (R_X86_64_max) #define SHT_X86_64_UNWIND 0x70000001 /* unwind information */ +/* Like SHN_COMMON but the symbol will be allocated in the .lbss + section. */ +#define SHN_X86_64_LCOMMON 0xff02 + +#define SHF_X86_64_LARGE 0x10000000 #endif