aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/elf_common.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-04-07 20:26:27 +0000
committerEd Maste <emaste@FreeBSD.org>2016-04-07 20:26:27 +0000
commit4d9155dfd04d2e960a899e7b13057c411cb8b5d5 (patch)
treee0632a4ab33ab1b50c5817185f9793190a79d657 /sys/sys/elf_common.h
parent46360281f0a255c0a13878df6b9df4d140350c68 (diff)
downloadsrc-4d9155dfd04d2e960a899e7b13057c411cb8b5d5.tar.gz
src-4d9155dfd04d2e960a899e7b13057c411cb8b5d5.zip
Rename SHT_AMD64_UNWIND to SHT_X86_64_UNWIND per ABI doc
Notes
Notes: svn path=/head/; revision=297686
Diffstat (limited to 'sys/sys/elf_common.h')
-rw-r--r--sys/sys/elf_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index b4574f3a9747..f4579c8b2479 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -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