This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 00/19] nptl: Fix Race conditions in pthread cancellation (BZ#12683)



On 11/12/2017 17:18, John Paul Adrian Glaubitz wrote:
> Hi Adhemerval!
> 
> You should still have access to my SH porterbox and if you let me know what to test, I can also test on real m68k hardware.
> 
> Adrian
> 

Indeed I am trying to get a full make check on SH porterbox, but installed
toolchain is failing on some tests link with "undefined reference to 
`__fpscr_values@GLIBC_2.2'" and I see to -Wl,-z,defs on linking comment
(it was indicating on sysdeps/unix/sysv/linux/sh/Makefile that it
is required to suppress it on SH4 to get link work correctly).

I have not really dig into, but I could get the testcase build by
manually add "-Wl,--ignore-unresolved-symbol,__fpscr_values@GLIBC_2.2",
but I do not think this is the correct solution.

And running some tst-cancel* directly I see no regression (still checking
on all tests in nptl).

And if you could check real m68k I will be grateful!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]