diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-03-06 01:36:52 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-03-06 01:36:52 +0000 |
commit | d4c32a815a48716962297fee0504760733e67bdf (patch) | |
tree | 25be3a0cb041a3550b699c11bc1792aed08dde10 /bfd/ChangeLog | |
parent | 7e1dd15ac76ff06beda6c51842c482cb76812668 (diff) | |
download | gdb-d4c32a815a48716962297fee0504760733e67bdf.zip gdb-d4c32a815a48716962297fee0504760733e67bdf.tar.gz gdb-d4c32a815a48716962297fee0504760733e67bdf.tar.bz2 |
2006-03-05 H.J. Lu <hongjiu.lu@intel.com>
Alan Modra <amodra@bigpond.net.au>
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e52fdfb..35185fa 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,20 @@ +2006-03-05 H.J. Lu <hongjiu.lu@intel.com> + Alan Modra <amodra@bigpond.net.au> + + 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. + 2006-03-03 Nick Clifton <nickc@redhat.com> * cpu-avr.c: Update to ISO-C90 formatting. |