mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* v850/sim.ld: Add a .note.renesas section.
This commit is contained in:
parent
a8c0685bb2
commit
e185d3febe
@ -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…
x
Reference in New Issue
Block a user