public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [obv] Fix return type of darwin_xfer_partial
@ 2014-02-20  0:52 Stan Shebs
  0 siblings, 0 replies; only message in thread
From: Stan Shebs @ 2014-02-20  0:52 UTC (permalink / raw)
  To: gdb-patches

With this just-pushed tweak, Darwin native builds again.

Stan
stan@codesourcery.com

2014-02-19  Stan Shebs  <stan@codesourcery.com>

	* darwin-nat.c (darwin_xfer_partial): Fix return type.

diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c
index 8557470..88cecf3 100644
--- a/gdb/darwin-nat.c
+++ b/gdb/darwin-nat.c
@@ -1919,7 +1919,7 @@ darwin_read_dyld_info (task_t task, CORE_ADDR
addr, gdb_byte *rdaddr,




-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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-20  0:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-20  0:52 [obv] Fix return type of darwin_xfer_partial Stan Shebs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).