diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2018-11-07 17:16:56 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2018-11-07 17:18:05 +0900 |
commit | 8d3c78e473c2af54c8117808f2459a408f9f6327 (patch) | |
tree | a357bad217bc2fa52efc23af3fc5b23ac139df26 /bfd/ChangeLog | |
parent | 8f531a8d1f9b9b9061368ddd89d1b7e7aafe9e38 (diff) | |
download | binutils-gdb-8d3c78e473c2af54c8117808f2459a408f9f6327.tar.gz |
rx: Add target rx-*-linux.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 155251d3d4d..babfe1b6860 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2018-11-07 Yoshinori Sato <ysato@users.sourceforge.jp> + + * config.bfd: Add rx-*-linux. + * congigure.ac: Likewise. + * elf32-rx.c (rx_linux_object_p): New function. + (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME) + (elf_backend_object_p, elf32_bed): Define rx-*-linux. + * targets.c: Add rx_elf32_linux_le_vec. + 2018-11-06 Romain Margheriti <lilrom13@gmail.com> PR 23742 |