diff options
Diffstat (limited to 'ld/pe-dll.h')
-rw-r--r-- | ld/pe-dll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/pe-dll.h b/ld/pe-dll.h index ce4a2e6..6645c4c 100644 --- a/ld/pe-dll.h +++ b/ld/pe-dll.h @@ -59,7 +59,7 @@ extern void pe_exe_fill_sections extern void pe_walk_relocs_of_symbol (struct bfd_link_info *, const char *, int (*) (arelent *, asection *)); extern void pe_create_import_fixup - (arelent * rel, asection *, int); + (arelent * rel, asection *, bfd_vma); extern bfd_boolean pe_bfd_is_dll (bfd *); |