diff options
author | Yao Qi <yao.qi@linaro.org> | 2017-11-16 10:17:25 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2017-11-16 10:17:25 +0000 |
commit | c632b6456b1f220475fbf61f19ada28230449ff6 (patch) | |
tree | c2729c88d6ece3d9ea6c6f488ec4141cee0845dc /gdb/features | |
parent | 1d0aa65c24f7c6406718cb506bed912aeec1d5c9 (diff) | |
download | gdb-c632b6456b1f220475fbf61f19ada28230449ff6.zip gdb-c632b6456b1f220475fbf61f19ada28230449ff6.tar.gz gdb-c632b6456b1f220475fbf61f19ada28230449ff6.tar.bz2 |
Remove non-linux tic6x target descriptions
They are not used by GDB nor by GDBserver. This patch removes them.
gdb:
2017-11-16 Yao Qi <yao.qi@linaro.org>
* features/tic6x-c62x.xml: Remove.
* features/tic6x-c64x.xml: Remove.
* features/tic6x-c64xp.xml: Remove.
Diffstat (limited to 'gdb/features')
-rw-r--r-- | gdb/features/tic6x-c62x.xml | 12 | ||||
-rw-r--r-- | gdb/features/tic6x-c64x.xml | 13 | ||||
-rw-r--r-- | gdb/features/tic6x-c64xp.xml | 14 |
3 files changed, 0 insertions, 39 deletions
diff --git a/gdb/features/tic6x-c62x.xml b/gdb/features/tic6x-c62x.xml deleted file mode 100644 index 1539a4c..0000000 --- a/gdb/features/tic6x-c62x.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0"?> -<!-- Copyright (C) 2010-2017 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> - <xi:include href="tic6x-core.xml"/> -</target> diff --git a/gdb/features/tic6x-c64x.xml b/gdb/features/tic6x-c64x.xml deleted file mode 100644 index 9c8da6c..0000000 --- a/gdb/features/tic6x-c64x.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0"?> -<!-- Copyright (C) 2010-2017 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> - <xi:include href="tic6x-core.xml"/> - <xi:include href="tic6x-gp.xml"/> -</target> diff --git a/gdb/features/tic6x-c64xp.xml b/gdb/features/tic6x-c64xp.xml deleted file mode 100644 index 1e1d5da..0000000 --- a/gdb/features/tic6x-c64xp.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0"?> -<!-- Copyright (C) 2010-2017 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> - <xi:include href="tic6x-core.xml"/> - <xi:include href="tic6x-gp.xml"/> - <xi:include href="tic6x-c6xp.xml"/> -</target> |