(ia64_get_dyn_info_list): Use obj_section_addr.

This commit is contained in:
Andreas Schwab 2008-09-02 09:32:56 +00:00
parent 6a86d2e1d3
commit 8b7a6d61e8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-09-02 Andreas Schwab <schwab@suse.de>
* ia64-tdep.c (ia64_get_dyn_info_list): Use obj_section_addr.
2008-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
Stay compatible after the GCC PR fortran/29635 fix.

View file

@ -2563,7 +2563,7 @@ ia64_get_dyn_info_list (unw_addr_space_t as,
void *buf = NULL;
text_sec = objfile->sections + SECT_OFF_TEXT (objfile);
ip = text_sec->addr;
ip = obj_section_addr (text_sec);
ret = ia64_find_unwind_table (objfile, ip, &di, &buf);
if (ret >= 0)
{