aboutsummaryrefslogtreecommitdiff
path: root/gdb/inftarg.c
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-11-14 20:49:23 +0000
committerJeff Johnston <jjohnstn@redhat.com>2003-11-14 20:49:23 +0000
commit287a334e725d8a095303b6017b725e511319ff8a (patch)
treef2a62a948ee4695d9d35008f7e31fb6e50f56b38 /gdb/inftarg.c
parent140be7b8100ca97b1334515f3eee0f860079531f (diff)
downloadfsf-binutils-gdb-287a334e725d8a095303b6017b725e511319ff8a.zip
fsf-binutils-gdb-287a334e725d8a095303b6017b725e511319ff8a.tar.gz
fsf-binutils-gdb-287a334e725d8a095303b6017b725e511319ff8a.tar.bz2
2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
* config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to set up the ia64 linux native target method for getting the kernel unwind table. * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function. * inftarg.c (child_xfer_partial): Enable section of code to handle TARGET_OBJECT_UNWIND_TABLE. * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro.
Diffstat (limited to 'gdb/inftarg.c')
-rw-r--r--gdb/inftarg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/inftarg.c b/gdb/inftarg.c
index 6829400..a20c39f 100644
--- a/gdb/inftarg.c
+++ b/gdb/inftarg.c
@@ -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: