This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH OBV] 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.
---
 gdb/ChangeLog                  |  8 +++++
 gdb/features/Makefile          |  1 -
 gdb/regformats/tic6x-c62x.dat  | 39 ----------------------
 gdb/regformats/tic6x-c64x.dat  | 71 ----------------------------------------
 gdb/regformats/tic6x-c64xp.dat | 74 ------------------------------------------
 5 files changed, 8 insertions(+), 185 deletions(-)
 delete mode 100644 gdb/regformats/tic6x-c62x.dat
 delete mode 100644 gdb/regformats/tic6x-c64x.dat
 delete mode 100644 gdb/regformats/tic6x-c64xp.dat

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4ad642a..2d7a978 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
 2017-10-15  Simon Marchi  <simon.marchi@ericsson.com>
 
 	* tracepoint.c (parse_traceframe_info): Return a unique_ptr
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.
diff --git a/gdb/regformats/tic6x-c62x.dat b/gdb/regformats/tic6x-c62x.dat
deleted file mode 100644
index 0b62f0c..0000000
--- a/gdb/regformats/tic6x-c62x.dat
+++ /dev/null
@@ -1,39 +0,0 @@
-# THIS FILE IS GENERATED.  -*- buffer-read-only: t -*- vi :set ro:
-# Generated from: tic6x-c62x.xml
-name:tic6x_c62x
-xmltarget:tic6x-c62x.xml
-expedite:A15,PC
-32:A0
-32:A1
-32:A2
-32:A3
-32:A4
-32:A5
-32:A6
-32:A7
-32:A8
-32:A9
-32:A10
-32:A11
-32:A12
-32:A13
-32:A14
-32:A15
-32:B0
-32:B1
-32:B2
-32:B3
-32:B4
-32:B5
-32:B6
-32:B7
-32:B8
-32:B9
-32:B10
-32:B11
-32:B12
-32:B13
-32:B14
-32:B15
-32:CSR
-32:PC
diff --git a/gdb/regformats/tic6x-c64x.dat b/gdb/regformats/tic6x-c64x.dat
deleted file mode 100644
index e862a39..0000000
--- a/gdb/regformats/tic6x-c64x.dat
+++ /dev/null
@@ -1,71 +0,0 @@
-# THIS FILE IS GENERATED.  -*- buffer-read-only: t -*- vi :set ro:
-# Generated from: tic6x-c64x.xml
-name:tic6x_c64x
-xmltarget:tic6x-c64x.xml
-expedite:A15,PC
-32:A0
-32:A1
-32:A2
-32:A3
-32:A4
-32:A5
-32:A6
-32:A7
-32:A8
-32:A9
-32:A10
-32:A11
-32:A12
-32:A13
-32:A14
-32:A15
-32:B0
-32:B1
-32:B2
-32:B3
-32:B4
-32:B5
-32:B6
-32:B7
-32:B8
-32:B9
-32:B10
-32:B11
-32:B12
-32:B13
-32:B14
-32:B15
-32:CSR
-32:PC
-32:A16
-32:A17
-32:A18
-32:A19
-32:A20
-32:A21
-32:A22
-32:A23
-32:A24
-32:A25
-32:A26
-32:A27
-32:A28
-32:A29
-32:A30
-32:A31
-32:B16
-32:B17
-32:B18
-32:B19
-32:B20
-32:B21
-32:B22
-32:B23
-32:B24
-32:B25
-32:B26
-32:B27
-32:B28
-32:B29
-32:B30
-32:B31
diff --git a/gdb/regformats/tic6x-c64xp.dat b/gdb/regformats/tic6x-c64xp.dat
deleted file mode 100644
index f37b5ea..0000000
--- a/gdb/regformats/tic6x-c64xp.dat
+++ /dev/null
@@ -1,74 +0,0 @@
-# THIS FILE IS GENERATED.  -*- buffer-read-only: t -*- vi :set ro:
-# Generated from: tic6x-c64xp.xml
-name:tic6x_c64xp
-xmltarget:tic6x-c64xp.xml
-expedite:A15,PC
-32:A0
-32:A1
-32:A2
-32:A3
-32:A4
-32:A5
-32:A6
-32:A7
-32:A8
-32:A9
-32:A10
-32:A11
-32:A12
-32:A13
-32:A14
-32:A15
-32:B0
-32:B1
-32:B2
-32:B3
-32:B4
-32:B5
-32:B6
-32:B7
-32:B8
-32:B9
-32:B10
-32:B11
-32:B12
-32:B13
-32:B14
-32:B15
-32:CSR
-32:PC
-32:A16
-32:A17
-32:A18
-32:A19
-32:A20
-32:A21
-32:A22
-32:A23
-32:A24
-32:A25
-32:A26
-32:A27
-32:A28
-32:A29
-32:A30
-32:A31
-32:B16
-32:B17
-32:B18
-32:B19
-32:B20
-32:B21
-32:B22
-32:B23
-32:B24
-32:B25
-32:B26
-32:B27
-32:B28
-32:B29
-32:B30
-32:B31
-32:TSR
-32:ILC
-32:RILC
-- 
1.9.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]