summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mdb/Makefile.libstand
diff options
context:
space:
mode:
authordmick <none@none>2005-08-26 17:29:52 -0700
committerdmick <none@none>2005-08-26 17:29:52 -0700
commit89518a1cfe5021ecf5ad8d04c40f53cf947e95d9 (patch)
treeb859132fde3267cd8363bef3c8e6e1a9b72255b4 /usr/src/cmd/mdb/Makefile.libstand
parent817a6df8b3316f1bd1c398f765f71964d8966da4 (diff)
downloadillumos-joyent-89518a1cfe5021ecf5ad8d04c40f53cf947e95d9.tar.gz
6241314 ctfconvert should understand SPARC real types in DWARF
6313293 ctfstabs is confused by gcc's output 6268862 add more gcc support routines to a few places 6272005 gcc and cmd/mdb don't get along 6273966 gcc and common/dis don't get along --HG-- rename : usr/src/cmd/mdb/intel/ia32/libstand/muldiv.s => deleted_files/usr/src/cmd/mdb/intel/ia32/libstand/muldiv.s rename : usr/src/cmd/mdb/intel/ia32/libstand/sys/archsalib.h => deleted_files/usr/src/cmd/mdb/intel/ia32/libstand/sys/archsalib.h
Diffstat (limited to 'usr/src/cmd/mdb/Makefile.libstand')
-rw-r--r--usr/src/cmd/mdb/Makefile.libstand6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/cmd/mdb/Makefile.libstand b/usr/src/cmd/mdb/Makefile.libstand
index f722e8c67a..6f0e665550 100644
--- a/usr/src/cmd/mdb/Makefile.libstand
+++ b/usr/src/cmd/mdb/Makefile.libstand
@@ -109,6 +109,9 @@ lint: $(LINTFILES)
$(COMPILE.c) $<
$(CTFCONVERT_O)
+%.o: $(SRC)/common/util/i386/%.s
+ $(COMPILE.s) $<
+
%.o: ../../libstand/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
@@ -126,6 +129,9 @@ lint: $(LINTFILES)
%.ln: $(SRC)/common/util/%.c
$(LINT.c) -c $<
+%.ln: $(SRC)/common/util/i386/%.s
+ $(LINT.s) -c $<
+
%.ln: ../../libstand/%.c
$(LINT.c) -c $<