aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/gdb.stabs/ecoff.mt3
1 files changed, 2 insertions, 1 deletions
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