diff options
author | 2018-03-19 18:08:48 +0000 | |
---|---|---|
committer | 2018-03-19 18:08:48 +0000 | |
commit | d473f01520af910fbc7d61ed8504a8a35a1aa720 (patch) | |
tree | c8e35b8ec3514313bd874cb11cd8be40c1c16658 /elf/elf.h | |
parent | Undefine attribute_hidden to fix benchtests (diff) | |
download | glibc-d473f01520af910fbc7d61ed8504a8a35a1aa720.tar.gz glibc-d473f01520af910fbc7d61ed8504a8a35a1aa720.tar.bz2 glibc-d473f01520af910fbc7d61ed8504a8a35a1aa720.zip |
Add SHT_X86_64_UNWIND to elf.h (bug 20079).
As requested in bug 20079, this patch adds SHT_X86_64_UNWIND (a
standard value from the x86_64 ABI) to elf.h.
Tested for x86_64.
[BZ #20079]
* elf/elf.h (SHT_X86_64_UNWIND): New macro.
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3367,6 +3367,9 @@ enum relaxable. */ #define R_X86_64_NUM 43 +/* x86-64 sh_type values. */ +#define SHT_X86_64_UNWIND 0x70000001 /* Unwind information. */ + /* AM33 relocations. */ #define R_MN10300_NONE 0 /* No reloc. */ |