gdb/regformats: Don't build .dat files that aren't used by GDBserver
authorPedro Alves <palves@redhat.com>
Wed, 1 Oct 2014 09:06:04 +0000 (10:06 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 1 Oct 2014 10:12:04 +0000 (11:12 +0100)
The only reason .dat files exist is for GBBserver to use them in its
build system.

A few .dat files are listed as targets for generation that shouldn't.
The target descriptions these files are built from aren't used by
GDBserver.  They're fallback descriptions GDB itself has baked in.

Remove them from the list of .dat files to be generated, otherwise a
plain "make" under src/gdb/features/ generates new .dat files that
aren't even in the tree today.

gdb/
2014-10-01  Pedro Alves  <palves@redhat.com>

* features/Makefile (WHICH): Remove arm-with-m,
arm-with-m-fpa-layout and arm-with-m-vfp-d16.

gdb/ChangeLog
gdb/features/Makefile

index c40ab1b3352632a957b6c62709055cc1f935d719..4ef9c7f6bb13ec21bd84a3a165eb6c792e008d81 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-01  Pedro Alves  <palves@redhat.com>
+
+       * features/Makefile (WHICH): Remove arm-with-m,
+       arm-with-m-fpa-layout and arm-with-m-vfp-d16.
+
 2014-10-01  Pedro Alves  <palves@redhat.com>
 
        * features/Makefile (clean): New rule.
index f30fc13ddfdc146159d7bbc9b1b259261f8567b2..f967e4c8173d6d7a285995ff3982e3d821d9294e 100644 (file)
@@ -32,7 +32,6 @@
 
 WHICH = aarch64 \
        arm-with-iwmmxt arm-with-vfpv2 arm-with-vfpv3 arm-with-neon \
-       arm-with-m arm-with-m-fpa-layout arm-with-m-vfp-d16 \
        i386/i386 i386/i386-linux \
        i386/i386-mmx i386/i386-mmx-linux \
        i386/amd64 i386/amd64-linux \
This page took 0.040428 seconds and 4 git commands to generate.