This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA 2/8] New port: TI C6x: Handle tic6x-*-*linux and tic6x-*-* in configure.tgt


This patch is to handle two tic6x related triplets in configure.tgt.

-- 
Yao (éå)
>From f79f59e0b0106faffa94e1f799ce12ab69ca1351 Mon Sep 17 00:00:00 2001
From: Yao Qi <yao@codesourcery.com>
Date: Mon, 11 Jul 2011 01:31:45 -0700
Subject: [PATCH 02/14] configure.tgt for tic6x

2011-07-19  Andrew Jenner  <andrew@codesourcery.com>
            Yao Qi  <yao@codesourcery.com>

        gdb/
        * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
---
 gdb/configure.tgt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index eb05c26..137deba 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -552,6 +552,17 @@ spu*-*-*)
 	build_gdbserver=yes
 	;;
 
+tic6x-*-*linux)
+	# Target: GNU/Linux TI C6x
+	gdb_target_obs="tic6x-tdep.o tic6x-linux-tdep.o solib-dsbt.o \
+			glibc-tdep.o corelow.o linux-tdep.o"
+	;;
+
+tic6x-*-*)
+	# Target: TI C6X 
+	gdb_target_obs="tic6x-tdep.o"
+	;;
+
 xstormy16-*-*)
 	# Target: Sanyo Xstormy16a processor
 	gdb_target_obs="xstormy16-tdep.o"
-- 
1.7.0.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]