aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2009-12-07 19:58:41 +0000
committerKevin Buettner <kevinb@redhat.com>2009-12-07 19:58:41 +0000
commitbaa835b4f40bef41208ec65bc74a6d09157947ac (patch)
treeb4ff41aff49c64dc9af0dfac3c79aba968b96713 /gdb/configure.tgt
parent53d7974cd89aa01148a771e83a8ea5a97359f13c (diff)
downloadfsf-binutils-gdb-baa835b4f40bef41208ec65bc74a6d09157947ac.zip
fsf-binutils-gdb-baa835b4f40bef41208ec65bc74a6d09157947ac.tar.gz
fsf-binutils-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.tgt6
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"