* inftarg.c (child_xfer_partial): Remove code that handles
authorMark Kettenis <kettenis@gnu.org>
Sun, 26 Dec 2004 23:24:26 +0000 (23:24 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 26 Dec 2004 23:24:26 +0000 (23:24 +0000)
TARGET_OBJ_WCOOKIE.

gdb/ChangeLog
gdb/inftarg.c

index b848cddb0b24d1a30b3b4c196a6817685873959c..20fdb27df30359af6caa52a907dd5ab17ee5a9c8 100644 (file)
@@ -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.
index c55fbc4e0f8538d6a604627e853fb616168f0d8b..2c5de8f40f564b73f84984601ef466d3d16a30a4 100644 (file)
@@ -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;
     }
This page took 0.033116 seconds and 4 git commands to generate.