[binutils-gdb] Generate s390 target description c files
Yao Qi
qiyao@sourceware.org
Wed Oct 5 08:32:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=defaaad59909ead1722f978463fc2e4bdeb0629c
commit defaaad59909ead1722f978463fc2e4bdeb0629c
Author: Yao Qi <yao.qi@linaro.org>
Date: Wed Oct 5 09:31:13 2016 +0100
Generate s390 target description c files
If I delete all target description c files under features/ directory,
and run make GDB=/scratch/yao/gdb/build-git/all-targets/gdb/gdb cfiles,
some s390 target description c files are not generated.
This patch adds these s390 xml files to XMLTOC, so these c files can
be generated.
gdb:
2016-10-05 Yao Qi <yao.qi@linaro.org>
* features/Makefile (XMLTOC): Add s390-tevx-linux64.xml,
s390-vx-linux64.xml, s390x-tevx-linux64.xml and
s390x-vx-linux64.xml.
Diff:
---
gdb/ChangeLog | 6 ++++++
gdb/features/Makefile | 4 ++++
2 files changed, 10 insertions(+)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index deedbee..33a2d2a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2016-10-05 Yao Qi <yao.qi@linaro.org>
+ * features/Makefile (XMLTOC): Add s390-tevx-linux64.xml,
+ s390-vx-linux64.xml, s390x-tevx-linux64.xml and
+ s390x-vx-linux64.xml.
+
+2016-10-05 Yao Qi <yao.qi@linaro.org>
+
* features/Makefile: Remove i386/*-expedite. Add i386-expedite,
amd64-expedite, and x32-expedite.
diff --git a/gdb/features/Makefile b/gdb/features/Makefile
index 6282adf..d52ff4e 100644
--- a/gdb/features/Makefile
+++ b/gdb/features/Makefile
@@ -215,6 +215,10 @@ XMLTOC = \
s390x-linux64v1.xml \
s390x-linux64v2.xml \
s390x-te-linux64.xml \
+ s390-tevx-linux64.xml \
+ s390-vx-linux64.xml \
+ s390x-tevx-linux64.xml \
+ s390x-vx-linux64.xml \
tic6x-c62x-linux.xml \
tic6x-c62x.xml \
tic6x-c64x-linux.xml \
More information about the Gdb-cvs
mailing list