diff options
Diffstat (limited to 'bfd/elf32-h8300.c')
-rw-r--r-- | bfd/elf32-h8300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-h8300.c b/bfd/elf32-h8300.c index 21dc4ac..e9eae94 100644 --- a/bfd/elf32-h8300.c +++ b/bfd/elf32-h8300.c @@ -1705,7 +1705,7 @@ elf32_h8_get_relocated_section_contents (bfd *output_bfd, } -#define TARGET_BIG_SYM bfd_elf32_h8300_vec +#define TARGET_BIG_SYM h8300_elf32_vec #define TARGET_BIG_NAME "elf32-h8300" #define ELF_ARCH bfd_arch_h8300 #define ELF_MACHINE_CODE EM_H8_300 |