+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
(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.
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.
(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)
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
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 ;;