* configure.tgt (v850-*-*): necmsg.lib instead of v850.lib.

This commit is contained in:
Felix Lee 1997-09-26 17:37:34 +00:00
parent 68f92f98ac
commit afa38b3dff
2 changed files with 11 additions and 1 deletions

View 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.

View 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