PERFORCE change 148873 for review
Rui Paulo
rpaulo at FreeBSD.org
Sat Aug 30 23:24:06 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148873
Change 148873 by rpaulo at rpaulo_alpha on 2008/08/30 23:23:51
The entry is called _start. We won't be needing a _start_plabel.
Affected files ...
.. //depot/projects/efi/boot/i386/efi/ldscript.ia32#2 edit
Differences ...
==== //depot/projects/efi/boot/i386/efi/ldscript.ia32#2 (text+ko) ====
@@ -1,7 +1,7 @@
-/* $FreeBSD: src/sys/boot/ia64/efi/ldscript.ia64,v 1.9 2004/11/23 05:38:30 marcel Exp $ */
+/* $FreeBSD$ */
OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd", "elf32-i386-freebsd")
OUTPUT_ARCH(i386)
-ENTRY(_start_plabel)
+ENTRY(_start)
SECTIONS
{
/* Read-only sections, merged into text segment: */
More information about the p4-projects
mailing list