mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00: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:
@@ -4747,7 +4747,7 @@ request_dump (struct dump_data *dumpdata, dump_type type)
|
||||
int section;
|
||||
char * cp;
|
||||
|
||||
do_dump++;
|
||||
do_dump = TRUE;
|
||||
section = strtoul (optarg, & cp, 0);
|
||||
|
||||
if (! *cp && section >= 0)
|
||||
|
||||
Reference in New Issue
Block a user