From: Peter Schauer Date: Mon, 22 Nov 1993 21:26:36 +0000 (+0000) Subject: * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo. X-Git-Tag: gdb-4_18~16475 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09305cbdfc8d29bd12e41a80ba0d4bbc792e37e9;p=thirdparty%2Fbinutils-gdb.git * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo. * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed .stabs directives in comments. --- diff --git a/gdb/testsuite/gdb.stabs/ecoff.mt b/gdb/testsuite/gdb.stabs/ecoff.mt index ceb2a99b2b1..38f85cb40de 100644 --- a/gdb/testsuite/gdb.stabs/ecoff.mt +++ b/gdb/testsuite/gdb.stabs/ecoff.mt @@ -2,6 +2,7 @@ # uses gas, you should configure gdb --with-gnu-as. # weird.o: $(srcdir)/weird.def $(srcdir)/ecoff.sed - sed -e '/.long/.word/' <$(srcdir)/weird.def | \ + sed -e '/.if alpha/,/.endif alpha/d' <$(srcdir)/weird.def | \ + sed -e 's/.long/.word/' | \ sed -f $(srcdir)/ecoff.sed >weird.s $(CC) -c weird.s