* target.c (target_write_partial): Fix result type.
authorDoug Evans <dje@google.com>
Fri, 14 Feb 2014 22:57:37 +0000 (14:57 -0800)
committerDoug Evans <dje@google.com>
Fri, 14 Feb 2014 22:57:37 +0000 (14:57 -0800)
gdb/ChangeLog
gdb/target.c

index 7611dbb68f541cb5a29949813e1be8f078ef967a..4f2e27ad143e2db351dd10be40be9191ebbb5fc3 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-14  Doug Evans  <dje@google.com>
+
+       * target.c (target_write_partial): Fix result type.
+
 2014-02-14  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
        * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register
index f08dad0add7a7c7ee39088a4026787b8b3387df8..92d5e3943a1f4226fb44230028a1451f48151ce7 100644 (file)
@@ -2074,7 +2074,7 @@ target_read_partial (struct target_ops *ops,
                              xfered_len);
 }
 
-static LONGEST
+static enum target_xfer_status
 target_write_partial (struct target_ops *ops,
                      enum target_object object,
                      const char *annex, const gdb_byte *buf,
This page took 0.041289 seconds and 4 git commands to generate.