projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca074a3
)
[MIPS] vmlinux.lds.S: Handle note sections
author
Maciej W. Rozycki
<
[email protected]
>
Mon, 1 Oct 2007 12:24:04 +0000
(13:24 +0100)
committer
Ralf Baechle
<
[email protected]
>
Mon, 1 Oct 2007 13:17:50 +0000
(14:17 +0100)
Store any note sections after the exception tables like the other
architectures do. This is required for .note.gnu.build-id emitted from
binutils 2.18 onwards if nothing else.
Signed-off-by: Maciej W. Rozycki <
[email protected]
>
Signed-off-by: Ralf Baechle <
[email protected]
>
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 60bbaecde1873d8d653664351692ca93576be2e5..087ab997487d9f766f3e4d1e088a63a9a09a62fb 100644
(file)
--- a/
arch/mips/kernel/vmlinux.lds.S
+++ b/
arch/mips/kernel/vmlinux.lds.S
@@
-45,6
+45,8
@@
SECTIONS
__dbe_table : { *(__dbe_table) }
__stop___dbe_table = .;
+ NOTES
+
RODATA
/* writeable */