This is the mail archive of the
binutils-cvs@sources.redhat.com
mailing list for the binutils project.
src/binutils ChangeLog readelf.c
- From: amodra at sourceware dot org
- To: binutils-cvs at sources dot redhat dot com
- Date: 3 Nov 2004 02:21:58 -0000
- Subject: src/binutils ChangeLog readelf.c
CVSROOT: /cvs/src
Module name: src
Changes by: amodra@sourceware.org 2004-11-03 02:21:58
Modified files:
binutils : ChangeLog readelf.c
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.824&r2=1.825
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.262&r2=1.263