summaryrefslogtreecommitdiff
path: root/gdb/features/rs6000/powerpc-vsx64.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/features/rs6000/powerpc-vsx64.c')
-rw-r--r--gdb/features/rs6000/powerpc-vsx64.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/features/rs6000/powerpc-vsx64.c b/gdb/features/rs6000/powerpc-vsx64.c
index 25b843c6771..ca0232386b8 100644
--- a/gdb/features/rs6000/powerpc-vsx64.c
+++ b/gdb/features/rs6000/powerpc-vsx64.c
@@ -1,6 +1,8 @@
-/* THIS FILE IS GENERATED. Original: powerpc-vsx64.xml */
+/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
+ Original: powerpc-vsx64.xml */
#include "defs.h"
+#include "osabi.h"
#include "target-descriptions.h"
struct target_desc *tdesc_powerpc_vsx64;
@@ -9,7 +11,8 @@ initialize_tdesc_powerpc_vsx64 (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:common64"));