Add support for arm-vxworks target
[deliverable/binutils-gdb.git] / ld / scripttempl / armcoff.sc
index 9f9cd7c1d03fc6ecbed973284a6075dd65c9e1ac..4311f10b8f1090297fa61f4c27e20b5e15e677eb 100644 (file)
@@ -20,7 +20,7 @@ SECTIONS
      present): */
   .text ${RELOCATING+ 0x8000} : {
     *(.init)
-    *(.text)
+    *(.text*)
     *(.glue_7t)
     *(.glue_7)
     *(.rdata)
@@ -30,10 +30,11 @@ SECTIONS
                        LONG (-1); *(.dtors); *(.dtor);  LONG (0); }
     *(.fini)
     ${RELOCATING+ etext  =  .;}
+    ${RELOCATING+ _etext =  .;}
   }
   .data ${RELOCATING+${DATA_ADDR-0x40000 + (. & 0xfffc0fff)}} : {
     ${RELOCATING+  __data_start__ = . ;}
-    *(.data)
+    *(.data*)
     ${RELOCATING+ __data_end__ = . ;}
     ${RELOCATING+ edata  =  .;}
     ${RELOCATING+ _edata  =  .;}
This page took 0.023877 seconds and 4 git commands to generate.