* v850/sim.ld: Add a .note.renesas section.

This commit is contained in:
Nick Clifton 2015-03-05 11:26:59 +00:00
parent a8c0685bb2
commit e185d3febe
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -158,6 +158,9 @@ SECTIONS
}
_end = . ;
PROVIDE (end = .);
.note.renesas 0 : { KEEP(*(.note.renesas)) }
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }
.stabstr 0 : { *(.stabstr) }