summaryrefslogtreecommitdiffstats
path: root/src/libmach/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-25 22:03:28 +0000
committerrsc <devnull@localhost>2004-12-25 22:03:28 +0000
commit1cc215aaf92a6cf3cea436f2c215a84839fd59bc (patch)
treedd8524135949b5bd7b3cb3b23e02b09f9646891e /src/libmach/mkfile
parentcdf1805191ba4ab5b8fbb1697a95fe0d32e25ee6 (diff)
downloadplan9port-1cc215aaf92a6cf3cea436f2c215a84839fd59bc.tar.gz
plan9port-1cc215aaf92a6cf3cea436f2c215a84839fd59bc.zip
better unwinding for 386.
command-line extraction from core files on linux and freebsd. move linux ureg into ureg386.h (used in many places).
Diffstat (limited to 'src/libmach/mkfile')
-rw-r--r--src/libmach/mkfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libmach/mkfile b/src/libmach/mkfile
index 77426436..8ebe0374 100644
--- a/src/libmach/mkfile
+++ b/src/libmach/mkfile
@@ -4,6 +4,7 @@ LIB=libmach.a
OFILES=\
$SYSNAME.$O\
+ cmdline.$O\
crack.$O\
crackelf.$O\
crackmacho.$O\
@@ -17,6 +18,7 @@ OFILES=\
dwarfpc.$O\
dwarfpubnames.$O\
elf.$O\
+ elfdl386.$O\
elfcorefreebsd386.$O\
elfcorelinux386.$O\
frame.$O\
@@ -57,6 +59,13 @@ dwarfdump: dwarfdump.o $LIBDIR/$LIB
nm: nm.o $LIBDIR/$LIB
$LD -o $target $prereq -l9
+t: t.o $LIBDIR/$LIB
+ $LD -o $target $prereq -l9 -lthread_db
+
+elfnm: elfnm.o $LIBDIR/$LIB
+ $LD -o $target $prereq -l9
+
+
SunOS.$O: nosys.c
Darwin.$O: nosys.c
OpenBSD.$O: nosys.c