From de074576cee3f356df0b68b976a8cd0e9ef30cc7 Mon Sep 17 00:00:00 2001 From: Jeffrey Wheat Date: Thu, 4 Nov 1993 17:36:24 +0000 Subject: [PATCH] Changed RUNTESTFLAGS to RUNTEST_FLAGS --- gas/ChangeLog | 25 +++++++++++++++++++++++++ gas/testsuite/ChangeLog | 9 +++++++++ gas/testsuite/Makefile.in | 4 ++-- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 4b238468bb..e501d6cc9f 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 8ae2ac56a6..f55eb27719 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 978210f4f4..cee420ed7c 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: -- 2.34.1