summaryrefslogtreecommitdiff
path: root/ld/pe-dll.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-11-14 18:03:17 +0000
committerNick Clifton <nickc@redhat.com>2002-11-14 18:03:17 +0000
commit2fa9fc65a53ee02ca5dd15d12ebb903a22207051 (patch)
treea6328824cc23585fe7e6f92958f049f8dc0afca7 /ld/pe-dll.h
parent2f62977e683fd566b7060848e0857e74f501def6 (diff)
downloadbinutils-gdb-2fa9fc65a53ee02ca5dd15d12ebb903a22207051.tar.gz
Add --enable-auto-import extension.
Diffstat (limited to 'ld/pe-dll.h')
-rw-r--r--ld/pe-dll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/pe-dll.h b/ld/pe-dll.h
index b8fcdb93431..6273e3bccc2 100644
--- a/ld/pe-dll.h
+++ b/ld/pe-dll.h
@@ -50,5 +50,5 @@ extern void pe_walk_relocs_of_symbol PARAMS ((struct bfd_link_info * info,
const char *name,
int (*cb) (arelent *, asection *)));
-extern void pe_create_import_fixup PARAMS ((arelent * rel));
+extern void pe_create_import_fixup PARAMS ((arelent * rel, asection *, int));
#endif /* PE_DLL_H */