diff options
author | Felix Lee <flee@cygnus> | 1997-09-26 17:37:34 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-09-26 17:37:34 +0000 |
commit | afa38b3dffdac40f0123d5a84b52a4d933988e13 (patch) | |
tree | b471a0883c3a678a77c2cc0d822223feeefb6985 | |
parent | 68f92f98acf240b5935438e18d1cc9a5bde1e6de (diff) | |
download | gdb-afa38b3dffdac40f0123d5a84b52a4d933988e13.zip gdb-afa38b3dffdac40f0123d5a84b52a4d933988e13.tar.gz gdb-afa38b3dffdac40f0123d5a84b52a4d933988e13.tar.bz2 |
* configure.tgt (v850-*-*): necmsg.lib instead of v850.lib.
-rw-r--r-- | gdb/ChangeLog | 10 | ||||
-rw-r--r-- | gdb/configure.tgt | 2 |
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 |