From d6e03c9b6dd1fa7d0fcbe386cf6414e1aa9aee79 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 15 Oct 1998 00:19:08 +0000 Subject: [PATCH] Add objformat links for gdb and (while we're at it) c++filt. This means we can (assuming an a.out gdb is present) debug a.out kernels and crashdumps with gdb -aout. --- usr.bin/objformat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile index dcfd23bf1e2..1f28d3b5201 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -13,6 +13,8 @@ CFLAGS+= -DFREEBSD_AOUT LINKS+= ${BINDIR}/objformat ${BINDIR}/addr2line LINKS+= ${BINDIR}/objformat ${BINDIR}/ar LINKS+= ${BINDIR}/objformat ${BINDIR}/as +LINKS+= ${BINDIR}/objformat ${BINDIR}/c++filt +LINKS+= ${BINDIR}/objformat ${BINDIR}/gdb LINKS+= ${BINDIR}/objformat ${BINDIR}/ld LINKS+= ${BINDIR}/objformat ${BINDIR}/nm LINKS+= ${BINDIR}/objformat ${BINDIR}/objcopy