Commit ba7b6836 by H.J. Lu Committed by H.J. Lu

x86-64: Remove .file directive from snapshot source

Since snapshot() is implemented in assembly code, .file directive should
be removed.  Otherwise, debugger can't find the snapshot source.

	* gcc.target/x86_64/abi/asm-support-darwin.s: Remove .file
	directive.
	* gcc.target/x86_64/abi/asm-support.S: Likewise.

From-SVN: r267450
parent 59d5960c
2018-12-28 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/x86_64/abi/asm-support-darwin.s: Remove .file
directive.
* gcc.target/x86_64/abi/asm-support.S: Likewise.
2018-12-27 Jan Hubicka <hubicka@ucw.cz>
* g++.dg/ipa/devirt-53.C: New testcase.
......
.file "snapshot.S"
.text
.p2align 4,,15
.globl _snapshot
......
.file "snapshot.S"
#ifdef __AVX__
.sse_check none
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment