From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2100) id C3975385803A; Tue, 19 Oct 2021 18:12:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3975385803A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Giuliano Belinassi To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/giulianob/heads/pfe_backport_clean)] Backport patchable_function_entry-decl.c: Add -fno-pie on SPARC. X-Act-Checkin: gcc X-Git-Author: Eric Botcazou X-Git-Refname: refs/users/giulianob/heads/pfe_backport_clean X-Git-Oldrev: 36d145ee71885f89a3730c9208ceeaa87bf0f8e0 X-Git-Newrev: 155ab0dd14a8fe7633d0aa80b4d54e8772435fa8 Message-Id: <20211019181232.C3975385803A@sourceware.org> Date: Tue, 19 Oct 2021 18:12:32 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2021 18:12:32 -0000 https://gcc.gnu.org/g:155ab0dd14a8fe7633d0aa80b4d54e8772435fa8 commit 155ab0dd14a8fe7633d0aa80b4d54e8772435fa8 Author: Eric Botcazou Date: Sat Feb 16 14:40:53 2019 +0000 Backport patchable_function_entry-decl.c: Add -fno-pie on SPARC. gcc/testsuite/ChangeLog 2021-10-07 Giuliano Belinassi Backport from mainline 2019-02-16 Eric Botcazou * c-c++-common/patchable_function_entry-decl.c: Add -fno-pie on SPARC. * c-c++-common/patchable_function_entry-default.c: Likewise. * c-c++-common/patchable_function_entry-definition.c: Likewise. Diff: --- gcc/testsuite/c-c++-common/patchable_function_entry-decl.c | 1 + gcc/testsuite/c-c++-common/patchable_function_entry-default.c | 1 + gcc/testsuite/c-c++-common/patchable_function_entry-definition.c | 1 + 3 files changed, 3 insertions(+) diff --git a/gcc/testsuite/c-c++-common/patchable_function_entry-decl.c b/gcc/testsuite/c-c++-common/patchable_function_entry-decl.c index 1f8009b0faa..4f707b31f0d 100644 --- a/gcc/testsuite/c-c++-common/patchable_function_entry-decl.c +++ b/gcc/testsuite/c-c++-common/patchable_function_entry-decl.c @@ -1,5 +1,6 @@ /* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */ /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ +/* { dg-additional-options "-fno-pie" { target sparc*-*-* } } */ /* { dg-final { scan-assembler-times "nop|NOP" 2 { target { ! { alpha*-*-* } } } } } */ /* { dg-final { scan-assembler-times "bis" 2 { target alpha*-*-* } } } */ diff --git a/gcc/testsuite/c-c++-common/patchable_function_entry-default.c b/gcc/testsuite/c-c++-common/patchable_function_entry-default.c index 6b0318f0d66..97d8a81fbc6 100644 --- a/gcc/testsuite/c-c++-common/patchable_function_entry-default.c +++ b/gcc/testsuite/c-c++-common/patchable_function_entry-default.c @@ -1,5 +1,6 @@ /* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */ /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ +/* { dg-additional-options "-fno-pie" { target sparc*-*-* } } */ /* { dg-final { scan-assembler-times "nop|NOP" 3 { target { ! { alpha*-*-* } } } } } */ /* { dg-final { scan-assembler-times "bis" 3 { target alpha*-*-* } } } */ diff --git a/gcc/testsuite/c-c++-common/patchable_function_entry-definition.c b/gcc/testsuite/c-c++-common/patchable_function_entry-definition.c index 6667d3c558c..ab94533ffec 100644 --- a/gcc/testsuite/c-c++-common/patchable_function_entry-definition.c +++ b/gcc/testsuite/c-c++-common/patchable_function_entry-definition.c @@ -1,5 +1,6 @@ /* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */ /* { dg-options "-O2 -fpatchable-function-entry=3,1" } */ +/* { dg-additional-options "-fno-pie" { target sparc*-*-* } } */ /* { dg-final { scan-assembler-times "nop|NOP" 1 { target { ! { alpha*-*-* } } } } } */ /* { dg-final { scan-assembler-times "bis" 1 { target alpha*-*-* } } } */