]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
authorPeter Schauer <Peter.Schauer@mytum.de>
Mon, 22 Nov 1993 21:26:36 +0000 (21:26 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Mon, 22 Nov 1993 21:26:36 +0000 (21:26 +0000)
* gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
.stabs directives in comments.

gdb/testsuite/gdb.stabs/ecoff.mt

index ceb2a99b2b17c49874a9d4b5a5dff55cda623c00..38f85cb40de73f3bff3b78ee5263872fe331ea31 100644 (file)
@@ -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