addrtmp.c: Add bind_pic_locally option.

testcases
	* c-c++-common/addrtmp.c: Add bind_pic_locally option.

From-SVN: r213937
This commit is contained in:
Bin Cheng 2014-08-14 02:10:05 +00:00 committed by Bin Cheng
parent bc54cc9a16
commit 0b3a20e31d
2 changed files with 5 additions and 0 deletions

View 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.

View 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;}