diff options
author | Yao Qi <yao.qi@linaro.org> | 2017-10-16 09:15:07 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2017-10-16 09:15:07 +0100 |
commit | df27ae6a09c6e1d3e92e67b19e43c24d5f1842b2 (patch) | |
tree | 00fdcfab78f5dda9669c78e473731e883138fcc0 /gdb/features | |
parent | 8676616596351876612aa84be798537625348086 (diff) | |
download | gdb-df27ae6a09c6e1d3e92e67b19e43c24d5f1842b2.zip gdb-df27ae6a09c6e1d3e92e67b19e43c24d5f1842b2.tar.gz gdb-df27ae6a09c6e1d3e92e67b19e43c24d5f1842b2.tar.bz2 |
Remove regformats/tic6x-{c62x,c64x,c64xp}.dat
tic6x-uclinux GDBserver uses linux target descriptions, instead of these
non-linux target descriptions. So we can remove these *.dat files.
gdb:
2017-10-16 Yao Qi <yao.qi@linaro.org>
* features/Makefile (WHICH): Remove tic6x-c64xp, tic6x-c64x
tic6x-c62x.
* regformats/tic6x-c62x.dat: Remove.
* regformats/tic6x-c64x.dat: Remove.
* regformats/tic6x-c64xp.dat: Remove.
Diffstat (limited to 'gdb/features')
-rw-r--r-- | gdb/features/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile index fb9e8dd..a2d39aa 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -79,7 +79,6 @@ WHICH = aarch64 \ s390-te-linux64 s390x-te-linux64 s390-vx-linux64 s390x-vx-linux64 \ s390-tevx-linux64 s390x-tevx-linux64 \ s390-gs-linux64 s390x-gs-linux64 \ - tic6x-c64xp tic6x-c64x tic6x-c62x \ tic6x-c64xp-linux tic6x-c64x-linux tic6x-c62x-linux # Record which registers should be sent to GDB by default after stop. |