* remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
authorKevin Buettner <kevinb@redhat.com>
Mon, 8 Mar 2010 18:41:00 +0000 (18:41 +0000)
committerKevin Buettner <kevinb@redhat.com>
Mon, 8 Mar 2010 18:41:00 +0000 (18:41 +0000)
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.

gdb/ChangeLog

index 2a6037624731711841bee4b3401ba3d281e810e1..fea4e785c34ed9073dd7e2c760ae31d01f2d6387 100644 (file)
@@ -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.
This page took 0.029146 seconds and 4 git commands to generate.