From 09305cbdfc8d29bd12e41a80ba0d4bbc792e37e9 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Mon, 22 Nov 1993 21:26:36 +0000 Subject: * 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. --- gdb/testsuite/gdb.stabs/ecoff.mt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.stabs') diff --git a/gdb/testsuite/gdb.stabs/ecoff.mt b/gdb/testsuite/gdb.stabs/ecoff.mt index ceb2a99..38f85cb 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 -- cgit v1.1