diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0506a2971db..79a0f7aa699 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2020-06-07 H.J. Lu + + * elf32-tic6x.c (elf32_bed): Defined the default to + elf32_tic6x_bed. + 2020-06-07 H.J. Lu * elf64-hppa.c (elf64_hppa_link_hash_table): Remove plt_sec and diff --git a/bfd/elf32-tic6x.c b/bfd/elf32-tic6x.c index d1ba4c2a93f..1de4a57d5f2 100644 --- a/bfd/elf32-tic6x.c +++ b/bfd/elf32-tic6x.c @@ -4254,6 +4254,8 @@ elf32_tic6x_write_section (bfd *output_bfd, return TRUE; } +#define elf32_bed elf32_tic6x_bed + #define TARGET_LITTLE_SYM tic6x_elf32_le_vec #define TARGET_LITTLE_NAME "elf32-tic6x-le" #define TARGET_BIG_SYM tic6x_elf32_be_vec