mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
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:
parent
46360281f0
commit
4d9155dfd0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue