mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
* spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
object types, not 0.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
|
||||
object types, not 0.
|
||||
|
||||
2007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* spu-tdep.c (spu_frame_align): New function.
|
||||
|
@ -536,7 +536,7 @@ spu_xfer_partial (struct target_ops *ops,
|
||||
return spu_proc_xfer_spu (mem_annex, readbuf, writebuf, offset, len);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* Override the to_can_use_hw_breakpoint routine. */
|
||||
|
Reference in New Issue
Block a user