summaryrefslogtreecommitdiff
path: root/gdb/irix5-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-27 01:40:36 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-27 01:40:36 +0000
commit0353c1f28af6cdf2c0fcbf2ce61aa0376f685eed (patch)
tree9fcf915e6c802da8dde03c740d88805ac8b54221 /gdb/irix5-nat.c
parentf992b3e05722865e276c14a17ce0021f02c77179 (diff)
downloadgdb-0353c1f28af6cdf2c0fcbf2ce61aa0376f685eed.tar.gz
* 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/irix5-nat.c')
-rw-r--r--gdb/irix5-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c
index c3543b19869..459abe3879c 100644
--- a/gdb/irix5-nat.c
+++ b/gdb/irix5-nat.c
@@ -434,7 +434,7 @@ solib_map_sections (void *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))
{