Index: gdb/features/i386/i386-avx.c |
diff --git a/gdb/features/i386/i386-avx.c b/gdb/features/i386/i386-avx.c |
index 1e74ed5da028d9b7454c09334af75d30a62b8c14..908011194fb21b5a171ff99329bf6b3714ebe05b 100644 |
--- a/gdb/features/i386/i386-avx.c |
+++ b/gdb/features/i386/i386-avx.c |
@@ -1,4 +1,5 @@ |
-/* THIS FILE IS GENERATED. Original: i386-avx.xml */ |
+/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: |
+ Original: i386-avx.xml */ |
#include "defs.h" |
#include "osabi.h" |
@@ -10,7 +11,8 @@ initialize_tdesc_i386_avx (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 ("i386")); |