Patch from: Jim Pick <jim@jimpick.com>

Take note of 'no_undefined'.
This commit is contained in:
Nick Clifton 1999-06-29 02:51:50 +00:00
parent a0290afa96
commit a72747a354
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-06-28 Jim Pick <jim@jimpick.com>
* elf32-arm.h (elf32_arm_relocate_section): Mind no_undefined
Tue Jun 29 02:25:03 1999 Jeffrey A Law (law@cygnus.com)
* elf-hppa.c (elf_hppa_howto_table): Use bfd_elf_generic_reloc as

View File

@ -1733,6 +1733,8 @@ elf32_arm_relocate_section (output_bfd, info, input_bfd, input_section,
}
else if (h->root.type == bfd_link_hash_undefweak)
relocation = 0;
else if (info->shared && !info->symbolic && !info->no_undefined)
relocation = 0;
else
{
if (!((*info->callbacks->undefined_symbol)