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:
parent
bc54cc9a16
commit
0b3a20e31d
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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;}
|
||||
|
|
Loading…
Add table
Reference in a new issue