diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2020-04-30 13:35:37 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-30 13:35:37 +0100 |
commit | c578f16ef18fde35d5887909d5faaf0bd0118e9d (patch) | |
tree | fbb8db4b6c95a16b98e931d799da2896d47f4c35 /ld/configure.tgt | |
parent | d548f47df4d2e3d117d504a4c9977982c78a0556 (diff) | |
download | gdb-c578f16ef18fde35d5887909d5faaf0bd0118e9d.zip gdb-c578f16ef18fde35d5887909d5faaf0bd0118e9d.tar.gz gdb-c578f16ef18fde35d5887909d5faaf0bd0118e9d.tar.bz2 |
ld: Add rx-linux emulation. gas: Change ELF flags initial value in rx-linux
ld * emulparams/elf32rx_linux.sh: New rx-linux emulation.
* emultempl/rxlinux.em: New.
* configure.tgt: Add rx-linux.
* Makefile.am: Add eelf32rx_linux.c
* Makefile.in: Regenerate.
gas * config/tc-rx.c (elf_flags): Reset default value.
(md_parse_option): For rx-elf Initialize elf_flags with RX_ABI.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index ced5d1f..0b6ee8b 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -775,6 +775,8 @@ rs6000-*-aix*) targ_emul=aixrs6 ;; rl78-*-*) targ_emul=elf32rl78 ;; +rx-*-linux*) targ_emul=elf32rx_linux + ;; rx-*-*) targ_emul=elf32rx ;; s12z-*-*) targ_emul=m9s12zelf |