aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog10
-rw-r--r--gdb/configure.tgt2
2 files changed, 11 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 695c972..12f2a20 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+Fri Sep 26 10:33:54 1997 Felix Lee <flee@cygnus.com>
+
+ * configure.tgt (v850-*-*): necmsg.lib instead of v850.lib.
+
+Wed Sep 24 14:02:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * config/v850/tm-v850.h (BREAKPOINT): Use 1 word DIVH insn with
+ RRRRR=0 for simulator breakpoint. Previous breakpoint insn was two
+ words.
+
Thu Sep 18 15:07:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
* ser-e7kpc.c (get_ds_base): Only use under Windows.
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index f5dab23..5a7a5b1 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -271,7 +271,7 @@ v850-*-*) gdb_target=v850
case $gdb_host in
windows)
CONFIG_OBS="${CONFIG_OBS} v850ice.o"
- LIBS="${LIBS} v850.lib" ;;
+ LIBS="${LIBS} necmsg.lib" ;;
esac
;;
# start-sanitize-v850e