diff options
author | peter <peter@FreeBSD.org> | 1998-10-15 00:19:08 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-10-15 00:19:08 +0000 |
commit | ec797a83354c9c374e6b3c59d8329e37c522ebf1 (patch) | |
tree | e12c6db398d2a487e5c5a98c6fd97928e7bded4b /usr.bin/objformat | |
parent | 3ed74bd188547d400ff9824f772a8480b403a369 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |