diff options
Diffstat (limited to 'ld/pep-dll.h')
-rw-r--r-- | ld/pep-dll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/pep-dll.h b/ld/pep-dll.h index dba76be..ae0dcbe 100644 --- a/ld/pep-dll.h +++ b/ld/pep-dll.h @@ -48,7 +48,7 @@ extern void pep_dll_fill_sections (bfd *, struct bfd_link_info *); extern void pep_exe_fill_sections (bfd *, struct bfd_link_info *); extern void pep_walk_relocs_of_symbol (struct bfd_link_info *, const char *, int (*) (arelent *, asection *)); -extern void pep_create_import_fixup (arelent * rel, asection *, int); +extern void pep_create_import_fixup (arelent * rel, asection *, bfd_vma); extern bfd_boolean pep_bfd_is_dll (bfd *); #endif /* PEP_DLL_H */ |