summaryrefslogtreecommitdiff
path: root/bfd/targets.c
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2018-11-07 17:16:56 +0900
committerYoshinori Sato <ysato@users.sourceforge.jp>2018-11-07 17:18:05 +0900
commit8d3c78e473c2af54c8117808f2459a408f9f6327 (patch)
treea357bad217bc2fa52efc23af3fc5b23ac139df26 /bfd/targets.c
parent8f531a8d1f9b9b9061368ddd89d1b7e7aafe9e38 (diff)
downloadbinutils-gdb-8d3c78e473c2af54c8117808f2459a408f9f6327.tar.gz
rx: Add target rx-*-linux.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r--bfd/targets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index b59dd766b26..dc4bef1d82b 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -777,6 +777,7 @@ extern const bfd_target rs6000_xcoff_vec;
extern const bfd_target rx_elf32_be_vec;
extern const bfd_target rx_elf32_be_ns_vec;
extern const bfd_target rx_elf32_le_vec;
+extern const bfd_target rx_elf32_linux_le_vec;
extern const bfd_target s390_elf32_vec;
extern const bfd_target s390_elf64_vec;
extern const bfd_target score_elf32_be_vec;