projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca58a6
)
MIPS: Discard .eh_frame sections in linker script.
author
David Daney
<david.daney@cavium.com>
Thu, 8 Aug 2013 18:40:49 +0000
(11:40 -0700)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 26 Aug 2013 13:33:41 +0000
(15:33 +0200)
Some toolchains (including Cavium OCTEON SDK) are emitting .eh_frame
sections by default. Discard them as they are useless in the kernel.
Signed-off-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5684/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/vmlinux.lds.S
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/vmlinux.lds.S
b/arch/mips/kernel/vmlinux.lds.S
index 05826d20a7923a47d06a7affb196f6388c6f1d70..3b46f7ce9ca75bc5f81f9bb2939880277289bd20 100644
(file)
--- a/
arch/mips/kernel/vmlinux.lds.S
+++ b/
arch/mips/kernel/vmlinux.lds.S
@@
-179,5
+179,6
@@
SECTIONS
*(.options)
*(.pdr)
*(.reginfo)
+ *(.eh_frame)
}
}