Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/stand/fixcoff PR/52564: Scole Mail: current ...



details:   https://anonhg.NetBSD.org/src/rev/1c94bb09ecbe
branches:  trunk
changeset: 826654:1c94bb09ecbe
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 20 18:44:22 2017 +0000

description:
PR/52564: Scole Mail: current ofwboot.xcf crashes because of .eh_frame* in .text

diffstat:

 sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 4d4382af5de7 -r 1c94bb09ecbe sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x
--- a/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x       Wed Sep 20 17:45:25 2017 +0000
+++ b/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x       Wed Sep 20 18:44:22 2017 +0000
@@ -32,6 +32,9 @@
     *(.rodata.*)
     *(.rodata1)
     *(.got1)
+  }
+  .eh_frame  :
+  {
     *(.eh_frame_hdr)
     *(.eh_frame)
   }



Home | Main Index | Thread Index | Old Index