Commit ceb17756 by Hans-Peter Nilsson

* gcc.dg/20050321-2.c: Restrict to target fpic.

From-SVN: r97765
parent b6e3f572
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
of some notes inserted between jump table's CODE_LABEL and the jump table of some notes inserted between jump table's CODE_LABEL and the jump table
it ended up in the .text section and thus shorten_branches couldn't it ended up in the .text section and thus shorten_branches couldn't
figure out branch to lab is too far. */ figure out branch to lab is too far. */
/* { dg-do link } */ /* { dg-do link { target fpic } } */
/* { dg-options "-g1 -fpic" } */ /* { dg-options "-g1 -fpic" } */
#define A(n) \ #define A(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