diff options
author | Nick Clifton <nickc@redhat.com> | 2002-11-14 18:03:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-11-14 18:03:17 +0000 |
commit | 2fa9fc65a53ee02ca5dd15d12ebb903a22207051 (patch) | |
tree | a6328824cc23585fe7e6f92958f049f8dc0afca7 /ld/pe-dll.h | |
parent | 2f62977e683fd566b7060848e0857e74f501def6 (diff) | |
download | gdb-2fa9fc65a53ee02ca5dd15d12ebb903a22207051.zip gdb-2fa9fc65a53ee02ca5dd15d12ebb903a22207051.tar.gz gdb-2fa9fc65a53ee02ca5dd15d12ebb903a22207051.tar.bz2 |
Add --enable-auto-import extension.
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 b8fcdb9..6273e3b 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 */ |