X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Felf32-hppa.h;h=51232ac2354d7d438ae22ebe9d9b251e87adee30;hb=d218dba3f491191322e50df74376faa11c4a9f6b;hp=87ae5f1f090136f81e606bdd2776c35b70c54da6;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=binutils-gdb.git diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h index 87ae5f1f090..51232ac2354 100644 --- a/bfd/elf32-hppa.h +++ b/bfd/elf32-hppa.h @@ -4,7 +4,7 @@ in the Stratus FTX/Golf Object File Format (SED-1762) dated February 1994. - Copyright (C) 1990-2016 Free Software Foundation, Inc. + Copyright (C) 1990-2022 Free Software Foundation, Inc. Written by: @@ -36,20 +36,27 @@ #include "libhppa.h" #include "elf/hppa.h" +#ifdef __cplusplus +extern "C" { +#endif + +void elf32_hppa_init_stub_bfd + (bfd *, struct bfd_link_info *); + int elf32_hppa_setup_section_lists (bfd *, struct bfd_link_info *); void elf32_hppa_next_input_section (struct bfd_link_info *, asection *); -bfd_boolean elf32_hppa_size_stubs - (bfd *, bfd *, struct bfd_link_info *, bfd_boolean, bfd_signed_vma, +bool elf32_hppa_size_stubs + (bfd *, bfd *, struct bfd_link_info *, bool, bfd_signed_vma, asection * (*) (const char *, asection *), void (*) (void)); -bfd_boolean elf32_hppa_set_gp +bool elf32_hppa_set_gp (bfd *, struct bfd_link_info *); -bfd_boolean elf32_hppa_build_stubs +bool elf32_hppa_build_stubs (struct bfd_link_info *); elf_hppa_reloc_type elf32_hppa_reloc_final_type @@ -74,4 +81,8 @@ extern elf_hppa_reloc_type ** _bfd_elf32_hppa_gen_reloc_type #define R_HPPA_ABS_CALL R_PARISC_DIR17F #define R_HPPA_COMPLEX R_PARISC_UNIMPLEMENTED +#ifdef __cplusplus +} +#endif + #endif /* _ELF32_HPPA_H */