projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2853f3
)
* target.c (target_write_partial): Fix result type.
author
Doug Evans
<dje@google.com>
Fri, 14 Feb 2014 22:57:37 +0000
(14:57 -0800)
committer
Doug Evans
<dje@google.com>
Fri, 14 Feb 2014 22:57:37 +0000
(14:57 -0800)
gdb/ChangeLog
patch
|
blob
|
history
gdb/target.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 7611dbb68f541cb5a29949813e1be8f078ef967a..4f2e27ad143e2db351dd10be40be9191ebbb5fc3 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/target.c
b/gdb/target.c
index f08dad0add7a7c7ee39088a4026787b8b3387df8..92d5e3943a1f4226fb44230028a1451f48151ce7 100644
(file)
--- a/
gdb/target.c
+++ b/
gdb/target.c
@@
-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,