diff options
author | Yao Qi <yao.qi@linaro.org> | 2016-10-05 09:31:13 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2016-10-05 09:31:13 +0100 |
commit | defaaad59909ead1722f978463fc2e4bdeb0629c (patch) | |
tree | 1bc5c53fe09ef236b4c090a42860d57c9f2612fb /gdb/features | |
parent | 414c838a722efedb0f787b64629db13d88c9ef7c (diff) | |
download | gdb-defaaad59909ead1722f978463fc2e4bdeb0629c.zip gdb-defaaad59909ead1722f978463fc2e4bdeb0629c.tar.gz gdb-defaaad59909ead1722f978463fc2e4bdeb0629c.tar.bz2 |
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.
Diffstat (limited to 'gdb/features')
-rw-r--r-- | gdb/features/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |