include/elf/
[deliverable/binutils-gdb.git] / ld / emultempl / armelf.em
index bfc57cac7b44280e938f813f224524e8b099e4e1..948bf8d7f93c1d81460d15e4a0fefca2e9081756 100644 (file)
@@ -404,7 +404,7 @@ gld${EMULATION_NAME}_finish (void)
       h = bfd_link_hash_lookup (link_info.hash, entry_symbol.name,
                                FALSE, FALSE, TRUE);
       eh = (struct elf_link_hash_entry *)h;
-      if (!h || ELF_ST_TYPE(eh->type) != STT_ARM_TFUNC)
+      if (!h || eh->target_internal != ST_BRANCH_TO_THUMB)
        return;
     }
 
This page took 0.023062 seconds and 4 git commands to generate.