diff options
author | Alan Modra <amodra@gmail.com> | 2009-09-13 07:19:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-09-13 07:19:18 +0000 |
commit | 97b11f4094739634d104156f5c586ba7916ef0fa (patch) | |
tree | 4736e643a4af78cef04523666cdf386dc474323a /ld/scripttempl/elf32xc16xs.sc | |
parent | b43b923a25d813161bf3596b31a7f00ef9608537 (diff) | |
download | gdb-97b11f4094739634d104156f5c586ba7916ef0fa.zip gdb-97b11f4094739634d104156f5c586ba7916ef0fa.tar.gz gdb-97b11f4094739634d104156f5c586ba7916ef0fa.tar.bz2 |
PR ld/6766
* lexsup.c (parse_args <-e>): Revert 2009-03-18 change.
* ldemul.c (after_parse_default): Add entry symbol as undef.
* emultempl/alphaelf.em (alpha_after_parse): Call after_parse_default.
* emultempl/cr16elf.em (cr16elf_after_parse): Likewise.
* emultempl/crxelf.em (crxelf_after_parse): Likewise.
* emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
* emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Likewise.
* emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Call
after_parse_default and delete now duplicate code.
* emultempl/pep.em (gld_${EMULATION_NAME}_after_parse): Likewise.
* scripttempl/elf32cr16.sc: No need to make entry extern.
* scripttempl/elf32cr16c.sc: Likewise.
* scripttempl/elf32crx.sc: Likewise.
* scripttempl/elf32xc16xs.sc: Only provide ENTRY on final link.
Diffstat (limited to 'ld/scripttempl/elf32xc16xs.sc')
-rw-r--r-- | ld/scripttempl/elf32xc16xs.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elf32xc16xs.sc b/ld/scripttempl/elf32xc16xs.sc index 215b50a..3565ece 100644 --- a/ld/scripttempl/elf32xc16xs.sc +++ b/ld/scripttempl/elf32xc16xs.sc @@ -1,7 +1,7 @@ cat <<EOF OUTPUT_FORMAT("${OUTPUT_FORMAT}") OUTPUT_ARCH(${ARCH}) -ENTRY("_start") +${RELOCATING+ENTRY ("_start")} MEMORY { vectarea : o =0xc00000, l = 0x0300 |