stackundo.c
322 Bytes
-
Make test2/test1 static in libitm.c/stackundo.c · 3a07b160
libitm.c/stackundo.c fails with -fpic since test1 and test2 may be preempted with -fpic. This patch makes those 2 functions static. PR libitm/64360 * libitm.c/stackundo.c (test2): Make it static. (test1): Likewise. From-SVN: r219673
H.J. Lu committed