gnulib: import getline
[binutils-gdb.git] / opcodes / arc-dis.h
index 6c8f8f7ab05103c9c26acf0e72d2a3e436371df0..a2471e15c8ccda766d97e0dd7ec77000f74b1c48 100644 (file)
@@ -1,5 +1,5 @@
 /* Disassembler structures definitions for the ARC.
-   Copyright (C) 1994-2020 Free Software Foundation, Inc.
+   Copyright (C) 1994-2021 Free Software Foundation, Inc.
 
    Contributed by Claudiu Zissulescu (claziss@synopsys.com)
 
@@ -117,7 +117,7 @@ struct arc_instruction
   bfd_vma address;
 
   /* Whether this is a valid instruction.  */
-  bfd_boolean valid;
+  bool valid;
 
   insn_class_t insn_class;