Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167523579
D55488.id172600.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
866 B
Referenced Files
None
Subscribers
None
D55488.id172600.diff
View Options
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -470,8 +470,6 @@
#define SHT_HISUNW 0x6fffffff
#define SHT_HIOS 0x6fffffff /* Last of OS specific semantics */
#define SHT_LOPROC 0x70000000 /* reserved range for processor */
-#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
@@ -512,6 +510,9 @@
#define SHT_SPARC_GOTDATA 0x70000000
+#define SHT_X86_64_UNWIND 0x70000001 /* unwind information */
+#define SHT_AMD64_UNWIND SHT_X86_64_UNWIND
+
#define SHTORDERED
#define SHT_HIPROC 0x7fffffff /* specific section header types */
#define SHT_LOUSER 0x80000000 /* reserved range for application */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 23, 11:35 AM (29 m, 50 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37100875
Default Alt Text
D55488.id172600.diff (866 B)
Attached To
Mode
D55488: elf_common.h: Sort SHT_* entries
Attached
Detach File
Event Timeline
Log In to Comment