diff options
Diffstat (limited to 'bfd/elf32-mt.c')
-rw-r--r-- | bfd/elf32-mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-mt.c b/bfd/elf32-mt.c index a0e163c..6df1521 100644 --- a/bfd/elf32-mt.c +++ b/bfd/elf32-mt.c @@ -573,7 +573,7 @@ mt_elf_print_private_bfd_data (bfd * abfd, void * ptr) } -#define TARGET_BIG_SYM bfd_elf32_mt_vec +#define TARGET_BIG_SYM mt_elf32_vec #define TARGET_BIG_NAME "elf32-mt" #define ELF_ARCH bfd_arch_mt |