Add --enable-auto-import extension.

This commit is contained in:
Nick Clifton
2002-11-14 18:03:17 +00:00
parent 2f62977e68
commit 2fa9fc65a5
8 changed files with 224 additions and 45 deletions

View File

@@ -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 */