darwin-nat.c (darwin_xfer_partial): Fix return type.
authorStan Shebs <stanshebs@earthlink.net>
Thu, 20 Feb 2014 00:48:26 +0000 (16:48 -0800)
committerStan Shebs <stanshebs@earthlink.net>
Thu, 20 Feb 2014 00:48:26 +0000 (16:48 -0800)
gdb/ChangeLog
gdb/darwin-nat.c

index cc216c6..be515e4 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-19  Stan Shebs  <stan@codesourcery.com>
+
+       * darwin-nat.c (darwin_xfer_partial): Fix return type.
+
 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
 
        * NEWS: Add entry for the new feature
index 8557470..88cecf3 100644 (file)
@@ -1919,7 +1919,7 @@ darwin_read_dyld_info (task_t task, CORE_ADDR addr, gdb_byte *rdaddr,
 
 \f
 
-static LONGEST
+static enum target_xfer_status
 darwin_xfer_partial (struct target_ops *ops,
                     enum target_object object, const char *annex,
                     gdb_byte *readbuf, const gdb_byte *writebuf,