* gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
authorJeff Law <law@redhat.com>
Sat, 13 Aug 1994 01:38:55 +0000 (01:38 +0000)
committerJeff Law <law@redhat.com>
Sat, 13 Aug 1994 01:38:55 +0000 (01:38 +0000)
stabs testcode.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.stabs/hppa.mt

index 115c3573b64bbeb6552ee94da0973b92a43531fd..1c16f5380fe040505ac5534ef39d7884a05de72d 100644 (file)
@@ -1,3 +1,16 @@
+Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
+       stabs testcode.
+
+Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * lib/gdb.exp (gdb_test): Don't send anything if the first
+         argument is an empty string.  This makes cases where we want to
+         match output that is already in expect's buffers (for example,
+         matching a breakpoint after gdb_run_cmd has been called) work
+         reliably.
+
 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
 
        * config/netware.exp: New file.
index 89a3190649f223553a820750e054ddbd88c10893..d7a6e86792ae17a31e5c3f213cff743d8a0c36a8 100644 (file)
@@ -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