public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Generate s390 target description c files
@ 2016-10-04 10:15 Yao Qi
  2016-10-04 18:41 ` Pedro Alves
  0 siblings, 1 reply; 3+ messages in thread
From: Yao Qi @ 2016-10-04 10:15 UTC (permalink / raw)
  To: gdb-patches

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-04  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/features/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

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 \
-- 
1.9.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Generate s390 target description c files
  2016-10-04 10:15 [PATCH] Generate s390 target description c files Yao Qi
@ 2016-10-04 18:41 ` Pedro Alves
  2016-10-05  8:38   ` Yao Qi
  0 siblings, 1 reply; 3+ messages in thread
From: Pedro Alves @ 2016-10-04 18:41 UTC (permalink / raw)
  To: Yao Qi, gdb-patches

On 10/04/2016 11:15 AM, Yao Qi wrote:
> 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.

I'd call it obvious.

Thanks,
Pedro Alves

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Generate s390 target description c files
  2016-10-04 18:41 ` Pedro Alves
@ 2016-10-05  8:38   ` Yao Qi
  0 siblings, 0 replies; 3+ messages in thread
From: Yao Qi @ 2016-10-05  8:38 UTC (permalink / raw)
  To: Pedro Alves; +Cc: gdb-patches

On Tue, Oct 4, 2016 at 7:41 PM, Pedro Alves <palves@redhat.com> wrote:
>
> I'd call it obvious.
>

Patch is pushed in.

-- 
Yao (齐尧)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-05  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-04 10:15 [PATCH] Generate s390 target description c files Yao Qi
2016-10-04 18:41 ` Pedro Alves
2016-10-05  8:38   ` Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).