]> git.ipfire.org Git - thirdparty/gcc.git/commit
x86-64: Remove .file directive from snapshot source
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Dec 2018 14:40:27 +0000 (14:40 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Dec 2018 14:40:27 +0000 (14:40 +0000)
commita418e849caee7f32fd45e509aa0b91f80a328e9b
treefa72d0afd01653cf976ba025a2c2c6e3486b4eba
parent813421cdb9712da2a4f3804c35b4a7328e81f88e
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267450 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/x86_64/abi/asm-support-darwin.s
gcc/testsuite/gcc.target/x86_64/abi/asm-support.S