ld/
authorThomas Schwinge <tschwinge@gnu.org>
Sun, 28 Apr 2013 14:52:55 +0000 (14:52 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Sun, 28 Apr 2013 14:52:55 +0000 (14:52 +0000)
* scripttempl/armbpabi.sc: Replace "source" usage with ".".
* scripttempl/avr.sc: Likewise.
* scripttempl/elf.sc: Likewise.
* scripttempl/elf32cr16.sc: Likewise.
* scripttempl/elf32crx.sc: Likewise.
* scripttempl/elf32msp430.sc: Likewise.
* scripttempl/elf32msp430_3.sc: Likewise.
* scripttempl/elf32sh-symbian.sc: Likewise.
* scripttempl/elf64hppa.sc: Likewise.
* scripttempl/elf_chaos.sc: Likewise.
* scripttempl/elfd10v.sc: Likewise.
* scripttempl/elfd30v.sc: Likewise.
* scripttempl/elfi370.sc: Likewise.
* scripttempl/elfm68hc11.sc: Likewise.
* scripttempl/elfm68hc12.sc: Likewise.
* scripttempl/elfxgate.sc: Likewise.
* scripttempl/elfxtensa.sc: Likewise.
* scripttempl/epiphany_4x4.sc: Likewise.
* scripttempl/i386beos.sc: Likewise.
* scripttempl/i386go32.sc: Likewise.
* scripttempl/ia64vms.sc: Likewise.
* scripttempl/ip2k.sc: Likewise.
* scripttempl/iq2000.sc: Likewise.
* scripttempl/mep.sc: Likewise.
* scripttempl/mmo.sc: Likewise.
* scripttempl/v850.sc: Likewise.
* scripttempl/v850_rh850.sc: Likewise.
* scripttempl/xstormy16.sc: Likewise.

29 files changed:
ld/ChangeLog
ld/scripttempl/armbpabi.sc
ld/scripttempl/avr.sc
ld/scripttempl/elf.sc
ld/scripttempl/elf32cr16.sc
ld/scripttempl/elf32crx.sc
ld/scripttempl/elf32msp430.sc
ld/scripttempl/elf32msp430_3.sc
ld/scripttempl/elf32sh-symbian.sc
ld/scripttempl/elf64hppa.sc
ld/scripttempl/elf_chaos.sc
ld/scripttempl/elfd10v.sc
ld/scripttempl/elfd30v.sc
ld/scripttempl/elfi370.sc
ld/scripttempl/elfm68hc11.sc
ld/scripttempl/elfm68hc12.sc
ld/scripttempl/elfxgate.sc
ld/scripttempl/elfxtensa.sc
ld/scripttempl/epiphany_4x4.sc
ld/scripttempl/i386beos.sc
ld/scripttempl/i386go32.sc
ld/scripttempl/ia64vms.sc
ld/scripttempl/ip2k.sc
ld/scripttempl/iq2000.sc
ld/scripttempl/mep.sc
ld/scripttempl/mmo.sc
ld/scripttempl/v850.sc
ld/scripttempl/v850_rh850.sc
ld/scripttempl/xstormy16.sc

index 05b5a3dd286f31231790e7ca72c51d283045f63a..cd0edce3ba88ea23b0301f4c708b53953dd7c62a 100644 (file)
@@ -1,3 +1,34 @@
+2013-04-28  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * scripttempl/armbpabi.sc: Replace "source" usage with ".".
+       * scripttempl/avr.sc: Likewise.
+       * scripttempl/elf.sc: Likewise.
+       * scripttempl/elf32cr16.sc: Likewise.
+       * scripttempl/elf32crx.sc: Likewise.
+       * scripttempl/elf32msp430.sc: Likewise.
+       * scripttempl/elf32msp430_3.sc: Likewise.
+       * scripttempl/elf32sh-symbian.sc: Likewise.
+       * scripttempl/elf64hppa.sc: Likewise.
+       * scripttempl/elf_chaos.sc: Likewise.
+       * scripttempl/elfd10v.sc: Likewise.
+       * scripttempl/elfd30v.sc: Likewise.
+       * scripttempl/elfi370.sc: Likewise.
+       * scripttempl/elfm68hc11.sc: Likewise.
+       * scripttempl/elfm68hc12.sc: Likewise.
+       * scripttempl/elfxgate.sc: Likewise.
+       * scripttempl/elfxtensa.sc: Likewise.
+       * scripttempl/epiphany_4x4.sc: Likewise.
+       * scripttempl/i386beos.sc: Likewise.
+       * scripttempl/i386go32.sc: Likewise.
+       * scripttempl/ia64vms.sc: Likewise.
+       * scripttempl/ip2k.sc: Likewise.
+       * scripttempl/iq2000.sc: Likewise.
+       * scripttempl/mep.sc: Likewise.
+       * scripttempl/mmo.sc: Likewise.
+       * scripttempl/v850.sc: Likewise.
+       * scripttempl/v850_rh850.sc: Likewise.
+       * scripttempl/xstormy16.sc: Likewise.
+
 2013-04-26  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
 
        * scripttempl/avr.sc: Add ALIGN directive after *(.progmem*).
index 3956b60f248013b4e52242251826a1dad65843ca..a1bbc2b08c4766ab4764f8825f1e2342b04840f7 100644 (file)
@@ -327,7 +327,7 @@ cat <<EOF
   .comment       0 : { *(.comment) }
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   ${STACK_ADDR+${STACK}}
index eac55b3e2cc51d7899966f7598fdc2facd59b040..2ecbd2c580787473a4f95a10d4eaf79e6763c03d 100644 (file)
@@ -237,7 +237,7 @@ SECTIONS
   .note.gnu.build-id : { *(.note.gnu.build-id) }
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 }
index 4868d3e7154b9d2893b06e49bd038ca0ead2dcf2..feb118dfe4d2336ab166f176227941e2d86922d8 100644 (file)
@@ -638,7 +638,7 @@ cat <<EOF
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 
index e7093123e4418e10acb020fff07a4bfbbe5e9976..0b0bb9c19d061cdff2e79905134fe4b3d66b31e7 100644 (file)
@@ -152,7 +152,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 }
index 5040b5e52ee1e07f27c0888476279ec9b9b60474..02c6fb4371dd9ab25828af362b38f36d6b50a371 100644 (file)
@@ -154,7 +154,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 }
index bde7fb4fd77e59a22c35372b35ee1514d7152a98..53a87b8524d6dbb84f40a7dd636e3fae41b447d5 100644 (file)
@@ -217,7 +217,7 @@ SECTIONS
  
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   PROVIDE (__stack = ${STACK}) ;
index cdc691aa6e4937d80b9e3814edc7465c164dd8ac..9a23d02ff3606af79065a12a31b77f7a2c4db846 100644 (file)
@@ -163,7 +163,7 @@ SECTIONS
  
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   PROVIDE (__stack = ${STACK}) ;
index 53df36eda7924b7c30eaa99b44edf2070c9b9767..680028f6fada9a6f3cb6a3f484006206dcd5b38c 100644 (file)
@@ -349,7 +349,7 @@ cat <<EOF
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   ${STACK_ADDR+${STACK}}
index c3b170e7a4b7056269974ab2004ef1746df4d12d..d529f8d36f3646bb9a9964f648d62b8eef6d4c90 100644 (file)
@@ -531,7 +531,7 @@ cat <<EOF
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   ${TINY_DATA_SECTION}
index d376513ad4607a8d3f4c491a9464318695283a95..621352f8197ecfa3fc5824b2c4c584305b8abc06 100644 (file)
@@ -321,7 +321,7 @@ cat <<EOF
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   ${STACK_ADDR+${STACK}}
index 42450e07a90d280d277b3d25054fd06018076d4c..81143b55bcb70257c2c13b7995cb04db66aa8acf 100644 (file)
@@ -166,7 +166,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 }
index 7f185a5fea182810dc06af915d41da64472b56e0..1038290cebc8502b812ee6e8c102dd83d943100d 100644 (file)
@@ -193,7 +193,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF  
   PROVIDE (__stack = ${STACK_START_ADDR});
