diff options
author | Cary Coutant <ccoutant@google.com> | 2013-01-25 21:15:54 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2013-01-25 21:15:54 +0000 |
commit | fab128efbbbbc9fca50b7421c28f3306c7deacbf (patch) | |
tree | 55fb8f9eb50c8df164ef49e6259a31e178adc17d /binutils/ChangeLog | |
parent | 86700f009f2effc71da8d0ab35bdf487362f5612 (diff) | |
download | gdb-fab128efbbbbc9fca50b7421c28f3306c7deacbf.zip gdb-fab128efbbbbc9fca50b7421c28f3306c7deacbf.tar.gz gdb-fab128efbbbbc9fca50b7421c28f3306c7deacbf.tar.bz2 |
binutils/
* dwarf.c (display_loc_list): Update offset for each line
printed.
(print_addr_index): New function.
(display_loc_list_dwo): Update offset for each line printed.
Fix problems displaying loclists in .dwo files. Add support
for type 4 entries.
(display_debug_loc): Remove custom header for .dwo files.
(display_debug_addr): Adjust formatting.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 986143a..11862c0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2013-01-25 Cary Coutant <ccoutant@google.com> + + * dwarf.c (display_loc_list): Update offset for each line + printed. + (print_addr_index): New function. + (display_loc_list_dwo): Update offset for each line printed. + Fix problems displaying loclists in .dwo files. Add support + for type 4 entries. + (display_debug_loc): Remove custom header for .dwo files. + (display_debug_addr): Adjust formatting. + 2013-01-25 Marco Atzeri <marco.atzeri@gmail.com> * objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK. |