Re: TLS, was Re: Getting the ol' Macintosh LC475 modernized

2013-08-22 Thread Joseph S. Myers
openwrt.org/browser/trunk/target/linux/coldfire/patches/012-Add-vDSO-support-for-Coldfire-platform.patch?rev=31546>. -- Joseph S. Myers jos...@codesourcery.com -- To UNSUBSCRIBE, email to debian-68k-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...

Re: TLS, was Re: Getting the ol' Macintosh LC475 modernized

2013-08-22 Thread Joseph S. Myers
support has been there in glibc ever since the NPTL port was first added. I've no idea why the kernel changes still haven't gone in. -- Joseph S. Myers jos...@codesourcery.com -- To UNSUBSCRIBE, email to debian-68k-requ...@lists.debian.org with a subject of "unsubscribe

Re: eglibc done, too

2010-10-23 Thread Joseph S. Myers
that is conceptually the wrong condition for the intended purpose. Any such bug can just as easily manifest in native compilers as in cross compilers - and as some targets are mainly used through cross compilers, on many platforms such unportability issues are much more likely to ap

Re: debian/m68k's future

2009-04-11 Thread Joseph S. Myers
may yet prove to be needed (if atomic operations are needed before the vDSO is available). -- Joseph S. Myers jos...@codesourcery.com -- To UNSUBSCRIBE, email to debian-68k-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: OpenJDK6 m68k port : what is the current status of helper __kernel_atomic_cmpxchg_32 ?

2008-09-10 Thread Joseph S. Myers
iltins. This is not part of the work we are planning to do. -- Joseph S. Myers [EMAIL PROTECTED]

Re: toolchain problems

2008-04-29 Thread Joseph S. Myers
workarounds? You do have <http://sourceware.org/ml/binutils-cvs/2008-03/msg00024.html> applied to binutils, right, since I previously pointed to that on this list? (If you do, I don't know what the problem with -pie is.) -- Joseph S. Myers [EMAIL PROTECTED] -- To UNSUBSCRIBE, ema

Re: Draft TLS/NPTL ABI for m68k and ColdFire, version 0.2

2008-04-23 Thread Joseph S. Myers
On Tue, 22 Apr 2008, Stephen R Marenka wrote: > On Fri, Nov 30, 2007 at 07:05:05PM +0000, Joseph S. Myers wrote: > > CodeSourcery has been investigating implementing TLS (Thread-Local > > Storage) and NPTL (Native POSIX Thread Library) for ColdFire > > processors. The

Re: gcc-4.3 vs glibc?

2008-04-09 Thread Joseph S. Myers
99 inline semantics in -std=gnu99 mode. To use any earlier version of glibc with GCC 4.3 you need at least to backport the large patch. -- Joseph S. Myers [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: debootstrapping m68k-coldfire

2008-03-04 Thread Joseph S. Myers
ing extra that's also treated much like such a capability. -- Joseph S. Myers [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: GCC -pie patch (kinda) ....

2008-03-02 Thread Joseph S. Myers
8k is the first target using a vDSO for atomic and thread operations, with possible complications when such operations are used early in ld.so startup.) -- Joseph S. Myers [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: GCC -pie patch (kinda) ....

2008-03-02 Thread Joseph S. Myers
ker no longer supports init_array and fini_array support are nothing to do with TLS. -- Joseph S. Myers [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: FOSDEM thoughts

2008-02-26 Thread Joseph S. Myers
ge pieces of software such as PHP for ColdFire.) -- Joseph S. Myers [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Draft TLS/NPTL ABI for m68k and ColdFire, version 0.2

2007-12-03 Thread Joseph S. Myers
-bit, 16-bit and 32-bit relocations for everything, and the compiler chooses which to use based on the options given; whether the result links depends on whether the relocations chosen are suitable to the amount of data being addressed. -- Joseph S. Myers [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Draft TLS/NPTL ABI for m68k and ColdFire, version 0.2

2007-12-02 Thread Joseph S. Myers
me decidedly non-Linux implementations. arch/arm/kernel/entry-armv.S, starting /* * User helpers. * * These are segment of kernel provided user code reachable from user space * at a fixed address in kernel memory. This is used to provide user space [...] */ -- Joseph S. Myers [EMAIL PROTECTED] --

Re: Draft TLS/NPTL ABI for m68k and ColdFire, version 0.2

2007-11-30 Thread Joseph S. Myers
> shouldn't have this option, but it seems like a low priority. I don't know if SMP exists at present, but the aim is that glibc binaries built now should work on any future SMP hardware and kernels, which seems to require a kernel barrier operation unless you know there will never

Draft TLS/NPTL ABI for m68k and ColdFire, version 0.2

2007-11-30 Thread Joseph S. Myers
: #define R_68K_TLS_DTPMOD32 40 #define R_68K_TLS_DTPREL32 41 #define R_68K_TLS_TPREL32 42 -- Joseph S. Myers [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]