gas: blackfin: test all 16bit insns
[deliverable/binutils-gdb.git] / opcodes / arm-dis.c
index 26e40ab98b53c49580706f9aebce544337870f50..e8abbf51b1daeb15a654b50922fdf79373830b03 100644 (file)
@@ -4525,7 +4525,7 @@ get_sym_code_type (struct disassemble_info *info,
   type = ELF_ST_TYPE (es->internal_elf_sym.st_info);
 
   /* If the symbol has function type then use that.  */
-  if (type == STT_FUNC)
+  if (type == STT_FUNC || type == STT_GNU_IFUNC)
     {
       if (ARM_SYM_BRANCH_TYPE (&es->internal_elf_sym) == ST_BRANCH_TO_THUMB)
        *map_type = MAP_THUMB;
This page took 0.022951 seconds and 4 git commands to generate.