mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
ld/
* 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:
parent
7ee4732a0c
commit
d061dfac16
31
ld/ChangeLog
31
ld/ChangeLog
@ -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*).
|
||||
|
@ -327,7 +327,7 @@ cat <<EOF
|
||||
.comment 0 : { *(.comment) }
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
${STACK_ADDR+${STACK}}
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -638,7 +638,7 @@ cat <<EOF
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
|
||||
|
@ -152,7 +152,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
}
|
||||
|
@ -154,7 +154,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
}
|
||||
|
@ -217,7 +217,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
PROVIDE (__stack = ${STACK}) ;
|
||||
|
@ -163,7 +163,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
PROVIDE (__stack = ${STACK}) ;
|
||||
|
@ -349,7 +349,7 @@ cat <<EOF
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
${STACK_ADDR+${STACK}}
|
||||
|
@ -531,7 +531,7 @@ cat <<EOF
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
${TINY_DATA_SECTION}
|
||||
|
@ -321,7 +321,7 @@ cat <<EOF
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
${STACK_ADDR+${STACK}}
|
||||
|
@ -166,7 +166,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
}
|
||||
|
@ -193,7 +193,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
PROVIDE (__stack = ${STACK_START_ADDR});
|
||||
|
@ -185,7 +185,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
${ATTRS_SECTIONS}
|
||||
|
@ -430,7 +430,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
}
|
||||
|
@ -437,7 +437,7 @@ SECTIONS
|
||||
symbols are found. */
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
}
|
||||
|
@ -433,7 +433,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
}
|
||||
|
@ -541,7 +541,7 @@ cat <<EOF
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
${TINY_DATA_SECTION}
|
||||
|
@ -627,7 +627,7 @@ cat <<EOF
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
${TINY_DATA_SECTION}
|
||||
|
@ -162,7 +162,7 @@ SECTIONS
|
||||
}
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
}
|
||||
|
@ -67,7 +67,7 @@ SECTIONS
|
||||
.stabstr 0 : { *(.stabstr) }
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
}
|
||||
|
@ -106,7 +106,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
.note : { *(.vms.note) }
|
||||
|
@ -131,7 +131,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
}
|
||||
|
@ -407,7 +407,7 @@ cat <<EOF
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
${RELOCATING+${OTHER_RELOCATING_SECTIONS}}
|
||||
|
@ -407,7 +407,7 @@ cat <<EOF
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
${STACK_ADDR+${STACK}}
|
||||
|
@ -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 :
|
||||
|
@ -193,7 +193,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
/* User stack. */
|
||||
|
@ -213,7 +213,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
/* User stack. */
|
||||
|
@ -204,7 +204,7 @@ SECTIONS
|
||||
|
||||
EOF
|
||||
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
. $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
${RELOCATING+${OTHER_RELOCATING_SECTIONS}}
|
||||
|
Loading…
Reference in New Issue
Block a user