Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-03-05 14:26:59 +0300
committerNick Clifton <nickc@redhat.com>2015-03-05 14:26:59 +0300
commite185d3febe74ca06add356d5e922b7c0e8475329 (patch)
tree684390a64578417b4e9a3a29835d52a93fc0ffda /libgloss/v850
parenta8c0685bb2f1688f6eddfbff08820ae404ca46fd (diff)
* v850/sim.ld: Add a .note.renesas section.
Diffstat (limited to 'libgloss/v850')
-rw-r--r--libgloss/v850/sim.ld3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/v850/sim.ld b/libgloss/v850/sim.ld
index 8f6649acb..48da1150b 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) }