diff options
author | Yao Qi <yao@codesourcery.com> | 2011-08-14 14:03:45 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-08-14 14:03:45 +0000 |
commit | 8cd64e0034dc4dc3e48245f9f61fd1f5245fce66 (patch) | |
tree | ae14a68d55ae52a375669ffb8aa8b6ea12904988 /gdb/configure.tgt | |
parent | 78d8519916ea5cc108bb6280779e0384978fa6d2 (diff) | |
download | gdb-8cd64e0034dc4dc3e48245f9f61fd1f5245fce66.zip gdb-8cd64e0034dc4dc3e48245f9f61fd1f5245fce66.tar.gz gdb-8cd64e0034dc4dc3e48245f9f61fd1f5245fce66.tar.bz2 |
gdb/
* configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
* solib-dsbt.c: New file. Support DSBT shared object.
* tic6x-linux-tdep.c: New file.
* tic6x-tdep.c: New file.
* tic6x-tdep.h: New file.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | 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" |