Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/conf .interp and friends are unlikely to appe...
details: https://anonhg.NetBSD.org/src/rev/8b9669f43cd9
branches: trunk
changeset: 340099:8b9669f43cd9
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Aug 22 23:51:48 2015 +0000
description:
.interp and friends are unlikely to appear in kernels.
diffstat:
sys/arch/sparc/conf/kern.ldscript | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (23 lines):
diff -r f8a855936145 -r 8b9669f43cd9 sys/arch/sparc/conf/kern.ldscript
--- a/sys/arch/sparc/conf/kern.ldscript Sat Aug 22 23:49:54 2015 +0000
+++ b/sys/arch/sparc/conf/kern.ldscript Sat Aug 22 23:51:48 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern.ldscript,v 1.9 2015/08/22 23:49:54 uebayasi Exp $ */
+/* $NetBSD: kern.ldscript,v 1.10 2015/08/22 23:51:48 uebayasi Exp $ */
/*
* Kernel linker script for NetBSD/sparc. This script is based on
@@ -15,13 +15,6 @@
{
/* Read-only sections, merged into text segment: */
. = 0x10000 + SIZEOF_HEADERS;
- .interp : { *(.interp) }
- .hash : { *(.hash) }
- .dynsym : { *(.dynsym) }
- .dynstr : { *(.dynstr) }
- .gnu.version : { *(.gnu.version) }
- .gnu.version_d : { *(.gnu.version_d) }
- .gnu.version_r : { *(.gnu.version_r) }
.text :
{
*(.text)
Home |
Main Index |
Thread Index |
Old Index