Generate s390 target description c files
authorYao Qi <yao.qi@linaro.org>
Wed, 5 Oct 2016 08:31:13 +0000 (09:31 +0100)
committerYao Qi <yao.qi@linaro.org>
Wed, 5 Oct 2016 08:31:13 +0000 (09:31 +0100)
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.

gdb/ChangeLog
gdb/features/Makefile

index deedbee599aba24acf3ec5b26b3969bc570f4763..33a2d2a833a3eefcd8b7d8b0c8e42f28bd0ead3c 100644 (file)
@@ -1,3 +1,9 @@
+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,
index 6282adfa3d8291fb4b66beda92881183b628651b..d52ff4ed8b64af4cea79dd563294b167eb7a58f2 100644 (file)
@@ -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 \
This page took 0.029633 seconds and 4 git commands to generate.