X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fxtensa-dis.c;h=d78f9d5f9490f675b616d7bbef2569493f2a0851;hb=f6efed019b4e49a4c27b518afbdf2d9bf0652843;hp=338b810b5a89fefaa9b807ea04a9112959dd4ba4;hpb=8df14d78dc753a5286bb6461a14d8baa1e13e3cd;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/xtensa-dis.c b/opcodes/xtensa-dis.c index 338b810b5a..d78f9d5f94 100644 --- a/opcodes/xtensa-dis.c +++ b/opcodes/xtensa-dis.c @@ -1,5 +1,5 @@ /* xtensa-dis.c. Disassembly functions for Xtensa. - Copyright (C) 2003-2014 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 @@ -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++; - } + } } }