diff options
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)) { |