Remove features/tic6x-*.c files
authorYao Qi <yao.qi@linaro.org>
Mon, 16 Oct 2017 08:27:43 +0000 (09:27 +0100)
committerYao Qi <yao.qi@linaro.org>
Mon, 16 Oct 2017 08:27:43 +0000 (09:27 +0100)
commitc40c7bfcf12408f9f8fb1bb61882f1ffd78d4e8b
treea2eb24a0b82d559a528a32a53ff33d00bd757e23
parentdf27ae6a09c6e1d3e92e67b19e43c24d5f1842b2
Remove features/tic6x-*.c files

features/*.c are generated from *.xml files, in order to get pre-defined
target descriptions, (for native debugging, for example).  However, these
pre-generated tdesc_tic6x_* are not used in GDB at all.  This patch removes
features/tic6x-*.c files.

gdb:

2017-10-16  Yao Qi  <yao.qi@linaro.org>

* features/Makefile (XMLTOC): Remove tic6x-*.xml.
* features/tic6x-c62x.c: Remove.
* features/tic6x-c64x-linux.c: Remove.
* features/tic6x-c64x.c: Remove.
* features/tic6x-c64xp-linux.c: Remove.
* features/tic6x-c64xp.c: Remove.
* tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Don't call
initialize_tdesc_tic6x_*_linux functions.
* tic6x-tdep.c (_initialize_tic6x_tdep): Don't call
initialize_tdesc_tic6x_* functions.
gdb/ChangeLog
gdb/features/Makefile
gdb/features/tic6x-c62x.c [deleted file]
gdb/features/tic6x-c64x-linux.c [deleted file]
gdb/features/tic6x-c64x.c [deleted file]
gdb/features/tic6x-c64xp-linux.c [deleted file]
gdb/features/tic6x-c64xp.c [deleted file]
gdb/tic6x-linux-tdep.c
gdb/tic6x-tdep.c
This page took 0.035479 seconds and 4 git commands to generate.