public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [GDB 11 PATCH] gdb: clean up some things in features/Makefile
@ 2022-02-24 17:06 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2022-02-24 17:06 UTC (permalink / raw)
  To: GDB; +Cc: Tom Tromey

I am backporting this to GDB 11.


H.J.
---
- 32bit-segments.xml is not listed in the Makfile, but it's used.  This
  means that it wouldn't get re-generated if we were to change how C
  files are generated from the XML.  It looks like it was simply
  forgotten, add it.

This fixes PR build/28921.

(cherry picked from commit 1056aa39196e0af454e6cdff193d7fd4bc638b9c)
---
 gdb/features/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/features/Makefile b/gdb/features/Makefile
index 6fd7d463ccd..b8d722ef8c6 100644
--- a/gdb/features/Makefile
+++ b/gdb/features/Makefile
@@ -222,6 +222,7 @@ FEATURE_XMLFILES = aarch64-core.xml \
 	i386/32bit-mpx.xml \
 	i386/32bit-avx512.xml \
 	i386/32bit-pkeys.xml \
+	i386/32bit-segments.xml \
 	i386/64bit-avx512.xml \
 	i386/64bit-core.xml \
 	i386/64bit-mpx.xml \
-- 
2.35.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-24 17:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 17:06 [GDB 11 PATCH] gdb: clean up some things in features/Makefile H.J. Lu

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).