Rename SHT_AMD64_UNWIND to SHT_X86_64_UNWIND per ABI doc

From http://www.x86-64.org/documentation_folder/abi-0.99.pdf
This commit is contained in:
Ed Maste 2016-04-07 20:26:27 +00:00
parent 46360281f0
commit 4d9155dfd0

View file

@ -415,7 +415,8 @@ typedef struct {
#define SHT_HISUNW 0x6fffffff
#define SHT_HIOS 0x6fffffff /* Last of OS specific semantics */
#define SHT_LOPROC 0x70000000 /* reserved range for processor */
#define SHT_AMD64_UNWIND 0x70000001 /* unwind information */
#define SHT_X86_64_UNWIND 0x70000001 /* unwind information */
#define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
#define SHT_ARM_EXIDX 0x70000001 /* Exception index table. */
#define SHT_ARM_PREEMPTMAP 0x70000002 /* BPABI DLL dynamic linking