Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2009 15:51:28 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r197290 - projects/efi/sys/boot/i386/efi
Message-ID:  <200909171551.n8HFpSWC062691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Thu Sep 17 15:51:27 2009
New Revision: 197290
URL: http://svn.freebsd.org/changeset/base/197290

Log:
  AMD64 ldscript. Untested.

Modified:
  projects/efi/sys/boot/i386/efi/ldscript.amd64

Modified: projects/efi/sys/boot/i386/efi/ldscript.amd64
==============================================================================
--- projects/efi/sys/boot/i386/efi/ldscript.amd64	Thu Sep 17 15:14:28 2009	(r197289)
+++ projects/efi/sys/boot/i386/efi/ldscript.amd64	Thu Sep 17 15:51:27 2009	(r197290)
@@ -9,6 +9,9 @@ SECTIONS
   ImageBase = .;
   . = SIZEOF_HEADERS;
   . = ALIGN(4096);
+  .eh_frame	: {
+    *(.eh_frame)
+   }
   .text		: {
     *(.text .stub .text.* .gnu.linkonce.t.*)
     /* .gnu.warning sections are handled specially by elf32.em. */



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