Skip to content

Commit

Permalink
ld/
Browse files Browse the repository at this point in the history
	* 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.
  • Loading branch information
tschwinge committed Apr 28, 2013
1 parent 7ee4732 commit d061dfa
Show file tree
Hide file tree
Showing 29 changed files with 59 additions and 28 deletions.
31 changes: 31 additions & 0 deletions ld/ChangeLog
Original file line number Diff line number Diff line change
@@ -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*).
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/armbpabi.sc
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ cat <<EOF
.comment 0 : { *(.comment) }
EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
${STACK_ADDR+${STACK}}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/avr.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elf.sc
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ cat <<EOF

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF

Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elf32cr16.sc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elf32crx.sc
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elf32msp430.sc
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ SECTIONS
EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
PROVIDE (__stack = ${STACK}) ;
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elf32msp430_3.sc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
PROVIDE (__stack = ${STACK}) ;
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elf32sh-symbian.sc
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ cat <<EOF

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
${STACK_ADDR+${STACK}}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elf64hppa.sc
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ cat <<EOF

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
${TINY_DATA_SECTION}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elf_chaos.sc
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ cat <<EOF

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
${STACK_ADDR+${STACK}}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elfd10v.sc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elfd30v.sc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
PROVIDE (__stack = ${STACK_START_ADDR});
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elfi370.sc
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
${ATTRS_SECTIONS}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elfm68hc11.sc
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elfm68hc12.sc
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ SECTIONS
symbols are found. */
EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elfxgate.sc
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/elfxtensa.sc
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ cat <<EOF

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
${TINY_DATA_SECTION}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/epiphany_4x4.sc
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ cat <<EOF

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
${TINY_DATA_SECTION}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/i386beos.sc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ SECTIONS
}
EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/i386go32.sc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ SECTIONS
.stabstr 0 : { *(.stabstr) }
EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/ia64vms.sc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
.note : { *(.vms.note) }
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/ip2k.sc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ SECTIONS
EOF
source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc
cat <<EOF
}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/iq2000.sc
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ cat <<EOF

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
${RELOCATING+${OTHER_RELOCATING_SECTIONS}}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/mep.sc
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ cat <<EOF

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
${STACK_ADDR+${STACK}}
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/mmo.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/v850.sc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
/* User stack. */
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/v850_rh850.sc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
/* User stack. */
Expand Down
2 changes: 1 addition & 1 deletion ld/scripttempl/xstormy16.sc
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ SECTIONS

EOF

source $srcdir/scripttempl/DWARF.sc
. $srcdir/scripttempl/DWARF.sc

cat <<EOF
${RELOCATING+${OTHER_RELOCATING_SECTIONS}}
Expand Down

0 comments on commit d061dfa

Please sign in to comment.