Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2008 23:24:05 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 148873 for review
Message-ID:  <200808302324.m7UNO54n020847@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=148873

Change 148873 by rpaulo@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: */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808302324.m7UNO54n020847>