mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
* emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF does not use them. Approved by: Richard Henderson <rth@twiddle.net> Message-ID: <20001127014059.A16638@twiddle.net>
This commit is contained in:
parent
244148ad5c
commit
ad95f82a09
@ -1,9 +1,13 @@
|
||||
2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
|
||||
|
||||
* emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
|
||||
does not use them.
|
||||
|
||||
2000-11-25 David O'Brien <obrien@FreeBSD.org>
|
||||
|
||||
* ld.1: Remove old date so it does not give the impression the manpage
|
||||
is way out of date.
|
||||
|
||||
|
||||
2000-11-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.tgt (xscale-coff): Add target.
|
||||
|
@ -1,4 +1,4 @@
|
||||
ENTRY=__start
|
||||
ENTRY=_start
|
||||
SCRIPT_NAME=elf
|
||||
ELFSIZE=64
|
||||
TEMPLATE_NAME=elf32
|
||||
|
Loading…
Reference in New Issue
Block a user