Changed RUNTESTFLAGS to RUNTEST_FLAGS
authorJeffrey Wheat <cassidy@cygnus>
Thu, 4 Nov 1993 17:36:24 +0000 (17:36 +0000)
committerJeffrey Wheat <cassidy@cygnus>
Thu, 4 Nov 1993 17:36:24 +0000 (17:36 +0000)
gas/ChangeLog
gas/testsuite/ChangeLog
gas/testsuite/Makefile.in

index 4b238468bb4bd11daf52643c797cef8388878385..e501d6cc9f70a91597c0d021cec9a3491d5df951 100644 (file)
@@ -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
index 8ae2ac56a6718a7a508b7f1117c43413f89342cc..f55eb277195d7a593749888851e117ee867126c1 100644 (file)
@@ -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
index 978210f4f46042bd70d18a767d6f35cfc26cf260..cee420ed7c235e200b4421c0279282b83033f322 100644 (file)
@@ -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: