diff options
author | Nick Clifton <nickc@redhat.com> | 2008-08-17 20:48:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-08-17 20:48:21 +0000 |
commit | 8029a119ee5f069520a6871a88ac92311a147fbb (patch) | |
tree | a325057e944eab66c4662e6cde40c7d154d3b9e2 /bfd/ChangeLog | |
parent | 8ad82227d02235d0422335e43a7f2645d4e87ee8 (diff) | |
download | gdb-8029a119ee5f069520a6871a88ac92311a147fbb.zip gdb-8029a119ee5f069520a6871a88ac92311a147fbb.tar.gz gdb-8029a119ee5f069520a6871a88ac92311a147fbb.tar.bz2 |
* elf32-arm.c: Tidy up the code.
(bfd_elf32_arm_allocate_interworking_sections): Move common code
into...
(arm_allocate_glue_section_space): ... New function.
(bfd_elf32_arm_add_glue_sections_to_bfd): Move common code
into...
(arm_make_glue_section): ... New function.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ee3a2d0..bd98cfe 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,13 @@ 2008-08-17 Nick Clifton <nickc@redhat.com> + * elf32-arm.c: Tidy up the code. + (bfd_elf32_arm_allocate_interworking_sections): Move common code + into... + (arm_allocate_glue_section_space): ... New function. + (bfd_elf32_arm_add_glue_sections_to_bfd): Move common code + into... + (arm_make_glue_section): ... New function. + * elfxx-mips.c (_bfd_mips_elf_check_relocs): Handle the situation where the sym_hashes are not available. |