aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>2004-11-04 00:40:39 +0000
committerKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>2004-11-04 00:40:39 +0000
commit9f0b03222a20749b3e23f47ec6f43b51d9554322 (patch)
treeb42ab59c2b92ca35d441dbc52d8d00a4efeb9b35 /gdb/ChangeLog
parent632e5f9e456f7fd8c4a1ae4cb71fd9b6e97655dd (diff)
downloadgdb-9f0b03222a20749b3e23f47ec6f43b51d9554322.zip
gdb-9f0b03222a20749b3e23f47ec6f43b51d9554322.tar.gz
gdb-9f0b03222a20749b3e23f47ec6f43b51d9554322.tar.bz2
2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
* m32r-tdep.c (m32r_memory_insert_breakpoint): Remove unnecessary parallel execution bit. (m32r_memory_remove_breakpoint): Ditto. (m32r_breakpoint_from_pc): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 09ee1e7..b45492c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,7 +1,13 @@
+2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
+ * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
+ unnecessary parallel execution bit.
+ (m32r_memory_remove_breakpoint): Ditto.
+ (m32r_breakpoint_from_pc): Update.
+
2004-11-03 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
- frame_func_unwind to locate the unwind entry.
+ frame_func_unwind to locate the unwind entry.
(hppa_frame_this_id): Likewise.
2004-11-03 Andrew Cagney <cagney@gnu.org>