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.
This commit is contained in:
Yao Qi 2017-11-16 10:17:25 +00:00
parent 1d0aa65c24
commit c632b6456b
4 changed files with 6 additions and 39 deletions

View file

@ -1,3 +1,9 @@
2017-11-16 Yao Qi <yao.qi@linaro.org>
* features/tic6x-c62x.xml: Remove.
* features/tic6x-c64x.xml: Remove.
* features/tic6x-c64xp.xml: Remove.
2017-11-15 John Baldwin <jhb@FreeBSD.org>
* symtab.h: Include <array>.

View file

@ -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>

View file

@ -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>

View file

@ -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>