* configure.tgt (v850-*-*): necmsg.lib instead of v850.lib.
authorFelix Lee <flee@cygnus>
Fri, 26 Sep 1997 17:37:34 +0000 (17:37 +0000)
committerFelix Lee <flee@cygnus>
Fri, 26 Sep 1997 17:37:34 +0000 (17:37 +0000)
gdb/ChangeLog
gdb/configure.tgt

index 695c972c9b38021069e07007ce9921797b0f9317..12f2a20ed558c2d5ed6a0dd6be965739970f46a0 100644 (file)
@@ -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.
index f5dab230b58c14f385489e39f1b922aad2db890e..5a7a5b1411a7c9c740172ec179ba0dc0a1df32ba 100644 (file)
@@ -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
This page took 0.042993 seconds and 4 git commands to generate.