]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
addrtmp.c: Add bind_pic_locally option.
authorBin Cheng <bin.cheng@arm.com>
Thu, 14 Aug 2014 02:10:05 +0000 (02:10 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Thu, 14 Aug 2014 02:10:05 +0000 (02:10 +0000)
testcases
* c-c++-common/addrtmp.c: Add bind_pic_locally option.

From-SVN: r213937

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/addrtmp.c

index 536485a5f69063fbddac5f5478d325ae7ce38e40..e122b504a5d8ca6444f64d55d77a4fd1596b496d 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-14  Bin Cheng  <bin.cheng@arm.com>
+
+       * c-c++-common/addrtmp.c: Add bind_pic_locally option.
+
 2014-08-12  Marek Polacek  <polacek@redhat.com>
 
        * gcc.dg/concat.c: Add dg-options.
index 3b8140cf80557196ca2c712c8253748e3cd7019f..3de0175e70a7eb7a050d85f6ffe36fd972c1f0b2 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2" } */
+/* { dg-add-options bind_pic_locally } */
 
 typedef struct A { int a,b; } A;
 int*g(int*x){return x;}