testcases
authoramker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Aug 2014 02:10:05 +0000 (02:10 +0000)
committeramker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Aug 2014 02:10:05 +0000 (02:10 +0000)
* c-c++-common/addrtmp.c: Add bind_pic_locally option.

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

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

index 536485a..e122b50 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 3b8140c..3de0175 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;}