Index: gdb/features/rs6000/powerpc-altivec32.c |
diff --git a/gdb/features/rs6000/powerpc-altivec32.c b/gdb/features/rs6000/powerpc-altivec32.c |
index 668ab50b0b30db4bf55216d40ae3425067e3c6d7..285e87da0d553c23d49a84a7420b2ef0e6e9e310 100644 |
--- a/gdb/features/rs6000/powerpc-altivec32.c |
+++ b/gdb/features/rs6000/powerpc-altivec32.c |
@@ -1,6 +1,8 @@ |
-/* THIS FILE IS GENERATED. Original: powerpc-altivec32.xml */ |
+/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: |
+ Original: powerpc-altivec32.xml */ |
#include "defs.h" |
+#include "osabi.h" |
#include "target-descriptions.h" |
struct target_desc *tdesc_powerpc_altivec32; |
@@ -9,7 +11,8 @@ initialize_tdesc_powerpc_altivec32 (void) |
{ |
struct target_desc *result = allocate_target_description (); |
struct tdesc_feature *feature; |
- struct tdesc_type *field_type, *type; |
+ struct tdesc_type *field_type; |
+ struct tdesc_type *type; |
set_tdesc_architecture (result, bfd_scan_arch ("powerpc:common")); |