hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/c6x/kernel/vmlinux.lds.S
....@@ -5,6 +5,9 @@
55 * Copyright (C) 2010, 2011 Texas Instruments Incorporated
66 * Mark Salter <msalter@redhat.com>
77 */
8
+
9
+#define RO_EXCEPTION_TABLE_ALIGN 16
10
+
811 #include <asm-generic/vmlinux.lds.h>
912 #include <asm/thread_info.h>
1013 #include <asm/page.h>
....@@ -80,24 +83,11 @@
8083 *(.gnu.warning)
8184 }
8285
83
- EXCEPTION_TABLE(16)
84
- NOTES
85
-
86
- RO_DATA_SECTION(PAGE_SIZE)
86
+ RO_DATA(PAGE_SIZE)
8787 .const :
8888 {
8989 *(.const .const.* .gnu.linkonce.r.*)
9090 *(.switch)
91
- }
92
-
93
- . = ALIGN (8) ;
94
- __fdt_blob : AT(ADDR(__fdt_blob) - LOAD_OFFSET)
95
- {
96
- _fdt_start = . ; /* place for fdt blob */
97
- *(__fdt_blob) ; /* Any link-placed DTB */
98
- BYTE(0); /* section always has contents */
99
- . = _fdt_start + 0x4000; /* Pad up to 16kbyte */
100
- _fdt_end = . ;
10191 }
10292
10393 _etext = .;