* gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the

stabs testcode.
This commit is contained in:
Jeff Law 1994-08-13 01:38:55 +00:00
parent e9227b4255
commit 5278c61d20
2 changed files with 14 additions and 1 deletions

View 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.

View 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