* elf32-arm.c (elf32_arm_check_relocs): Set SEC_ALLOC and

SEC_LOAD for dynamic relocation sections.
This commit is contained in:
Catherine Moore 2009-01-28 16:35:13 +00:00
parent 098b41a654
commit 528aeb629f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-01-28 Catherine Moore <clm@codesourcery.com>
* elf32-arm.c (elf32_arm_check_relocs): Set SEC_ALLOC and
SEC_LOAD for dynamic relocation sections.
2009-01-27 Hans-Peter Nilsson <hp@axis.com>
* elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table

View file

@ -9643,7 +9643,7 @@ elf32_arm_check_relocs (bfd *abfd, struct bfd_link_info *info,
flagword flags;
flags = bfd_get_section_flags (dynobj, sreloc);
flags &= ~(SEC_LOAD | SEC_ALLOC);
flags |= (SEC_LOAD | SEC_ALLOC);
bfd_set_section_flags (dynobj, sreloc, flags);
}
}