From: H.J. Lu Date: Fri, 28 Dec 2018 14:40:27 +0000 (+0000) Subject: x86-64: Remove .file directive from snapshot source X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba7b6836f550d5fdcba73a07c419565313923a1d;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 42139037936..7f9d1a509c8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2018-12-28 H.J. Lu + + * 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 * g++.dg/ipa/devirt-53.C: New testcase. diff --git a/gcc/testsuite/gcc.target/x86_64/abi/asm-support-darwin.s b/gcc/testsuite/gcc.target/x86_64/abi/asm-support-darwin.s index b3b88466a62..8fe5dab5416 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/asm-support-darwin.s +++ b/gcc/testsuite/gcc.target/x86_64/abi/asm-support-darwin.s @@ -1,4 +1,3 @@ - .file "snapshot.S" .text .p2align 4,,15 .globl _snapshot diff --git a/gcc/testsuite/gcc.target/x86_64/abi/asm-support.S b/gcc/testsuite/gcc.target/x86_64/abi/asm-support.S index 8e0bffe8b49..7a8ed03d119 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/asm-support.S +++ b/gcc/testsuite/gcc.target/x86_64/abi/asm-support.S @@ -1,4 +1,3 @@ - .file "snapshot.S" #ifdef __AVX__ .sse_check none #endif