diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-27 01:40:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-27 01:40:36 +0000 |
commit | 81a9a963a1d5374ada16859384e378b5561f4b2a (patch) | |
tree | b100194c8f6fe3321ed3f1a882561b80b4e6d624 /gdb/osfsolib.c | |
parent | 0f017ab98fb70697cbb2b1d58b35932456fd9489 (diff) | |
download | gdb-81a9a963a1d5374ada16859384e378b5561f4b2a.zip gdb-81a9a963a1d5374ada16859384e378b5561f4b2a.tar.gz gdb-81a9a963a1d5374ada16859384e378b5561f4b2a.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/osfsolib.c')
-rw-r--r-- | gdb/osfsolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/osfsolib.c b/gdb/osfsolib.c index 2ef7947..345ab08 100644 --- a/gdb/osfsolib.c +++ b/gdb/osfsolib.c @@ -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)) { |