aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2012-02-04 06:05:50 +0000
committerKevin Buettner <kevinb@redhat.com>2012-02-04 06:05:50 +0000
commit9058f767a53b7da10bd70e1f9eba0308419d183d (patch)
treedc867416b68045129438084ed963589a6bd10ec7 /gdb/configure.tgt
parent0d8da92d143306843abdf147f380f40b54195c68 (diff)
downloadgdb-9058f767a53b7da10bd70e1f9eba0308419d183d.zip
gdb-9058f767a53b7da10bd70e1f9eba0308419d183d.tar.gz
gdb-9058f767a53b7da10bd70e1f9eba0308419d183d.tar.bz2
Add support to GDB for the Renesas rl78 architecture.
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 fa7ae4e..5e97ab4 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -418,6 +418,12 @@ s390*-*-*)
build_gdbserver=yes
;;
+rl78-*-elf)
+ # Target: Renesas rl78
+ gdb_target_obs="rl78-tdep.o"
+ gdb_sim=../sim/rl78/libsim.a
+ ;;
+
rx-*-elf)
# Target: Renesas RX
gdb_target_obs="rx-tdep.o"