From defaaad59909ead1722f978463fc2e4bdeb0629c Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 5 Oct 2016 09:31:13 +0100 Subject: [PATCH] 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 * features/Makefile (XMLTOC): Add s390-tevx-linux64.xml, s390-vx-linux64.xml, s390x-tevx-linux64.xml and s390x-vx-linux64.xml. --- gdb/ChangeLog | 6 ++++++ gdb/features/Makefile | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index deedbee599..33a2d2a833 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2016-10-05 Yao Qi + + * 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 * features/Makefile: Remove i386/*-expedite. Add i386-expedite, diff --git a/gdb/features/Makefile b/gdb/features/Makefile index 6282adfa3d..d52ff4ed8b 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 \