projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f45f60
)
* gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
author
Peter Schauer
<Peter.Schauer@mytum.de>
Mon, 22 Nov 1993 21:26:36 +0000
(21:26 +0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.stabs/ecoff.mt
b/gdb/testsuite/gdb.stabs/ecoff.mt
index ceb2a99b2b17c49874a9d4b5a5dff55cda623c00..38f85cb40de73f3bff3b78ee5263872fe331ea31 100644
(file)
--- 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