diff options
author | Alan Modra <amodra@gmail.com> | 2002-11-30 08:39:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-11-30 08:39:46 +0000 |
commit | b34976b65aea8f33690229600bbf4527ec3118e1 (patch) | |
tree | 6411348664ef81ca2aa2e3ff325116e6e6502edf /bfd/elf32-hppa.h | |
parent | 583d52d728c60410c0d39bae68ee536a7b9e7a6c (diff) | |
download | binutils-gdb-b34976b65aea8f33690229600bbf4527ec3118e1.tar.gz |
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
Diffstat (limited to 'bfd/elf32-hppa.h')
-rw-r--r-- | bfd/elf32-hppa.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h index 720cd087ae0..7c8c687c499 100644 --- a/bfd/elf32-hppa.h +++ b/bfd/elf32-hppa.h @@ -4,8 +4,8 @@ in the Stratus FTX/Golf Object File Format (SED-1762) dated February 1994. - Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 - Free Software Foundation, Inc. + Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, + 2002 Free Software Foundation, Inc. Written by: @@ -42,15 +42,15 @@ int elf32_hppa_setup_section_lists void elf32_hppa_next_input_section PARAMS ((struct bfd_link_info *, asection *)); -boolean elf32_hppa_size_stubs - PARAMS ((bfd *, bfd *, struct bfd_link_info *, boolean, bfd_signed_vma, +bfd_boolean elf32_hppa_size_stubs + PARAMS ((bfd *, bfd *, struct bfd_link_info *, bfd_boolean, bfd_signed_vma, asection * (*) PARAMS ((const char *, asection *)), void (*) PARAMS ((void)))); -boolean elf32_hppa_set_gp +bfd_boolean elf32_hppa_set_gp PARAMS ((bfd *, struct bfd_link_info *)); -boolean elf32_hppa_build_stubs +bfd_boolean elf32_hppa_build_stubs PARAMS ((struct bfd_link_info *)); elf_hppa_reloc_type elf32_hppa_reloc_final_type |