PR target/85238
commitb50dd1e4198a0a4514965e62c2ffd8d48ca5473b
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2018 14:18:17 +0000 (12 14:18 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2018 14:18:17 +0000 (12 14:18 +0000)
treef9ab5a36b95554430d5d26309c62747b49010914
parent293d44ad01b4515b75872942a2ba2b2dfd4c75ef
PR target/85238
* lto-wrapper.c (debug_objcopy): Open the files in binary mode.
* dwarf2out.c (dwarf2out_early_finish): Do not generate assembly in LTO
mode for PE-COFF targets.
* config/i386/i386-protos.h (i386_pe_asm_lto_start): Declare.
(i386_pe_asm_lto_end): Likewise.
* config/i386/cygming.h (TARGET_ASM_LTO_START): Define.
(TARGET_ASM_LTO_END): Likewise.
* config/i386/winnt.c (saved_debug_info_level): New static variable.
(i386_pe_asm_lto_start): New function.
(i386_pe_asm_lto_end): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259347 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/cygming.h
gcc/config/i386/i386-protos.h
gcc/config/i386/winnt.c
gcc/dwarf2out.c
gcc/lto-wrapper.c