aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2010-03-08 18:41:00 +0000
committerKevin Buettner <kevinb@redhat.com>2010-03-08 18:41:00 +0000
commit566f3d17348b01884b286fc9cb7eb79c11e55635 (patch)
treec4ab0e5efdc0d4d3a1a8f9f374800be547e05d04 /gdb
parent8cfa2c71e3d4f914c945b0c9e880a3f1ebb1dac6 (diff)
downloadgdb-566f3d17348b01884b286fc9cb7eb79c11e55635.zip
gdb-566f3d17348b01884b286fc9cb7eb79c11e55635.tar.gz
gdb-566f3d17348b01884b286fc9cb7eb79c11e55635.tar.bz2
* remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
Change return value to int. Store value fetched in location addressed by `val'. Use function's return value as success or failure indicator. Adjust all callers.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2a60376..fea4e78 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-08 Kevin Buettner <kevinb@redhat.com>
+
+ * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
+ Change return value to int. Store value fetched in location
+ addressed by `val'. Use function's return value as success
+ or failure indicator. Adjust all callers.
+
2020-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
* p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.