* 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:
Andrew Cagney
2002-02-27 01:40:36 +00:00
parent 0f017ab98f
commit 81a9a963a1
7 changed files with 25 additions and 15 deletions

View File

@@ -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))
{