gdb: add .flake8 file
[deliverable/binutils-gdb.git] / gdb / xtensa-tdep.c
index 9d52e6429d5a83688f5697980bd442db1a0d0ded..246921253d2b0ba75d54095347bb3fc5857eceb5 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the Xtensa port of GDB, the GNU debugger.
 
-   Copyright (C) 2003-2020 Free Software Foundation, Inc.
+   Copyright (C) 2003-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -768,7 +768,7 @@ xtensa_coprocessor_register_group (struct reggroup *group)
 static int
 xtensa_register_reggroup_p (struct gdbarch *gdbarch,
                            int regnum,
-                           struct reggroup *group)
+                           struct reggroup *group)
 {
   xtensa_register_t* reg = &gdbarch_tdep (gdbarch)->regmap[regnum];
   xtensa_register_type_t type = reg->type;
@@ -2852,7 +2852,7 @@ execute_code (struct gdbarch *gdbarch, CORE_ADDR current_pc, CORE_ADDR wb)
                  xtensa_write_register (arreg, a7_saved);
                }
              return xtWindowUnderflow;
-           default: /* Simply skip this insns.  */
+           default: /* Simply skip this insns.  */
              continue;
            }
 
@@ -2965,7 +2965,7 @@ Unable to decode Xtensa Window Interrupt Handler's code."));
 
    int main()
    {   int local_var = 1;
-       ....
+       ....
    }
 
    because, for this source code, both Xtensa compilers will generate two
This page took 0.02382 seconds and 4 git commands to generate.