svn commit: r305995 - in head/sys/boot/efi/loader/arch: amd64 i386

Ed Maste emaste at FreeBSD.org
Mon Sep 19 18:45:58 UTC 2016


Author: emaste
Date: Mon Sep 19 18:45:57 2016
New Revision: 305995
URL: https://svnweb.freebsd.org/changeset/base/305995

Log:
  revert unintended change from r305994

Modified:
  head/sys/boot/efi/loader/arch/amd64/ldscript.amd64
  head/sys/boot/efi/loader/arch/i386/ldscript.i386

Modified: head/sys/boot/efi/loader/arch/amd64/ldscript.amd64
==============================================================================
--- head/sys/boot/efi/loader/arch/amd64/ldscript.amd64	Mon Sep 19 18:44:43 2016	(r305994)
+++ head/sys/boot/efi/loader/arch/amd64/ldscript.amd64	Mon Sep 19 18:45:57 2016	(r305995)
@@ -19,7 +19,7 @@ SECTIONS
     /* .gnu.warning sections are handled specially by elf32.em. */
     *(.gnu.warning)
     *(.plt)
-  } =0xCCCCCCCC
+  } =0xCC
   . = ALIGN(4096);
   .data		: {
     *(.rodata .rodata.* .gnu.linkonce.r.*)

Modified: head/sys/boot/efi/loader/arch/i386/ldscript.i386
==============================================================================
--- head/sys/boot/efi/loader/arch/i386/ldscript.i386	Mon Sep 19 18:44:43 2016	(r305994)
+++ head/sys/boot/efi/loader/arch/i386/ldscript.i386	Mon Sep 19 18:45:57 2016	(r305995)
@@ -14,7 +14,7 @@ SECTIONS
     /* .gnu.warning sections are handled specially by elf32.em. */
     *(.gnu.warning)
     *(.plt)
-  } =0xCCCCCCCC
+  } =0xCC
   . = ALIGN(4096);
   .data		: {
     *(.rodata .rodata.* .gnu.linkonce.r.*)


More information about the svn-src-head mailing list