diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-07-14 16:57:18 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-07-14 16:57:18 +0000 |
commit | 01a8f077edb6f09060c339831a9b3c7e5f45c812 (patch) | |
tree | 3fefc13e20780b54fb1e22ba7fd1b4a36e0787b4 /binutils/testsuite/ChangeLog | |
parent | 140033b39116ffc7d6ca946c43c19880e2e48a0c (diff) | |
download | gdb-01a8f077edb6f09060c339831a9b3c7e5f45c812.zip gdb-01a8f077edb6f09060c339831a9b3c7e5f45c812.tar.gz gdb-01a8f077edb6f09060c339831a9b3c7e5f45c812.tar.bz2 |
binutils/
Support unordered .debug_info references to .debug_ranges.
* dwarf.c (struct range_entry, range_entry_compar): New.
(display_debug_ranges): Remove variables last_offset, first, j,
seen_first_offset, use_debug_info and next. New variables
range_entries and range_entry_fill. Create the sorted copy
range_entries. Remove the FIXME error on detected unordered references.
* dwarf.h (debug_info <range_lists>): New comment.
binutils/testsuite/
* binutils-all/objcopy.exp (testranges): New test.
* binutils-all/testranges.d, binutils-all/testranges.s: New files.
Diffstat (limited to 'binutils/testsuite/ChangeLog')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 2c5db0c..cf8d81f 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com> + + * binutils-all/objcopy.exp (testranges): New test. + * binutils-all/testranges.d, binutils-all/testranges.s: New files. + 2009-06-25 Christopher Faylor <me+cygwin@cgf.cx> * binutils-all/objcopy.exp: Move XFAIL from objcopy_test to |