diff options
author | Alan Modra <amodra@gmail.com> | 2002-10-23 12:41:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-10-23 12:41:32 +0000 |
commit | e82ce5296f0d7feb044b0ca62f1c7cc38e0be859 (patch) | |
tree | 4fd61f386afb7250156eb30f81d9bede83077e7d /bfd/ChangeLog | |
parent | f2482cb2da3165cd50cb55e3b2cf68bca1fdd88e (diff) | |
download | gdb-e82ce5296f0d7feb044b0ca62f1c7cc38e0be859.zip gdb-e82ce5296f0d7feb044b0ca62f1c7cc38e0be859.tar.gz gdb-e82ce5296f0d7feb044b0ca62f1c7cc38e0be859.tar.bz2 |
* dwarf2.c (add_line_info): Ensure that the line_info_table is
sorted even when given an out-of-order line sequence.
(lookup_address_in_line_info_table): When an exact VMA match is
not found, return line information with the closest VMA.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8e359fa..528f431 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu> + + * dwarf2.c (add_line_info): Ensure that the line_info_table is + sorted even when given an out-of-order line sequence. + (lookup_address_in_line_info_table): When an exact VMA match is + not found, return line information with the closest VMA. + 2002-10-23 Ross Alexander <ross.alexander@uk.neceur.com> * elf64-hppa.c: Force DT_FLAGS to always be set. Required by |