From: Kevin Buettner Date: Mon, 8 Mar 2010 18:41:00 +0000 (+0000) Subject: * remote-mips.c (mips_fetch_word): Add new parameter, `valp'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=566f3d17348b01884b286fc9cb7eb79c11e55635;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a603762473..fea4e785c34 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2010-03-08 Kevin Buettner + + * 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 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.