]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* c-c++-common/patchable_function_entry-decl.c: Add -fno-pie on SPARC.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Feb 2019 14:40:53 +0000 (14:40 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Feb 2019 14:40:53 +0000 (14:40 +0000)
* c-c++-common/patchable_function_entry-default.c: Likewise.
* c-c++-common/patchable_function_entry-definition.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268958 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/patchable_function_entry-decl.c
gcc/testsuite/c-c++-common/patchable_function_entry-default.c
gcc/testsuite/c-c++-common/patchable_function_entry-definition.c

index ebc75cef578cb5a13e21ef4c02a0f4f116314dcc..d6a90ef0e6ec2b1d2b25b3fa5a5f20a94b1a0d9b 100644 (file)
@@ -1,3 +1,9 @@
+2019-02-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * 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.
+
 2019-02-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/66152
index 1f8009b0faa20f399eb4bca5afefa83cc7ae8b05..4f707b31f0dfd9c679ea2f4d16aa034187cdb808 100644 (file)
@@ -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*-*-* } } } */
 
index 6b0318f0d66d6136231d7170eaa0ae1c78890cda..97d8a81fbc6582cf1f15c03f27fc8cced809e23f 100644 (file)
@@ -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*-*-* } } } */
 
index 6667d3c558c88482c9f26e829fdb8e4e269fbbe2..ab94533ffec4d677dabdc7022c8b67221f0a6103 100644 (file)
@@ -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*-*-* } } } */