diff options
author | Kevin Buettner <kevinb@redhat.com> | 2009-12-07 19:58:41 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2009-12-07 19:58:41 +0000 |
commit | baa835b4f40bef41208ec65bc74a6d09157947ac (patch) | |
tree | b4ff41aff49c64dc9af0dfac3c79aba968b96713 /gdb/configure.tgt | |
parent | 53d7974cd89aa01148a771e83a8ea5a97359f13c (diff) | |
download | gdb-baa835b4f40bef41208ec65bc74a6d09157947ac.zip gdb-baa835b4f40bef41208ec65bc74a6d09157947ac.tar.gz gdb-baa835b4f40bef41208ec65bc74a6d09157947ac.tar.bz2 |
* configure.tgt: Add rx-*-elf target.
* rx-tdep.c: New target.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index b18e3b2..69b1f27 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -408,6 +408,12 @@ s390*-*-*) build_gdbserver=yes ;; +rx-*-elf) + # Target: Renesas RX + gdb_target_obs="rx-tdep.o" + gdb_sim=../sim/rx/libsim.a + ;; + score-*-*) # Target: S+core embedded system gdb_target_obs="score-tdep.o corelow.o" |