diff options
author | Nick Clifton <nickc@redhat.com> | 2002-06-07 14:56:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-06-07 14:56:01 +0000 |
commit | e0076ab3140185bf116c79564b976d455942a984 (patch) | |
tree | d9823f58d15fce19ac2708cc2b658beba882a819 /ld/ldmain.c | |
parent | 6ab6b380eecb3092915f38564d300bc282d5f979 (diff) | |
download | gdb-e0076ab3140185bf116c79564b976d455942a984.zip gdb-e0076ab3140185bf116c79564b976d455942a984.tar.gz gdb-e0076ab3140185bf116c79564b976d455942a984.tar.bz2 |
Enable pei386_auto_import by default. Only print a info message about auto
imports being resilved if this feature was not requested via a command line
switch.
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r-- | ld/ldmain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c index 25ae5ec..2c406eb 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -260,6 +260,7 @@ main (argc, argv) link_info.flags = (bfd_vma) 0; link_info.flags_1 = (bfd_vma) 0; link_info.pei386_auto_import = false; + link_info.pei386_auto_import = -1; link_info.combreloc = true; link_info.spare_dynamic_tags = 5; |