diff options
author | Yao Qi <yao@codesourcery.com> | 2011-08-14 12:50:14 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-08-14 12:50:14 +0000 |
commit | d3e3fa9393077d57b41b07f96be95e1035dcda48 (patch) | |
tree | 155c3e1219df38b87119ea798d7d8e05fabb7647 /gdb/features/tic6x-c64xp-linux.xml | |
parent | 224bbe4936351478a98079135e84f1d7fff224ec (diff) | |
download | gdb-d3e3fa9393077d57b41b07f96be95e1035dcda48.zip gdb-d3e3fa9393077d57b41b07f96be95e1035dcda48.tar.gz gdb-d3e3fa9393077d57b41b07f96be95e1035dcda48.tar.bz2 |
Add files missed in previous commit.
Diffstat (limited to 'gdb/features/tic6x-c64xp-linux.xml')
-rw-r--r-- | gdb/features/tic6x-c64xp-linux.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/features/tic6x-c64xp-linux.xml b/gdb/features/tic6x-c64xp-linux.xml new file mode 100644 index 0000000..6ff8407 --- /dev/null +++ b/gdb/features/tic6x-c64xp-linux.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<!-- Copyright (C) 2010, 2011 Free Software Foundation, Inc. + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. --> + +<!DOCTYPE target SYSTEM "gdb-target.dtd"> +<target> + <architecture>tic6x</architecture> + <osabi>GNU/Linux</osabi> + <xi:include href="tic6x-core.xml"/> + <xi:include href="tic6x-gp.xml"/> + <xi:include href="tic6x-c6xp.xml"/> +</target> |