Tue Jan 17 18:44:25 2012 UTC ()
Remove workaround for old binutils.


(skrll)
diff -r1.13 -r1.14 src/usr.sbin/crash/Makefile
diff -r1.1 -r0 src/usr.sbin/crash/ldscript.crash

cvs diff -r1.13 -r1.14 src/usr.sbin/crash/Makefile (expand / switch to unified diff)

--- src/usr.sbin/crash/Makefile 2011/08/16 08:07:12 1.13
+++ src/usr.sbin/crash/Makefile 2012/01/17 18:44:24 1.14
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.13 2011/08/16 08:07:12 christos Exp $ 1# $NetBSD: Makefile,v 1.14 2012/01/17 18:44:24 skrll Exp $
2 2
3PROG= crash 3PROG= crash
4MAN= crash.8 4MAN= crash.8
5RUMPKERNEL= yes # XXX: Avoid -mcmodel=kernel 5RUMPKERNEL= yes # XXX: Avoid -mcmodel=kernel
6 6
7CWARNFLAGS.clang+= -Wno-format 7CWARNFLAGS.clang+= -Wno-format
8 8
9LDADD+= -lutil -lkvm -ledit -lterminfo -T${.CURDIR}/ldscript.crash 9LDADD+= -lutil -lkvm -ledit -lterminfo
10DPADD+= ${LIBUTIL} ${LIBKVM} ${LIBEDIT} ${LIBTERMINFO} 10DPADD+= ${LIBUTIL} ${LIBKVM} ${LIBEDIT} ${LIBTERMINFO}
11 11
12# some ddb kernel components need limited modifications. for now, 12# some ddb kernel components need limited modifications. for now,
13# punt if not noted as implemented here. 13# punt if not noted as implemented here.
14.if ${MACHINE} == "amd64" \ 14.if ${MACHINE} == "amd64" \
15 || ${MACHINE} == "i386" \ 15 || ${MACHINE} == "i386" \
16 || ${MACHINE} == "sparc64" 16 || ${MACHINE} == "sparc64"
17REALCRASH=yes 17REALCRASH=yes
18.else 18.else
19REALCRASH=no 19REALCRASH=no
20.endif 20.endif
21 21
22.if ${REALCRASH} != "no" # { 22.if ${REALCRASH} != "no" # {

File Deleted: src/usr.sbin/crash/Attic/ldscript.crash