* elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new
This commit is contained in:
parent
eec6393997
commit
83774818e5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
|
||||
|
||||
* elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new
|
||||
|
||||
2004-07-31 Joel Brobecker <brobecker@gnat.com>
|
||||
Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue