* scripttempl/armpe.sc: Always start code at 0x401000, even
authorSteve Chamberlain <sac@cygnus>
Wed, 16 Aug 1995 23:29:18 +0000 (23:29 +0000)
committerSteve Chamberlain <sac@cygnus>
Wed, 16 Aug 1995 23:29:18 +0000 (23:29 +0000)
ld/scripttempl/armpe.sc

index 11a3a1a08fc1b29c02f3154b408c3137831d34a1..2f642ac8ccb1e6a3107aaa90aa5e5a9d3fe3b84d 100644 (file)
@@ -71,14 +71,20 @@ SECTIONS
     *(.reloc)
     ;
   }
+
+  .drectve BLOCK (0x1000) :
+       {
+          ${RELOCATING+ *(.drectve); }
+       }
   .junk BLOCK(0x1000) :
   {                                    
     *(.debug\$S)
     *(.debug\$T)
     *(.debug\$F)
-    *(.drectve)
     ;
   }
+
+
   .bss BLOCK(0x1000)  :
        {
        *(.bss)