diff options
Diffstat (limited to 'gdb/solib.c')
-rw-r--r-- | gdb/solib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.c b/gdb/solib.c index 2aa87e34208..c47c438d99e 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -237,7 +237,7 @@ solib_map_sections (PTR arg) /* Leave bfd open, core_xfer_memory and "info files" need it. */ so->abfd = abfd; - abfd->cacheable = true; + abfd->cacheable = 1; /* copy full path name into so_name, so that later symbol_file_add can find it */ |