sibcall-1.c: Allow PLT to appear with pic code.
* gcc.target/arm/sibcall-1.c: Allow PLT to appear with pic code. From-SVN: r157415
This commit is contained in:
parent
813ba192bc
commit
3119bda384
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* gcc.target/arm/sibcall-1.c: Allow PLT to appear with pic code.
|
||||
|
||||
2010-03-12 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/43291
|
||||
|
|
|
@ -30,5 +30,6 @@ int main(int argc, const char *argv[])
|
|||
return result;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler "\tb\tfunc2\n" } } */
|
||||
/* The PLT marker may appear if the test is run with -fpic/-fPIC. */
|
||||
/* { dg-final { scan-assembler "\tb\tfunc2(\\(PLT\\))?\n" } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue