diff options
author | Nick Clifton <nickc@redhat.com> | 2013-10-25 09:32:43 +0100 |
---|---|---|
committer | Tom Tromey <tromey@sourceware.org> | 2013-10-25 14:03:01 +0000 |
commit | 240d6706c6a2497aa545f9ceda023196ae1e8606 (patch) | |
tree | 51bb4182f6b47f8676ca2950ffdb8a24ac94e0b5 /bfd/ChangeLog | |
parent | 9993a3551090329c9e77d7e8a6fba6e158d1be2c (diff) | |
download | gdb-240d6706c6a2497aa545f9ceda023196ae1e8606.zip gdb-240d6706c6a2497aa545f9ceda023196ae1e8606.tar.gz gdb-240d6706c6a2497aa545f9ceda023196ae1e8606.tar.bz2 |
PR binutils/15994
* dwarf2.c (lookup_address_in_line_info_table): Change return type
to be the range of addresses covered by the table.
(comp_unit_find_nearest_line): Likewise.
(find_line): Search all CUs. Select the one that matches and
covers the smallest address range.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8977400..85dc5ed 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2013-10-24 Nick Clifton <nickc@redhat.com> + + PR binutils/15994 + * dwarf2.c (lookup_address_in_line_info_table): Change return type + to be the range of addresses covered by the table. + (comp_unit_find_nearest_line): Likewise. + (find_line): Search all CUs. Select the one that matches and + covers the smallest address range. + 2013-10-18 Hans-Peter Nilsson <hp@axis.com> * elf32-cris.c (cris_elf_check_relocs): Don't assume |