mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
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.
This commit is contained in:
parent
414c838a72
commit
defaaad599
@ -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,
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user