forked from Imagelibrary/binutils-gdb
* memattr.c (mem_command): Eliminate `true'' and `false''.
* osfsolib.c (solib_map_sections): Ditto. * irix5-nat.c (solib_map_sections): Ditto. * corelow.c (gdb_check_format): Ditto. * symfile.c (symfile_bfd_open): Ditto. * solib.c (solib_map_sections): Ditto. Partially fix PR gdb/354.
This commit is contained in:
@@ -253,7 +253,7 @@ solib_map_sections (char *arg)
|
||||
}
|
||||
/* Leave bfd open, core_xfer_memory and "info files" need it. */
|
||||
so->abfd = abfd;
|
||||
abfd->cacheable = true;
|
||||
abfd->cacheable = 1;
|
||||
|
||||
if (!bfd_check_format (abfd, bfd_object))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user