OSDN Git Service

* readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
authorAlan Modra <amodra@bigpond.net.au>
Wed, 3 Nov 2004 02:21:57 +0000 (02:21 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Wed, 3 Nov 2004 02:21:57 +0000 (02:21 +0000)
commit4b21b0c19dbfa0882b2fd0c669393d5410d8b8f4
tree02441ce9df0acd0c7e79a36cbaccaacc4d5d814e
parentf128da6f882c98a9bd7b1f0bdd77092e8b6fc46a
* readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
unw_aux_info and unw_table_entry.
(find_symbol_for_address): Pass symtab and strtab info explicitly.
(dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
prefix.
(slurp_ia64_unwind_table): Likewise.
(ia64_process_unwind): Rename from old process_unwind.
(hppa_unw_aux_info): New.
(dump_hppa_unwind): New.
(slurp_hppa_unwind_table): New.
(hppa_process_unwind): New.
(process_unwind): Factor out common unwinding checks; dispatch to
unwind handler based on machine type.
binutils/ChangeLog
binutils/readelf.c