summaryrefslogtreecommitdiff
path: root/gdb/features/i386/x32.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/features/i386/x32.c')
-rw-r--r--gdb/features/i386/x32.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/features/i386/x32.c b/gdb/features/i386/x32.c
index 6342ddd2fec..34e5087f6db 100644
--- a/gdb/features/i386/x32.c
+++ b/gdb/features/i386/x32.c
@@ -1,4 +1,5 @@
-/* THIS FILE IS GENERATED. Original: x32.xml */
+/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
+ Original: x32.xml */
#include "defs.h"
#include "osabi.h"
@@ -10,7 +11,8 @@ initialize_tdesc_x32 (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:x64-32"));