Re: PATCH: PR libitm/64360: libitm.c/stackundo.c fails with -fpic

2015-01-15 Thread Jeff Law
On 01/15/15 05:23, H.J. Lu wrote: Hi, libitm.c/stackundo.c fails with -fpic since test1 and test2 may be preempted with -fpic. This patch makes those 2 functions static. Tested on Linux/x86. OK for trunk? Thanks. H.J. diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 74e2940..e468

PATCH: PR libitm/64360: libitm.c/stackundo.c fails with -fpic

2015-01-15 Thread H.J. Lu
Hi, libitm.c/stackundo.c fails with -fpic since test1 and test2 may be preempted with -fpic. This patch makes those 2 functions static. Tested on Linux/x86. OK for trunk? Thanks. H.J. diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 74e2940..e46819c 100644 --- a/libitm/ChangeLog ++