On Tue, Jan 13, 2015 at 11:15 PM, Jeff Law <l...@redhat.com> wrote: > On 01/13/15 14:27, H.J. Lu wrote: >> >> -fprofile -mfentry works with PIE if gcrt1.o is compiled with -fPIC. A >> glibc has been filed, PR 17836, and a glibc patch has been submitted. >> OK for trunk? >> >> Thanks. >> >> >> H.J. >> -- >> * gcc.target/i386/fentry-override.c: Properly place {} in target >> selector. Remove nonpic. >> * gcc.target/i386/fentry.c: Likewise. > > Does this change the pass/fail result of the test on a system without an > updated glibc?
Yes, they pass with the current glibc since they are compile tests. -- H.J.