Automatic date update in version.in
[deliverable/binutils-gdb.git] / opcodes / xtensa-dis.c
index 2c67c339d6c150d01c43e7ccc0bbbe7eeeff33ec..93e5d83af04a05d67f9cd82df80fe0667dff1c0b 100644 (file)
@@ -1,5 +1,5 @@
 /* xtensa-dis.c.  Disassembly functions for Xtensa.
-   Copyright (C) 2003-2015 Free Software Foundation, Inc.
+   Copyright (C) 2003-2017 Free Software Foundation, Inc.
    Contributed by Bob Wilson at Tensilica, Inc. (bwilson@tensilica.com)
 
    This file is part of the GNU opcodes library.
@@ -80,7 +80,7 @@ print_xtensa_operand (bfd_vma memaddr,
 {
   xtensa_isa isa = xtensa_default_isa;
   int signed_operand_val;
-    
+
   if (show_raw_fields)
     {
       if (operand_val < 0xa)
@@ -124,7 +124,7 @@ print_xtensa_operand (bfd_vma memaddr,
                                 xtensa_regfile_shortname (isa, opnd_rf),
                                 operand_val);
          i++;
-       } 
+       }
     }
 }
 
This page took 0.023825 seconds and 4 git commands to generate.