diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2018-12-28 15:13:14 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2018-12-28 07:13:14 -0800 |
commit | 691adeb097c9f4926cb83bdb50bb39b4d2e25c72 (patch) | |
tree | a57597dbaa8b9e51d7795c8ce49540648b30387a /gcc | |
parent | ba7b6836f550d5fdcba73a07c419565313923a1d (diff) | |
download | gcc-691adeb097c9f4926cb83bdb50bb39b4d2e25c72.zip gcc-691adeb097c9f4926cb83bdb50bb39b4d2e25c72.tar.gz gcc-691adeb097c9f4926cb83bdb50bb39b4d2e25c72.tar.bz2 |
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
Diffstat (limited to 'gcc')
4 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7f9d1a5..7ebbb0a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -3,6 +3,9 @@ * gcc.target/x86_64/abi/asm-support-darwin.s: Remove .file directive. * 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> diff --git a/gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s b/gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s index c070d65..9d87df8 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s +++ b/gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s @@ -1,4 +1,3 @@ - .file "asm-support-darwin.s" .text .p2align 4,,15 .globl _snapshot diff --git a/gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support.S b/gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support.S index d248ef0..73a5919 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support.S +++ b/gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support.S @@ -1,4 +1,3 @@ - .file "snapshot.S" .text .p2align 4,,15 .globl snapshot diff --git a/gcc/testsuite/gcc.target/x86_64/abi/avx512f/asm-support.S b/gcc/testsuite/gcc.target/x86_64/abi/avx512f/asm-support.S index e0309ae..0ef8287 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/avx512f/asm-support.S +++ b/gcc/testsuite/gcc.target/x86_64/abi/avx512f/asm-support.S @@ -1,4 +1,3 @@ - .file "snapshot.S" .text .p2align 4,,15 .globl snapshot |