diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-27 01:40:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-27 01:40:36 +0000 |
commit | 0353c1f28af6cdf2c0fcbf2ce61aa0376f685eed (patch) | |
tree | 9fcf915e6c802da8dde03c740d88805ac8b54221 /gdb/solib.c | |
parent | f992b3e05722865e276c14a17ce0021f02c77179 (diff) | |
download | gdb-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/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 */ |