mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
Use bool in include
* bfdlink.h: Replace bfd_boolean with bool throughout. * coff/ecoff.h: Likewise. * coff/xcoff.h: Likewise. * dis-asm.h: Likewise. * elf/mmix.h: Likewise. * elf/xtensa.h: Likewise. * opcode/aarch64.h: Likewise, and FALSE with false, TRUE with true. * opcode/arc.h: Likewise. * opcode/mips.h: Likewise. * opcode/tic6x-opcode-table.h: Likewise. * opcode/tic6x.h: Likewise.
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
#define FIX2(a, b) 2, { a, b }
|
||||
#define FIX3(a, b, c) 3, { a, b, c }
|
||||
#define FIX4(a, b, c, d) 4, { a, b, c, d }
|
||||
#define OP0() 0, { { 0, 0, FALSE, 0, 0, 0, 0 } }
|
||||
#define OP0() 0, { { 0, 0, false, 0, 0, 0, 0 } }
|
||||
#define OP1(a) 1, { a }
|
||||
#define OP2(a, b) 2, { a, b }
|
||||
#define OP3(a, b, c) 3, { a, b, c }
|
||||
|
Reference in New Issue
Block a user