Commit 691adeb0 by H.J. Lu Committed by H.J. Lu

x86-64: Remove .file directive from snapshot source

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

From-SVN: r267451
parent ba7b6836
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
* gcc.target/x86_64/abi/asm-support-darwin.s: Remove .file * gcc.target/x86_64/abi/asm-support-darwin.s: Remove .file
directive. directive.
* gcc.target/x86_64/abi/asm-support.S: Likewise. * gcc.target/x86_64/abi/asm-support.S: Likewise.
* gcc.target/x86_64/abi/avx/asm-support-darwin.s: Likewise.
* gcc.target/x86_64/abi/avx/asm-support.S: Likewise.
* gcc.target/x86_64/abi/avx512f/asm-support.S: Likewise.
2018-12-27 Jan Hubicka <hubicka@ucw.cz> 2018-12-27 Jan Hubicka <hubicka@ucw.cz>
......
.file "asm-support-darwin.s"
.text .text
.p2align 4,,15 .p2align 4,,15
.globl _snapshot .globl _snapshot
......
.file "snapshot.S"
.text .text
.p2align 4,,15 .p2align 4,,15
.globl snapshot .globl snapshot
......
.file "snapshot.S"
.text .text
.p2align 4,,15 .p2align 4,,15
.globl snapshot .globl snapshot
......
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