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 Merge .eh_frame_hdr and .eh_fr...
details: https://anonhg.NetBSD.org/src/rev/34e577349db0
branches: trunk
changeset: 353120:34e577349db0
user: uwe <uwe%NetBSD.org@localhost>
date: Thu Apr 20 18:53:12 2017 +0000
description:
Merge .eh_frame_hdr and .eh_frame into .text
diffstat:
sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 03a6091f6c25 -r 34e577349db0 sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x
--- a/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x Thu Apr 20 18:39:28 2017 +0000
+++ b/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x Thu Apr 20 18:53:12 2017 +0000
@@ -32,6 +32,8 @@
*(.rodata.*)
*(.rodata1)
*(.got1)
+ *(.eh_frame_hdr)
+ *(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
Home |
Main Index |
Thread Index |
Old Index