* configure.tgt (v850): Add wildcard to match.

Also remove sanitization for v850e and ea.
This commit is contained in:
Stan Shebs 1999-01-29 23:39:40 +00:00
parent 34adffbd05
commit 31bcf8905f
3 changed files with 9 additions and 23 deletions

View File

@ -1,3 +1,7 @@
Fri Jan 29 15:25:09 1999 Stan Shebs <shebs@andros.cygnus.com>
* configure.tgt (v850): Add wildcard to match.
Fri Jan 29 16:44:01 1999 Edith Epstein <eepstein@sophia.cygnus.com>
* inferior.h: ran indent
@ -18,8 +22,8 @@ Fri Jan 29 12:57:34 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
(YACC): define as @YACC@
1999-01-29 Martin Hunt <hunt@cygnus.com>
Changes from Keith Seitz <keiths@cygnus.com>
* valops.c (value_assign): Add calls to register_changed_hook and
memory_changed_hook to inform UIs that the user has changed
the target's registers/memory.
@ -29,7 +33,7 @@ Fri Jan 29 12:57:34 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
memory_changed_hook.
* top.c: Ditto.
Thu Jan 28 18:16:07 1999 Mark Alexander <marka@cygnus.com>
1999-01-29 Mark Alexander <marka@cygnus.com>
* procfs.c (wait_fd): Handle deleted threads correctly.

View File

@ -936,11 +936,9 @@ Mon Aug 18 17:29:54 1997 Ian Lance Taylor <ian@cygnus.com>
(child_wait): Check the return value of handle_exception. Set the
continue_status argument to ContinueDebugEvent accordingly.
start-sanitize-v850e
Mon Aug 18 11:14:15 1997 Nick Clifton <nickc@cygnus.com>
* configure.tgt: Add support for v850ea target.
end-sanitize-v850e
Sun Aug 17 20:31:57 1997 Michael Snyder (msnyder@cleaver.cygnus.com)

View File

@ -25,6 +25,7 @@ pn) gdb_target_cpu=gould ;;
pyramid) gdb_target_cpu=pyr ;;
sparc*) gdb_target_cpu=sparc ;;
thumb*) gdb_target_cpu=arm ;;
v850*) gdb_target_cpu=v850 ;;
*) gdb_target_cpu=$target_cpu ;;
esac
@ -299,31 +300,14 @@ vax-*-*) gdb_target=vax ;;
fr30-*-*) gdb_target=fr30
;;
v850-*-*) gdb_target=v850
v850*-*-*) gdb_target=v850
case ${gdb_host}-${enable_gdbtk-no} in
cygwin*-yes )
CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;;
* ) ;;
esac
;;
# start-sanitize-v850e
v850e-*-*) gdb_target=v850
gdb_target_cpu=v850
case "${gdb_host}-${enable_gdbtk-no}" in
cygwin*-yes )
CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;;
* ) ;;
esac
;;
v850ea-*-*) gdb_target=v850
gdb_target_cpu=v850
case "${gdb_host}-${enable_gdbtk-no}" in
cygwin*-yes )
CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;;
* ) ;;
esac
;;
# end-sanitize-v850e
w65-*-*) gdb_target=w65 ;;
z8k-*-coff*) gdb_target=z8k ;;