[PATCH] pei386: make --enable-auto-import default
Charles Wilson
cwilson@ece.gatech.edu
Fri May 31 22:15:00 GMT 2002
Okay, here's an updated version that (hopefully) addresses Nick's
concerns. (I still need that /gd/gnuorg/request-assign.changes file to
get the assignment paperwork started)
2002-06-01 Charles Wilson <cwilson@ece.gatech.edu>
* ld/ldmain.c (main): initialize link_info.pei386_auto_import
to -1 == implicit enable.
* ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
initialize link_info.pei386_auto_import to -1 == implicit
enable.
(gld_${EMULATION_NAME}_parse_args): When processing
--enable-auto-import and --disable-auto-import options, use
'1' and '0' instead of 'true' and 'false'.
(pe_find_data_imports): Only issue message about auto-import
when the feature is implicitly enabled. Downgrade message to
informational instead of warning.
--Chuck
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: autoimport-default.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20020531/b34b9e17/attachment.ksh>
More information about the Binutils
mailing list