From 89518a1cfe5021ecf5ad8d04c40f53cf947e95d9 Mon Sep 17 00:00:00 2001 From: dmick Date: Fri, 26 Aug 2005 17:29:52 -0700 Subject: 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 --- usr/src/cmd/mdb/Makefile.libstand | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'usr/src/cmd/mdb/Makefile.libstand') 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 $< -- cgit v1.2.3