* 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>
|
2015-02-17 Renlin Li <renlin.li@arm.com>
|
||||||
|
|
||||||
* arm/crt0.S: Initialise __heap_limit when ARM_RDI_MONITOR is defined.
|
* arm/crt0.S: Initialise __heap_limit when ARM_RDI_MONITOR is defined.
|
||||||
|
@ -158,6 +158,9 @@ SECTIONS
|
|||||||
}
|
}
|
||||||
_end = . ;
|
_end = . ;
|
||||||
PROVIDE (end = .);
|
PROVIDE (end = .);
|
||||||
|
|
||||||
|
.note.renesas 0 : { KEEP(*(.note.renesas)) }
|
||||||
|
|
||||||
/* Stabs debugging sections. */
|
/* Stabs debugging sections. */
|
||||||
.stab 0 : { *(.stab) }
|
.stab 0 : { *(.stab) }
|
||||||
.stabstr 0 : { *(.stabstr) }
|
.stabstr 0 : { *(.stabstr) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user