Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/boot Discard ELF unwind sections for the...
details: https://anonhg.NetBSD.org/src/rev/32c9fd88e40b
branches: trunk
changeset: 789273:32c9fd88e40b
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Aug 12 16:32:39 2013 +0000
description:
Discard ELF unwind sections for the boot loader.
diffstat:
sys/arch/x68k/stand/boot/boot.ldscript | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (10 lines):
diff -r 36e68349bf52 -r 32c9fd88e40b sys/arch/x68k/stand/boot/boot.ldscript
--- a/sys/arch/x68k/stand/boot/boot.ldscript Mon Aug 12 16:31:28 2013 +0000
+++ b/sys/arch/x68k/stand/boot/boot.ldscript Mon Aug 12 16:32:39 2013 +0000
@@ -62,5 +62,6 @@
*(.debug_ranges)
*(.debug_str)
*(.debug_frame)
+ *(.eh_frame)
}
}
Home |
Main Index |
Thread Index |
Old Index