2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
authorDavid O'Brien <obrien@FreeBSD.org>
Tue, 28 Nov 2000 10:43:11 +0000 (10:43 +0000)
committerDavid O'Brien <obrien@FreeBSD.org>
Tue, 28 Nov 2000 10:43:11 +0000 (10:43 +0000)
* 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>

ld/ChangeLog
ld/emulparams/elf64alpha.sh

index f97af1f18e38ebce4187bcd413292d1de482cd5f..f1797d53b55ae346c6050279641626bf9ac5ca54 100644 (file)
@@ -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.
index 47fb3949abc020060bfb328361ddf439eabd3722..5c69816b2b797332f6785ca35445c7a3740ec8bf 100644 (file)
@@ -1,4 +1,4 @@
-ENTRY=__start
+ENTRY=_start
 SCRIPT_NAME=elf
 ELFSIZE=64
 TEMPLATE_NAME=elf32
This page took 0.028553 seconds and 4 git commands to generate.