diff options
Diffstat (limited to 'bfd/elf32-m68hc1x.c')
-rw-r--r-- | bfd/elf32-m68hc1x.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf32-m68hc1x.c b/bfd/elf32-m68hc1x.c index 3b453ec..190d257 100644 --- a/bfd/elf32-m68hc1x.c +++ b/bfd/elf32-m68hc1x.c @@ -471,7 +471,8 @@ elf32_m68hc11_size_stubs (bfd *output_bfd, bfd *stub_bfd, hash->root.u.i.link); if (hash->root.type == bfd_link_hash_defined - || hash->root.type == bfd_link_hash_defweak) + || hash->root.type == bfd_link_hash_defweak + || hash->root.type == bfd_link_hash_new) { if (!(hash->other & STO_M68HC12_FAR)) continue; |