diff options
author | Nick Clifton <nickc@redhat.com> | 2007-12-28 14:45:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-12-28 14:45:34 +0000 |
commit | 4750aaa46469b761f8888012f9d5314d5afc2636 (patch) | |
tree | b994b6e19e12078f1d97054267f7a44b28567ed6 /bfd/ChangeLog | |
parent | 000d5124032895c4ae8176491d891132a6d3c755 (diff) | |
download | gdb-4750aaa46469b761f8888012f9d5314d5afc2636.zip gdb-4750aaa46469b761f8888012f9d5314d5afc2636.tar.gz gdb-4750aaa46469b761f8888012f9d5314d5afc2636.tar.bz2 |
* elf32-hppa.c (hppa_record_segment_addr): Locate the segment
containing the section using the segment map, rather than guessing
based upon the section's vma and file position.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ef64819..a00def0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2007-12-28 Nick Hudson <nick.hudson@dsl.pipex.com> + + * elf32-hppa.c (hppa_record_segment_addr): Locate the segment + containing the section using the segment map, rather than guessing + based upon the section's vma and file position. + 2007-12-24 H.J. Lu <hongjiu.lu@intel.com> PR binutils/5488 |