projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68f92f9
)
* configure.tgt (v850-*-*): necmsg.lib instead of v850.lib.
author
Felix Lee
<flee@cygnus>
Fri, 26 Sep 1997 17:37:34 +0000
(17:37 +0000)
committer
Felix Lee
<flee@cygnus>
Fri, 26 Sep 1997 17:37:34 +0000
(17:37 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/configure.tgt
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 695c972c9b38021069e07007ce9921797b0f9317..12f2a20ed558c2d5ed6a0dd6be965739970f46a0 100644
(file)
--- 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 f5dab230b58c14f385489e39f1b922aad2db890e..5a7a5b1411a7c9c740172ec179ba0dc0a1df32ba 100644
(file)
--- 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