mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
binutils int vs bfd_boolean fixes
* objdump.c (process_links): Use type int. * readelf.c (request_dump): Don't increment do_dump, set it. * windint.h (target_is_bigendian): Use type bfd_boolean. * windmc.c (target_is_bigendian): Likewise. * windres.c (target_is_bigendian): Likewise.
This commit is contained in:
@ -50,7 +50,7 @@ typedef struct mc_msg_item
|
||||
struct bin_messagetable_item *res;
|
||||
} mc_msg_item;
|
||||
|
||||
int target_is_bigendian = 0;
|
||||
bfd_boolean target_is_bigendian = 0;
|
||||
const char *def_target_arch;
|
||||
|
||||
/* Globals and static variable definitions. */
|
||||
|
Reference in New Issue
Block a user