diff options
author | Alan Modra <modra@gmail.com> | 2002-11-30 08:39:45 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2002-11-30 08:39:45 +0000 |
commit | 73593ea1dde79ae684806254b083da6c0e746673 (patch) | |
tree | e06268037954a6aadc27a0d6be63d76a72ba4db0 /include/elf/mmix.h | |
parent | c002f9d3f42107407175678cc7da624a7b50851b (diff) | |
download | cygnal-73593ea1dde79ae684806254b083da6c0e746673.tar.gz cygnal-73593ea1dde79ae684806254b083da6c0e746673.tar.bz2 cygnal-73593ea1dde79ae684806254b083da6c0e746673.zip |
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
Diffstat (limited to 'include/elf/mmix.h')
-rw-r--r-- | include/elf/mmix.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/elf/mmix.h b/include/elf/mmix.h index e3be26b0f..98536e246 100644 --- a/include/elf/mmix.h +++ b/include/elf/mmix.h @@ -1,5 +1,5 @@ /* MMIX support for BFD. - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright 2001, 2002 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -157,11 +157,11 @@ END_RELOC_NUMBERS (R_MMIX_max) #define MMO_SEC_DEBUGGING 0x10000 #ifdef BFD_ARCH_SIZE -extern boolean _bfd_mmix_prepare_linker_allocated_gregs +extern bfd_boolean _bfd_mmix_prepare_linker_allocated_gregs PARAMS ((bfd *, struct bfd_link_info *)); -extern boolean _bfd_mmix_finalize_linker_allocated_gregs +extern bfd_boolean _bfd_mmix_finalize_linker_allocated_gregs PARAMS ((bfd *, struct bfd_link_info *)); -extern boolean _bfd_mmix_check_all_relocs +extern bfd_boolean _bfd_mmix_check_all_relocs PARAMS ((bfd *, struct bfd_link_info *)); #endif |