Fix build breakage in rs6000-aix-tdep.c
authorTom Tromey <tromey@adacore.com>
Thu, 16 Mar 2023 13:48:22 +0000 (07:48 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 16 Mar 2023 15:50:06 +0000 (09:50 -0600)
A recent change to rs6000-aix-tdep.c broke the build.  This patch
fixes it by declaring a few target descriptions in ppc-tdep.h and then
not including the various features .c files in rs6000-aix-tdep.c.

gdb/ppc-tdep.h
gdb/rs6000-aix-tdep.c

index fe41baef149771940948f85e0285765207f5dd84..db4e53205a69e1aa04deff9f804fc14d6d1330dc 100644 (file)
@@ -450,4 +450,10 @@ struct ppc_inferior_data
 
 extern ppc_inferior_data * get_ppc_per_inferior (inferior *inf);
 
+extern const struct target_desc *tdesc_powerpc_vsx64l;
+extern const struct target_desc *tdesc_powerpc_vsx64;
+extern const struct target_desc *tdesc_powerpc_vsx32;
+extern const struct target_desc *tdesc_powerpc_altivec64;
+extern const struct target_desc *tdesc_powerpc_altivec32;
+
 #endif /* ppc-tdep.h */
index c56e5a384e40ab0d33a4ef32410d1b5213deb676..d4a7b22bc4f519435ebbd1702d231720377b108e 100644 (file)
 #include "trad-frame.h"
 #include "frame-unwind.h"
 
-#include "features/rs6000/powerpc-altivec32.c"
-#include "features/rs6000/powerpc-vsx32.c"
-#include "features/rs6000/powerpc-altivec64.c"
-#include "features/rs6000/powerpc-vsx64.c"
-
 /* If the kernel has to deliver a signal, it pushes a sigcontext
    structure on the stack and then calls the signal handler, passing
    the address of the sigcontext in an argument register.  Usually