mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-04 15:37:54 +00:00
Changed RUNTESTFLAGS to RUNTEST_FLAGS
This commit is contained in:
parent
eba272f39e
commit
de074576ce
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user