mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 23:41:05 +08:00
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