summaryrefslogtreecommitdiffstats
path: root/gdb/testsuite/gdb.stabs
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-08-13 01:38:55 +0000
committerJeff Law <law@redhat.com>1994-08-13 01:38:55 +0000
commit5278c61d201f2817e8704e0e325648875aaf34af (patch)
tree238f5f0c1977d675bc3ea6b712beada17848bafb /gdb/testsuite/gdb.stabs
parente9227b4255b7eb706e50fe043e2212b22d0fe572 (diff)
downloadppe42-binutils-5278c61d201f2817e8704e0e325648875aaf34af.tar.gz
ppe42-binutils-5278c61d201f2817e8704e0e325648875aaf34af.zip
* gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
stabs testcode.
Diffstat (limited to 'gdb/testsuite/gdb.stabs')
-rw-r--r--gdb/testsuite/gdb.stabs/hppa.mt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.stabs/hppa.mt b/gdb/testsuite/gdb.stabs/hppa.mt
index 89a3190649..d7a6e86792 100644
--- a/gdb/testsuite/gdb.stabs/hppa.mt
+++ b/gdb/testsuite/gdb.stabs/hppa.mt
@@ -1,3 +1,3 @@
weird.o: $(srcdir)/weird.def $(srcdir)/hppa.sed
sed -f $(srcdir)/hppa.sed <$(srcdir)/weird.def >weird.s
- $(CC) -c weird.s
+ $(AS) weird.s -o weird.o
OpenPOWER on IntegriCloud