OSDN Git Service

* pe-dll.c : Fix typo.
authornickc <nickc>
Tue, 3 Oct 2006 10:06:26 +0000 (10:06 +0000)
committernickc <nickc>
Tue, 3 Oct 2006 10:06:26 +0000 (10:06 +0000)
commit8c8d39051425175151ac621c53cc82670845284f
tree4f2fbea3fa48dd3ef1ad8dbcf5f831478eb365b8
parent47e52454a5d4e038a0f99793dcc71eb283cba6ef
* 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