* v850/sim.ld: Add a .note.renesas section.
This commit is contained in:
parent
a8c0685bb2
commit
e185d3febe
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-03-05 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* v850/sim.ld: Add a .note.renesas section.
|
||||
|
||||
2015-02-17 Renlin Li <renlin.li@arm.com>
|
||||
|
||||
* arm/crt0.S: Initialise __heap_limit when ARM_RDI_MONITOR is defined.
|
||||
|
|
|
@ -158,6 +158,9 @@ SECTIONS
|
|||
}
|
||||
_end = . ;
|
||||
PROVIDE (end = .);
|
||||
|
||||
.note.renesas 0 : { KEEP(*(.note.renesas)) }
|
||||
|
||||
/* Stabs debugging sections. */
|
||||
.stab 0 : { *(.stab) }
|
||||
.stabstr 0 : { *(.stabstr) }
|
||||
|
|
Loading…
Add table
Reference in a new issue