]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/libunwind-frame.c
From David Mosberger <davidm@hpl.hp.com>:
authorKevin Buettner <kevinb@redhat.com>
Sat, 13 Dec 2003 03:51:56 +0000 (03:51 +0000)
committerKevin Buettner <kevinb@redhat.com>
Sat, 13 Dec 2003 03:51:56 +0000 (03:51 +0000)
commit503ff15d3831702b6020a5e0f37540cbd41c77d2
tree367596708b459f9314dc3d07750ac94fb2e3336a
parent3a4c93712ee832e295da2fe741210f341c1594e3
From David Mosberger  <davidm@hpl.hp.com>:
* libunwind-frame.c (unw_find_dyn_list_p): Replace most arguments
with a single unw_dyn_info_t pointer.
(libunwind_find_dyn_list): Likewise.
* libunwind-frame.h: Likewise.
* ia64-tdep.c (ia64_find_unwind_table): Switch to using
UNW_INFO_FORMAT_REMOTE_TABLE so we can avoid having to read in the
entire unwind-table at once.  Support for this table format has
been added to libunwind v0.95.
(ia64_find_proc_info_x): Adjust for remote-unwind-table changes.
(ia64_get_dyn_info_list): Adjust for interface change for
libunwind_find_dyn_list().
gdb/ChangeLog
gdb/ia64-tdep.c
gdb/libunwind-frame.c
gdb/libunwind-frame.h