* pe-dll.c : Fix typo.
authorNick Clifton <nickc@redhat.com>
Tue, 3 Oct 2006 10:06:26 +0000 (10:06 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 3 Oct 2006 10:06:26 +0000 (10:06 +0000)
commit00479ba8f9cd7f2ba84c6c3304987afcb4f109b8
tree3990d1c557eba956aed6188aeae444a8cb82e95e
parent9f1bed8bb1e87c140fa1980ce9e6c5f64021657c
* pe-dll.c : Fix typo.
  (autofilter_symbolprefixlist) : Remove __imp_.
  (is_import) : New.
  (auto-export) : Remove  re-import check. Moved to callers.
  (process_def_file) : Check is symbol is an import. Always underscore __imp_.
  Only skip underscore on underscored targets.
  (make_one) : Always underscore __imp_.
  (pe_create_runtime_relocator_reference) : Only underscore _pei386_runtime_relocator on underscored targets.
  (pe_process_import_defs) : Always underscore __imp_.
* pe.em (U) : New macro.
  (set_pe_subsystem) : Remove underscore from _WinMainCRTStartup on wince subsystem case.
  (pe_find_data_imports) : Use U on "_head_".
  (gld_${EMULATION_NAME}_unrecognized_file) : Use U.
ld/ChangeLog
ld/emultempl/pe.em
ld/pe-dll.c