diff options
author | Nick Clifton <nickc@redhat.com> | 2007-05-17 08:39:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-05-17 08:39:22 +0000 |
commit | d57376011b9acb9da353056101933cefde39be3b (patch) | |
tree | 65ce69535641a95298156c493899f796d725fd07 /binutils/ChangeLog | |
parent | 5e29c2647ad6277ec3cf70fb849b27dbeaa2f220 (diff) | |
download | gdb-d57376011b9acb9da353056101933cefde39be3b.zip gdb-d57376011b9acb9da353056101933cefde39be3b.tar.gz gdb-d57376011b9acb9da353056101933cefde39be3b.tar.bz2 |
* objdump.c (load_debug_section): Select bias for DWARF debug addresses based on the flavour of the bfd.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6affdfd..f364cca 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2007-05-17 Nick Clifton <nickc@redhat.com> + + * objdump.c (load_debug_section): Select bias for DWARF debug + addresses based on the flavour of the bfd. + 2007-05-11 Alan Modra <amodra@bigpond.net.au> PR 4479 |