aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-tic6x.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-06-07 14:53:58 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-06-07 14:53:58 -0700
commit845b83d7eba22c20acdd605e231f8b03a08ff71a (patch)
tree8d2e1efc8f199e57b4fcba46b1659947c985776a /bfd/elf32-tic6x.c
parent597344c9a4a110b662ed04fe115e6f887b42d366 (diff)
downloadgdb-845b83d7eba22c20acdd605e231f8b03a08ff71a.zip
gdb-845b83d7eba22c20acdd605e231f8b03a08ff71a.tar.gz
gdb-845b83d7eba22c20acdd605e231f8b03a08ff71a.tar.bz2
elf32-tic6x.c: Define the default elf32_bed to elf32_tic6x_bed
Get 00000000000007c0 d elf32_tic6x_bed 0000000000000000 d elf32_tic6x_elf_bed 00000000000003e0 d elf32_tic6x_linux_bed instead of 00000000000007c0 d elf32_bed 0000000000000000 d elf32_tic6x_elf_bed 00000000000003e0 d elf32_tic6x_linux_bed * elf32-tic6x.c (elf32_bed): Defined the default to elf32_tic6x_bed.
Diffstat (limited to 'bfd/elf32-tic6x.c')
-rw-r--r--bfd/elf32-tic6x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf32-tic6x.c b/bfd/elf32-tic6x.c
index d1ba4c2..1de4a57 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