* config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding

attributes properly.
This commit is contained in:
Jim Blandy 2005-03-23 15:49:02 +00:00
parent ed84e69560
commit d110d6a2e4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-03-23 Jim Blandy <jimb@redhat.com>
* config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
attributes properly.
2005-03-23 Mike Frysinger <vapier@gentoo.org>
Nick Clifton <nickc@redhat.com>

View File

@ -13703,7 +13703,7 @@ arm_adjust_symtab (void)
elf_symbol_type * elf_sym;
elf_sym = elf_symbol (symbol_get_bfdsym (sym));
bind = ELF_ST_BIND (elf_sym);
bind = ELF_ST_BIND (elf_sym->internal_elf_sym.st_info);
/* If it's a .thumb_func, declare it as so,
otherwise tag label as .code 16. */