diff options
author | Nick Clifton <nickc@redhat.com> | 2007-12-31 11:29:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-12-31 11:29:31 +0000 |
commit | 281153f387316e092d3c8fb35a1898728d524665 (patch) | |
tree | aa8a65e78b8d8af185436133cba6b9d09be328fc /bfd/ChangeLog | |
parent | e9e9cead3f03155dd8a2ae851c35066cb3ebfec6 (diff) | |
download | gdb-281153f387316e092d3c8fb35a1898728d524665.zip gdb-281153f387316e092d3c8fb35a1898728d524665.tar.gz gdb-281153f387316e092d3c8fb35a1898728d524665.tar.bz2 |
* elf-m10300.c (mn10300_elf_relax_section): Use _bfd_merged_section_offset
to compute the offset of a symbol in a merged section.
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 d12d615..a5567b0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2007-12-31 Nick Clifton <nickc@redhat.com> + * elf-m10300.c (mn10300_elf_relax_section): Use + _bfd_merged_section_offset to compute the offset of a symbol in a + merged section. + +2007-12-31 Nick Clifton <nickc@redhat.com> + * elf.c (_bfd_elf_find_segment_containing_section): New function: Scan the segment map looking for the segment containing a specified function. |