* 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.
This commit is contained in:
Thomas Schwinge
2013-04-28 14:52:55 +00:00
parent 7ee4732a0c
commit d061dfac16
29 changed files with 59 additions and 28 deletions

View 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}}

View 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
}

View File

@@ -638,7 +638,7 @@ cat <<EOF
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF

View File

@@ -152,7 +152,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
}

View File

@@ -154,7 +154,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
}

View File

@@ -217,7 +217,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
PROVIDE (__stack = ${STACK}) ;

View File

@@ -163,7 +163,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
PROVIDE (__stack = ${STACK}) ;

View File

@@ -349,7 +349,7 @@ cat <<EOF
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
${STACK_ADDR+${STACK}}

View File

@@ -531,7 +531,7 @@ cat <<EOF
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
${TINY_DATA_SECTION}

View File

@@ -321,7 +321,7 @@ cat <<EOF
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
${STACK_ADDR+${STACK}}

View File

@@ -166,7 +166,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
}

View File

@@ -193,7 +193,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
PROVIDE (__stack = ${STACK_START_ADDR});

View File

@@ -185,7 +185,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
${ATTRS_SECTIONS}

View File

@@ -430,7 +430,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
}

View File

@@ -437,7 +437,7 @@ SECTIONS
symbols are found. */
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
}

View File

@@ -433,7 +433,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
}

View File

@@ -541,7 +541,7 @@ cat <<EOF
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
${TINY_DATA_SECTION}

View File

@@ -627,7 +627,7 @@ cat <<EOF
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
${TINY_DATA_SECTION}

View File

@@ -162,7 +162,7 @@ SECTIONS
}
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
}

View File

@@ -67,7 +67,7 @@ SECTIONS
.stabstr 0 : { *(.stabstr) }
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
}

View File

@@ -106,7 +106,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
.note : { *(.vms.note) }

View File

@@ -131,7 +131,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
}

View File

@@ -407,7 +407,7 @@ cat <<EOF
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
${RELOCATING+${OTHER_RELOCATING_SECTIONS}}

View File

@@ -407,7 +407,7 @@ cat <<EOF
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
${STACK_ADDR+${STACK}}

View 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 :

View File

@@ -193,7 +193,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
/* User stack. */

View File

@@ -213,7 +213,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
/* User stack. */

View File

@@ -204,7 +204,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
${RELOCATING+${OTHER_RELOCATING_SECTIONS}}