diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-03-10 17:04:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-03-10 17:04:31 +0000 |
commit | 2b83c9bd8a1109c32696cab1fb3b146ded5cad40 (patch) | |
tree | 65cf72e3940a0b8da84aa8f7664bb63aab327e3e /target/linux/generic/patches-3.8/220-gc_sections.patch | |
parent | f0d7ba33effdd66fe8ebe803f3e5e7c40067cbb8 (diff) | |
download | mtk-20170518-2b83c9bd8a1109c32696cab1fb3b146ded5cad40.zip mtk-20170518-2b83c9bd8a1109c32696cab1fb3b146ded5cad40.tar.gz mtk-20170518-2b83c9bd8a1109c32696cab1fb3b146ded5cad40.tar.bz2 |
kernel: ensure that the arm exception handlers get preserved
SVN-Revision: 35937
Diffstat (limited to 'target/linux/generic/patches-3.8/220-gc_sections.patch')
-rw-r--r-- | target/linux/generic/patches-3.8/220-gc_sections.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.8/220-gc_sections.patch b/target/linux/generic/patches-3.8/220-gc_sections.patch index 5fb54a2..89dc863 100644 --- a/target/linux/generic/patches-3.8/220-gc_sections.patch +++ b/target/linux/generic/patches-3.8/220-gc_sections.patch @@ -409,6 +409,15 @@ VMLINUX_SYMBOL(__idmap_text_end) = .; #ifdef CONFIG_HOTPLUG_CPU +@@ -93,7 +93,7 @@ SECTIONS + .text : { /* Real text segment */ + _stext = .; /* Text and read-only data */ + __exception_text_start = .; +- *(.exception.text) ++ KEEP(*(.exception.text)) + __exception_text_end = .; + IRQENTRY_TEXT + TEXT_TEXT @@ -118,7 +118,7 @@ SECTIONS __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) { __start___ex_table = .; |