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: r157417
This commit is contained in:
Kaveh R. Ghazi 2010-03-13 01:56:15 +00:00 committed by Kaveh Ghazi
parent b7b5e02b8a
commit 29e6823978
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 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/43320

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