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/89a02e3dae2d
branches: trunk
changeset: 356353:89a02e3dae2d
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 22a2da1ff593 -r 89a02e3dae2d 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