diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-01-10 17:28:37 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-01-10 17:28:37 +0000 |
commit | 0853c0928a75434195960f3ff72c2e865d68d6ac (patch) | |
tree | 72cf30e4050d002a5fe2f30340225b037d724d5b /binutils/ChangeLog | |
parent | 324007b99e945fd3154afd251d249e6daa1364a2 (diff) | |
download | gdb-0853c0928a75434195960f3ff72c2e865d68d6ac.zip gdb-0853c0928a75434195960f3ff72c2e865d68d6ac.tar.gz gdb-0853c0928a75434195960f3ff72c2e865d68d6ac.tar.bz2 |
2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
BZ 635
readelf.c (saved_base_address): Removed.
(decode_64bit_range): Likewise.
(decode_range): Likewise.
(display_64bit_debug_ranges): Likewise.
(debug_info): Add range_lists, num_range_lists and
max_range_lists.
(read_and_display_attr_value): Handle do_debug_ranges.
(process_debug_info): Likewise.
(display_debug_ranges): Rewrite.
(process_object): Free range_lists.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 44624e5..6e7af01 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +2005-01-10 H.J. Lu <hongjiu.lu@intel.com> + + BZ 635 + readelf.c (saved_base_address): Removed. + (decode_64bit_range): Likewise. + (decode_range): Likewise. + (display_64bit_debug_ranges): Likewise. + (debug_info): Add range_lists, num_range_lists and + max_range_lists. + (read_and_display_attr_value): Handle do_debug_ranges. + (process_debug_info): Likewise. + (display_debug_ranges): Rewrite. + (process_object): Free range_lists. + 2005-01-10 Andreas Schwab <schwab@suse.de> * configure.in: Don't define SKIP_ZEROES. |