forked from Imagelibrary/binutils-gdb
Use bool in binutils
* sysdep.h (POISON_BFD_BOOLEAN): Define. * addr2line.c, * ar.c, * arsup.c, * bfdtest2.c, * binemul.c, * binemul.h, * bucomm.c, * bucomm.h, * budbg.h, * coffgrok.c, * debug.c, * debug.h, * dlltool.c, * dwarf.c, * dwarf.h, * elfedit.c, * emul_aix.c, * mclex.c, * nm.c, * objcopy.c, * objdump.c, * od-macho.c, * prdbg.c, * rdcoff.c, * rddbg.c, * readelf.c, * rename.c, * stabs.c, * strings.c, * windint.h, * windmc.c, * windmc.h, * windres.c, * winduni.c, * wrstabs.c: Replace bfd_boolean with bool, FALSE with false, and TRUE with true throughout.
This commit is contained in:
@@ -50,7 +50,7 @@ typedef struct mc_msg_item
|
||||
struct bin_messagetable_item *res;
|
||||
} mc_msg_item;
|
||||
|
||||
bfd_boolean target_is_bigendian = 0;
|
||||
bool target_is_bigendian = 0;
|
||||
const char *def_target_arch;
|
||||
|
||||
/* Globals and static variable definitions. */
|
||||
|
||||
Reference in New Issue
Block a user