Mon Oct 5 08:55:14 1992 Steve Chamberlain (sac@thepub.cygnus.com)
[deliverable/binutils-gdb.git] / ld / m88kbcs.sc-sh
index 65112be75811b2604118bc17866ec9a557c1b621..c7fe189611d66f2e2bee806f1cff1df6d6178dec 100755 (executable)
@@ -10,32 +10,32 @@ SECTIONS
   .text ${RELOCATING+ 0x10000 + SIZEOF_HEADERS} :
     {
       CREATE_OBJECT_SYMBOLS
-      ${RELOCATING+ __.text.start = .}
-      ${RELOCATING+ __.init.start = .}
+      ${RELOCATING+ __.text.start = .};
+      ${RELOCATING+ __.init.start = .};
       ${RELOCATING+ LONG(0xf400c001)}
-      ${RELOCATING+ __.init.end = .}
+      ${RELOCATING+ __.init.end = .};
       *(.text)                                 
-      ${RELOCATING+ __.tdesc_start = .}
+      ${RELOCATING+ __.tdesc_start = .};
       ${RELOCATING+ *(.tdesc)}
-      ${RELOCATING+ __.text_end = .}   
-      ${RELOCATING+ __.initp.start = .}
-      ${RELOCATING+ __.initp.end =.}
+      ${RELOCATING+ __.text_end = .}   ;
+      ${RELOCATING+ __.initp.start = .};
+      ${RELOCATING+ __.initp.end =.};
 
-      ${RELOCATING+_etext =.}
+      ${RELOCATING+_etext =.};
     }                                          
   .data ${RELOCATING+ SIZEOF(.text) + ADDR(.text) + 0x400000} :
     {                                  
       *(.data)
       ${CONSTRUCTING+CONSTRUCTORS}
       *(.comment)
-      ${RELOCATING+_edata  =  .}
+      ${RELOCATING+_edata  =  .};
     }                                          
   .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
     {          
       *(.bss)  
       *(COMMON)        
-      ${RELOCATING+ _end = .}
-      ${RELOCATING+ __end = .}
+      ${RELOCATING+ _end = .};
+      ${RELOCATING+ __end = .};
     }                                  
 }
 EOF
This page took 0.0255 seconds and 4 git commands to generate.