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