Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/zaurus/conf delete eh_frame gunk, which hopefully w...
details: https://anonhg.NetBSD.org/src/rev/0fe46f3b72eb
branches: trunk
changeset: 790345:0fe46f3b72eb
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 03 23:48:34 2013 +0000
description:
delete eh_frame gunk, which hopefully will make the kernel small enough to boot.
diffstat:
sys/arch/zaurus/conf/ldscript.zaurus | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 46cb8bd1e82f -r 0fe46f3b72eb sys/arch/zaurus/conf/ldscript.zaurus
--- a/sys/arch/zaurus/conf/ldscript.zaurus Thu Oct 03 23:42:38 2013 +0000
+++ b/sys/arch/zaurus/conf/ldscript.zaurus Thu Oct 03 23:48:34 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ldscript.zaurus,v 1.3 2012/01/20 15:00:27 nonaka Exp $ */
+/* $NetBSD: ldscript.zaurus,v 1.4 2013/10/03 23:48:34 christos Exp $ */
OUTPUT_ARCH(arm)
ENTRY(KERNEL_BASE_phys)
@@ -76,4 +76,10 @@
{
KEEP(*(.note.netbsd.ident));
}
+ /DISCARD/ : {
+ *(.eh_frame_hdr)
+ *(.eh_frame)
+ *(.rel.eh_frame)
+ *(.rela.eh_frame)
+ }
}
Home |
Main Index |
Thread Index |
Old Index