diff options
Diffstat (limited to 'bfd/elf32-hppa.h')
-rw-r--r-- | bfd/elf32-hppa.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h index ad5cb18..972d749 100644 --- a/bfd/elf32-hppa.h +++ b/bfd/elf32-hppa.h @@ -36,6 +36,10 @@ #include "libhppa.h" #include "elf/hppa.h" +#ifdef __cplusplus +extern "C" { +#endif + void elf32_hppa_init_stub_bfd (bfd *, struct bfd_link_info *); @@ -77,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 */ |