From 6ad7294be17719a6fa760f9232572806d85a6dd5 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sun, 1 Aug 2004 19:32:28 +0000 Subject: [PATCH] * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new --- bfd/ChangeLog | 4 ++++ bfd/elf32-m68hc1x.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c723589e35..caa9bc4719 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-08-01 Stephane Carrez + + * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new + 2004-07-31 Joel Brobecker Thiemo Seufer diff --git a/bfd/elf32-m68hc1x.c b/bfd/elf32-m68hc1x.c index 3b453ec0d5..190d257f7f 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; -- 2.11.0