index d36483f5667de642e25817f338ac3b594e039d9a..900ee09d8fa9ad5d828fa73e7e0e7785ab2c3fb2 100644 (file)
@@ -185,7 +185,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF  
   ${ATTRS_SECTIONS}
index 001f9211d2770810ed8c9f1c1f4ee807c1da8aeb..e839227d3cfc774d1a2f0a7da2dc1fcfb6062162 100644 (file)
@@ -430,7 +430,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 }
index 315ba9b8f0ac5cbb2e8de25e9ffb19e2ac1fd840..a737481323a1115adc1615dec18aa952e54894f2 100644 (file)
@@ -437,7 +437,7 @@ SECTIONS
      symbols are found.  */
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 }
index 8e7e650da85cacd97145145e723ac4046b6abe1e..d61b9dda619817c2dfd02cfe3f48316ea5aea310 100644 (file)
@@ -433,7 +433,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 }
index 678b745c143b792fec6b0512bc2e28418102c8f7..b51fe6adb8500011f0bf6195bc8e209da411f970 100644 (file)
@@ -541,7 +541,7 @@ cat <<EOF
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   ${TINY_DATA_SECTION}
index 3be6f4e1743137e172c1820868ef65a02c20c860..b577ef8ae6ca2d1dc607b21d7ee53e7f156b9c2f 100644 (file)
@@ -627,7 +627,7 @@ cat <<EOF
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   ${TINY_DATA_SECTION}
index 200c50b00221250bee9effe4e4c006c24dc3a248..a8bbd37d787ba25914be8be1c66ff9b5d7090dae 100644 (file)
@@ -162,7 +162,7 @@ SECTIONS
   }
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 }
index d86e82efc8aa7be2e7b0a18d1241ccc45f069426..fce4ceca611d93cbd2f7086d69205135dd2f7e2a 100644 (file)
@@ -67,7 +67,7 @@ SECTIONS
   .stabstr 0 : { *(.stabstr) }
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 }
index b8be91f2ef43d276007c0231d68dba7ed22965bb..cdda6b22f158f285ae75decf2b9c775cef24d8c9 100644 (file)
@@ -106,7 +106,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF  
   .note : { *(.vms.note) }
index a3b0840ff06094b038e4ee52cfdded7962a5fdf8..1b7f77b6e000efd9053b83e398790d58d9f272c8 100644 (file)
@@ -131,7 +131,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
 }
index 764b20ff4f257778d935812ee7d746b45a6e6dbe..fe1f21d2fbb3ec957cd31ea7be45e29124882182 100644 (file)
@@ -407,7 +407,7 @@ cat <<EOF
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   ${RELOCATING+${OTHER_RELOCATING_SECTIONS}}
index ba4ccc8364547b787de4afe6df70e48356a89e72..cf85f7608a71b937dca02ae6547601f4c9dd41d8 100644 (file)
@@ -407,7 +407,7 @@ cat <<EOF
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   ${STACK_ADDR+${STACK}}
index 056e91c1904cd529bd92ee24df4b3ab9882756c5..6671ccee3ac58116a319bac12d74ef78b30d79d4 100644 (file)
@@ -114,7 +114,7 @@ SECTIONS
   .stab.indexstr 0 : { *(.stab.indexstr) }
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   .MMIX.reg_contents :
index 642e6ba7e24f4721da10c967bb1d1211c98fe75c..4af97e43e240ac8371afb434e61dd1677582008d 100644 (file)
@@ -193,7 +193,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   /* User stack.  */
index 949b2e9889288c6f9d57859e1376d32de0834281..1b8635fbc957b033663da9fe1ef56d01965d0320 100644 (file)
@@ -213,7 +213,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   /* User stack.  */
index 2ae460d764f7bb92dacf54180eca1bd2855cc1b0..b28575141497dd5938e1555a0f532781513d94e3 100644 (file)
@@ -204,7 +204,7 @@ SECTIONS
 
 EOF
 
-source $srcdir/scripttempl/DWARF.sc
+. $srcdir/scripttempl/DWARF.sc
 
 cat <<EOF
   ${RELOCATING+${OTHER_RELOCATING_SECTIONS}}