diff options
Diffstat (limited to 'gdb/irix5-nat.c')
-rw-r--r-- | gdb/irix5-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c index c3543b1..459abe3 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)) { |