summaryrefslogtreecommitdiffstats
path: root/usr.bin/objformat
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-10-15 00:19:08 +0000
committerpeter <peter@FreeBSD.org>1998-10-15 00:19:08 +0000
commitec797a83354c9c374e6b3c59d8329e37c522ebf1 (patch)
treee12c6db398d2a487e5c5a98c6fd97928e7bded4b /usr.bin/objformat
parent3ed74bd188547d400ff9824f772a8480b403a369 (diff)
downloadFreeBSD-src-ec797a83354c9c374e6b3c59d8329e37c522ebf1.zip
FreeBSD-src-ec797a83354c9c374e6b3c59d8329e37c522ebf1.tar.gz
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.
Diffstat (limited to 'usr.bin/objformat')
-rw-r--r--usr.bin/objformat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile
index dcfd23b..1f28d3b 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
OpenPOWER on IntegriCloud