Match mips*tx39 not mipst*tx39.

This commit is contained in:
Andrew Cagney 1998-05-29 01:42:20 +00:00
parent 4779296003
commit df26156d68
3 changed files with 219 additions and 219 deletions

View File

@ -1,3 +1,17 @@
Fri May 29 11:40:39 1998 Andrew Cagney <cagney@b1.cygnus.com>
* configure.in (sim_igen_filter): Match mips*tx39 not mipst*tx39.
start-sanitize-tx3904
Mon May 25 20:47:45 1998 Andrew Cagney <cagney@b1.cygnus.com>
* dv-tx3904cpu.c, dv-tx3904irc.c: Rename *_callback to *_method.
* dv-tx3904cpu.c, dv-tx3904irc.c: Include hw-main.h and
sim-main.h. Declare a struct hw_descriptor instead of struct
hw_device_descriptor.
end-sanitize-tx3904
Mon May 25 12:41:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
* mips.igen (do_store_left, do_load_left): Compute nr of left and

422
sim/mips/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -143,7 +143,7 @@ case "${target}" in
sim_m16_filter="16"
;;
# end-sanitize-tx19
mipst*tx39*) sim_default_gen=IGEN
mips*tx39*) sim_default_gen=IGEN
sim_use_gen=IGEN
sim_igen_filter="32,f"
sim_igen_machine="-M r3900"