[binutils-gdb/gdb-11-branch] gdb: clean up some things in features/Makefile
H.J. Lu
hjl@sourceware.org
Thu Feb 24 17:07:58 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2b047bbccbf80d2e58f2655434d6ba87e73139ce
commit 2b047bbccbf80d2e58f2655434d6ba87e73139ce
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date: Thu Feb 24 09:02:55 2022 -0800
gdb: clean up some things in features/Makefile
- 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)
Diff:
---
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 \
More information about the Gdb-cvs
mailing list