diff options
author | Jeffrey Wheat <cassidy@cygnus> | 1993-11-04 17:36:24 +0000 |
---|---|---|
committer | Jeffrey Wheat <cassidy@cygnus> | 1993-11-04 17:36:24 +0000 |
commit | de074576cee3f356df0b68b976a8cd0e9ef30cc7 (patch) | |
tree | 3a3c07bbd0e74c476e476f0fd5b0632f81a08044 /gas | |
parent | eba272f39eb3ed6e5226632971ba4e1100d93d54 (diff) | |
download | gdb-de074576cee3f356df0b68b976a8cd0e9ef30cc7.zip gdb-de074576cee3f356df0b68b976a8cd0e9ef30cc7.tar.gz gdb-de074576cee3f356df0b68b976a8cd0e9ef30cc7.tar.bz2 |
Changed RUNTESTFLAGS to RUNTEST_FLAGS
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 25 | ||||
-rw-r--r-- | gas/testsuite/ChangeLog | 9 | ||||
-rw-r--r-- | gas/testsuite/Makefile.in | 4 |
3 files changed, 36 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4b23846..e501d6c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,28 @@ +Thu Nov 04 09:09:35 1993 Jeffrey Wheat (cassidy@cygnus.com) + + * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS + +Wed Nov 3 12:16:27 1993 Ken Raeburn (raeburn@rover.cygnus.com) + + * write.c (fixup_segment): Handle conversion of subtraction to + pc-relative addressing even if pc-relative flag is already set. + + * config/tc-m68k.c (m68k_ip_op): Use strchr, not index. Don't + declare either. + + * doc/Makefile.in (distclean): Delete intermediate files from dvi + build, but not the dvi or info files. + * Makefile.in (clean-here): New target; cleans up current + directory only. + (distclean): Use it instead of clean. + + * read.c (s_xstab): Don't use alloca. + + * messages.c (identify): New routine; print message identifying + following messages as coming from assembler. + (as_show_where, as_bad_internal, as_bad_where): Call it. + (as_fatal): Don't need to identify program any more. + Tue Nov 2 18:04:11 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * read.c (s_lcomm): Put small objects in .sbss for MIPS ELF as diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8ae2ac5..f55eb27 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,12 @@ +Thu Nov 04 09:09:49 1993 Jeffrey Wheat (cassidy@cygnus.com) + + * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS + +Tue Nov 2 22:12:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests. + * gas/hppa/more.parse/parse.exp: Run them. + Mon Nov 1 23:37:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu) * gas/hppa/reloc/reloc.exp (reloc_reduce): Correct offsets at diff --git a/gas/testsuite/Makefile.in b/gas/testsuite/Makefile.in index 978210f..cee420e 100644 --- a/gas/testsuite/Makefile.in +++ b/gas/testsuite/Makefile.in @@ -35,7 +35,7 @@ GCCFLAGS = -g -O LINK= ln -s RUNTEST = runtest -RUNTESTFLAGS = +RUNTEST_FLAGS = # The ugliness in the program_transform_name version seems necessary # to work around some strange behavior of /bin/sh on 386bsd (0.1). @@ -102,7 +102,7 @@ site.exp: ./Makefile @rm -f ./tmp1 ./tmp0 check: site.exp - $(RUNTEST) $(RUNTESTFLAGS) --tool gas AS=$(AS_FOR_TARGET) + $(RUNTEST) $(RUNTEST_FLAGS) --tool gas AS=$(AS_FOR_TARGET) force: |