From 0353c1f28af6cdf2c0fcbf2ce61aa0376f685eed Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 27 Feb 2002 01:40:36 +0000 Subject: * 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. --- gdb/irix5-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/irix5-nat.c') 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)) { -- cgit v1.2.1