| Index: gdb/features/rs6000/powerpc-cell64l.c
|
| diff --git a/gdb/features/rs6000/powerpc-cell64l.c b/gdb/features/rs6000/powerpc-cell64l.c
|
| index 4f8692e74ffbe67b66ac30f0c1b1e733590db55c..6054c26b07f540838335845d7ae94bd3e064be77 100644
|
| --- a/gdb/features/rs6000/powerpc-cell64l.c
|
| +++ b/gdb/features/rs6000/powerpc-cell64l.c
|
| @@ -1,6 +1,8 @@
|
| -/* THIS FILE IS GENERATED. Original: powerpc-cell64l.xml */
|
| +/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
|
| + Original: powerpc-cell64l.xml */
|
|
|
| #include "defs.h"
|
| +#include "osabi.h"
|
| #include "target-descriptions.h"
|
|
|
| struct target_desc *tdesc_powerpc_cell64l;
|
| @@ -9,7 +11,8 @@ initialize_tdesc_powerpc_cell64l (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"));
|
|
|
|
|