Add KEEP for certain section's *personality*
This commit is contained in:
parent
f5385ebfb8
commit
1fa32646fb
@ -1,3 +1,9 @@
|
||||
2004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
|
||||
|
||||
* scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
|
||||
(.fini): Likewise.
|
||||
(.jcr): Likewise.
|
||||
|
||||
2004-09-16 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* emultempl/armelf_oabi.em (before_allocation): Add extra zero param
|
||||
|
@ -47,20 +47,20 @@ SECTIONS
|
||||
.init :
|
||||
{
|
||||
__INIT_START = .;
|
||||
*(.init)
|
||||
KEEP (*(.init))
|
||||
__INIT_END = .;
|
||||
} > rom
|
||||
|
||||
.fini :
|
||||
{
|
||||
__FINI_START = .;
|
||||
*(.fini)
|
||||
KEEP (*(.fini))
|
||||
__FINI_END = .;
|
||||
} > rom
|
||||
|
||||
.jcr :
|
||||
{
|
||||
*(.jcr)
|
||||
KEEP (*(.jcr))
|
||||
} > rom
|
||||
|
||||
.text :
|
||||
|
Loading…
x
Reference in New Issue
Block a user