* inftarg.c (child_xfer_partial): Remove code that handles
TARGET_OBJ_WCOOKIE.
This commit is contained in:
parent
3a3f751dac
commit
c9591d9843
@ -1,3 +1,8 @@
|
||||
2004-12-26 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* inftarg.c (child_xfer_partial): Remove code that handles
|
||||
TARGET_OBJ_WCOOKIE.
|
||||
|
||||
2004-12-25 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* inftarg.c (child_create_inferior) [HPUXHPPA]: Remove code.
|
||||
|
@ -559,13 +559,6 @@ child_xfer_partial (struct target_ops *ops, enum target_object object,
|
||||
return NATIVE_XFER_AUXV (ops, object, annex, readbuf, writebuf,
|
||||
offset, len);
|
||||
|
||||
case TARGET_OBJECT_WCOOKIE:
|
||||
#ifndef NATIVE_XFER_WCOOKIE
|
||||
#define NATIVE_XFER_WCOOKIE(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN) (-1)
|
||||
#endif
|
||||
return NATIVE_XFER_WCOOKIE (ops, object, annex, readbuf, writebuf,
|
||||
offset, len);
|
||||
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user