aboutsummaryrefslogtreecommitdiff
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
commit81a9a963a1d5374ada16859384e378b5561f4b2a (patch)
treeb100194c8f6fe3321ed3f1a882561b80b4e6d624 /gdb/corelow.c
parent0f017ab98fb70697cbb2b1d58b35932456fd9489 (diff)
downloadfsf-binutils-gdb-81a9a963a1d5374ada16859384e378b5561f4b2a.zip
fsf-binutils-gdb-81a9a963a1d5374ada16859384e378b5561f4b2a.tar.gz
fsf-binutils-gdb-81a9a963a1d5374ada16859384e378b5561f4b2a.tar.bz2
* 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 59318b1..68219c5 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