* 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

@ -237,7 +237,7 @@ solib_map_sections (PTR arg)
/* Leave bfd open, core_xfer_memory and "info files" need it. */
so->abfd = abfd;
abfd->cacheable = true;
abfd->cacheable = 1;
/* copy full path name into so_name, so that later symbol_file_add
can find it */