From 78933a4ad9ae9c2e274d41e6b3036ea582c47810 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 31 Mar 2021 10:36:19 +1030 Subject: Use bool in opcodes cpu/ * frv.opc: Replace bfd_boolean with bool, FALSE with false, and TRUE with true throughout. opcodes/ * sysdep.h (POISON_BFD_BOOLEAN): Define. * aarch64-asm-2.c, * aarch64-asm.c, * aarch64-asm.h, * aarch64-dis-2.c, * aarch64-dis.c, * aarch64-dis.h, * aarch64-gen.c, * aarch64-opc.c, * aarch64-opc.h, * arc-dis.c, * arc-dis.h, * arc-fxi.h, * arc-opc.c, * arm-dis.c, * bfin-dis.c, * cris-dis.c, * csky-dis.c, * csky-opc.h, * dis-buf.c, * disassemble.c, * frv-opc.c, * frv-opc.h, * h8300-dis.c, * i386-dis.c, * m68k-dis.c, * metag-dis.c, * microblaze-dis.c, * microblaze-dis.h, * micromips-opc.c, * mips-dis.c, * mips-formats.h, * mips-opc.c, * mips16-opc.c, * mmix-dis.c, * msp430-dis.c, * nds32-dis.c, * nfp-dis.c, * nios2-dis.c, * ppc-dis.c, * riscv-dis.c, * score-dis.c, * score7-dis.c, * tic6x-dis.c, * v850-dis.c, * vax-dis.c, * wasm32-dis.c, * xtensa-dis.c: Replace bfd_boolean with bool, FALSE with false, and TRUE with true throughout. --- opcodes/microblaze-dis.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'opcodes/microblaze-dis.h') diff --git a/opcodes/microblaze-dis.h b/opcodes/microblaze-dis.h index 3bf01f4..584cb3d 100644 --- a/opcodes/microblaze-dis.h +++ b/opcodes/microblaze-dis.h @@ -28,10 +28,10 @@ extern "C" { extern enum microblaze_instr microblaze_decode_insn (long, int *, int *, int *, int *); -extern unsigned long microblaze_get_target_address (long, bfd_boolean, int, - long, long, long, bfd_boolean *, bfd_boolean *); - -extern enum microblaze_instr get_insn_microblaze (long, bfd_boolean *, +extern unsigned long microblaze_get_target_address (long, bool, int, + long, long, long, + bool *, bool *); +extern enum microblaze_instr get_insn_microblaze (long, bool *, enum microblaze_instr_type *, short *); -- cgit v1.1