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