x86-64: Remove .file directive from snapshot source
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 28 Dec 2018 14:40:27 +0000 (14:40 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 28 Dec 2018 14:40:27 +0000 (06:40 -0800)
commitba7b6836f550d5fdcba73a07c419565313923a1d
treefa72d0afd01653cf976ba025a2c2c6e3486b4eba
parent59d5960cdba3fb1bd8d9c234fc36fb634b3e9ab2
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
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/x86_64/abi/asm-support-darwin.s
gcc/testsuite/gcc.target/x86_64/abi/asm-support.S