Update translations for various binutils components.
[deliverable/binutils-gdb.git] / opcodes / xtensa-dis.c
index 2c67c339d6c150d01c43e7ccc0bbbe7eeeff33ec..d78f9d5f9490f675b616d7bbef2569493f2a0851 100644 (file)
@@ -1,5 +1,5 @@
 /* xtensa-dis.c.  Disassembly functions for Xtensa.
-   Copyright (C) 2003-2015 Free Software Foundation, Inc.
+   Copyright (C) 2003-2018 Free Software Foundation, Inc.
    Contributed by Bob Wilson at Tensilica, Inc. (bwilson@tensilica.com)
 
    This file is part of the GNU opcodes library.
@@ -27,7 +27,7 @@
 #include "xtensa-isa.h"
 #include "ansidecl.h"
 #include "libiberty.h"
-#include "dis-asm.h"
+#include "disassemble.h"
 
 #include <setjmp.h>
 
@@ -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.024949 seconds and 4 git commands to generate.