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:
Kaveh R. Ghazi 2010-03-13 01:27:06 +00:00 committed by Kaveh Ghazi
parent 813ba192bc
commit 3119bda384
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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" } } */