2004-01-17 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / inftarg.c
index 6829400b5925b20e4b5eb458204887167842d181..a20c39fd07ad36960583258fdd37da2a4648cf4e 100644 (file)
@@ -571,14 +571,12 @@ child_xfer_partial (struct target_ops *ops, enum target_object object,
                                  NULL, ops);
       return -1;
 
-#if 0
     case TARGET_OBJECT_UNWIND_TABLE:
 #ifndef NATIVE_XFER_UNWIND_TABLE
 #define NATIVE_XFER_UNWIND_TABLE(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN) (-1)
 #endif
       return NATIVE_XFER_UNWIND_TABLE (ops, object, annex, readbuf, writebuf,
                                       offset, len);
-#endif
 
 #if 0
     case TARGET_OBJECT_AUXV:
This page took 0.02468 seconds and 4 git commands to generate.