This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: elf64alpha.sh typo


On Wed, Nov 15, 2000 at 03:17:19PM -0800, Richard Henderson wrote:
>         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.

Isn't this also a typo as ELF symbols don't have the leading underscore?

-- 
-- David  (obrien@FreeBSD.org)


Index: elf64alpha.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/elf64alpha.sh,v
retrieving revision 1.4
diff -u -r1.4 elf64alpha.sh
--- elf64alpha.sh	2000/11/15 23:16:30	1.4
+++ elf64alpha.sh	2000/11/26 01:58:04
@@ -1,4 +1,4 @@
-ENTRY=__start
+ENTRY=_start
 SCRIPT_NAME=elf
 ELFSIZE=64
 TEMPLATE_NAME=elf32

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]