summaryrefslogtreecommitdiff
path: root/gdb/corelow.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-27 01:40:36 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-27 01:40:36 +0000
commit0353c1f28af6cdf2c0fcbf2ce61aa0376f685eed (patch)
tree9fcf915e6c802da8dde03c740d88805ac8b54221 /gdb/corelow.c
parentf992b3e05722865e276c14a17ce0021f02c77179 (diff)
downloadgdb-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/corelow.c')
-rw-r--r--gdb/corelow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/corelow.c b/gdb/corelow.c
index 59318b179a6..68219c512c6 100644
--- a/gdb/corelow.c
+++ b/gdb/corelow.c
@@ -169,10 +169,10 @@ gdb_check_format (bfd *abfd)
{
if (cf->check_format (abfd))
{
- return (true);
+ return (1);
}
}
- return (false);
+ return (0);
}
/* Discard all vestiges of any previous core file and mark data and stack