diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-09-05 14:49:05 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-09-05 14:49:05 +0000 |
commit | d966045b7b22448c0c4cdfa90eb1afab34d07c46 (patch) | |
tree | ef2f60f05029d33e996a83306810225d575a49d4 /binutils/ChangeLog | |
parent | 0b1553bcdd4db0c7ddb09f01cd281917447d5769 (diff) | |
download | gdb-d966045b7b22448c0c4cdfa90eb1afab34d07c46.zip gdb-d966045b7b22448c0c4cdfa90eb1afab34d07c46.tar.gz gdb-d966045b7b22448c0c4cdfa90eb1afab34d07c46.tar.bz2 |
* readelf.c (load_specific_debug_section): New function, from
load_debug_section.
(load_debug_section): Use load_specific_debug_section.
(display_debug_section): Use load_specific_debug_section. Check for
multiple sections with the same name.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 525dbe2..eff5d7b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2008-09-05 Daniel Jacobowitz <dan@codesourcery.com> + + * readelf.c (load_specific_debug_section): New function, from + load_debug_section. + (load_debug_section): Use load_specific_debug_section. + (display_debug_section): Use load_specific_debug_section. Check for + multiple sections with the same name. + 2008-08-28 Tristan Gingold <gingold@adacore.com> * objdump.c (dump_stabs): Add sections for Darwin. |