[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/2338] objdump -d -l doesn't work correctly
From: |
bje at sources dot redhat dot com |
Subject: |
[Bug binutils/2338] objdump -d -l doesn't work correctly |
Date: |
30 Mar 2006 03:06:41 -0000 |
------- Additional Comments From bje at sources dot redhat dot com 2006-03-30
03:06 -------
Fixed with this patch (and verified):
2006-03-05 H.J. Lu <address@hidden>
Alan Modra <address@hidden>
PR binutils/2338
* dwarf2.c (loadable_section): New struct.
(dwarf2_debug): Add loadable_section_count and
loadable_sections.
(new_line_sorts_after): New.
(add_line_info): Use new_line_sorts_after to compare line
addresses.
(check_function_name): Removed.
(unset_sections): New.
(place_sections): New.
(_bfd_dwarf2_find_nearest_line): Updated. Call place_sections
and unset_sections on relocatable files.
(_bfd_dwarf2_find_line): Likewise.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sourceware.org/bugzilla/show_bug.cgi?id=2338
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.