Commit 3119bda3 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent 813ba192
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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment