Adds support for generating notes in V850 binaries.
[deliverable/binutils-gdb.git] / ld / scripttempl / v850.sc
index d8a873e5c4632dd148649397bbb50338ca103a3d..ef6c92ec594804530324e3fec912a6879188b81a 100644 (file)
@@ -194,6 +194,8 @@ SECTIONS
   ${RELOCATING+PROVIDE (end = .);}
   ${RELOCATING+PROVIDE (_heap_start = .);}
 
+  .note.renesas 0 : { KEEP(*(.note.renesas)) }  
+
   /* Stabs debugging sections.  */
   .stab 0              : { *(.stab) }
   .stabstr 0           : { *(.stabstr) }
This page took 0.025125 seconds and 4 git commands to generate.