aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgloss/ChangeLog4
-rw-r--r--libgloss/v850/sim.ld3
2 files changed, 7 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index ff28585..1349790 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -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.
diff --git a/libgloss/v850/sim.ld b/libgloss/v850/sim.ld
index 8f6649a..48da115 100644
--- a/libgloss/v850/sim.ld
+++ b/libgloss/v850/sim.ld
@@ -158,6 +158,9 @@ SECTIONS
}
_end = . ;
PROVIDE (end = .);
+
+ .note.renesas 0 : { KEEP(*(.note.renesas)) }
+
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }
.stabstr 0 : { *(.stabstr) }