Re: Thread safe functions from the C standard library

2008-12-09 Thread David Livshin
Ian Lance Taylor wrote: David Livshin <[EMAIL PROTECTED]> writes: What functions from the GNU's C standard library ( libc ) are thread safe? Of a particular interest are transcendental functions ( like exp', 'sin' etc. ) - are they thread safe? Are there a

Thread safe functions from the C standard library

2008-12-09 Thread David Livshin
tions from the C library? Thanks in advance. -- David Livshin http://www.dalsoft.com

Re: gcc port to StarCore

2007-02-13 Thread David Livshin
Ian Lance Taylor wrote: David Livshin <[EMAIL PROTECTED]> writes: x.c: In function ‘bar’: x.c:13: error: unrecognizable insn: (jump_insn 26 25 27 2 (set (pc) (reg:SI 52)) -1 (nil) (nil)) x.c:13: internal compiler error: in extract_insn, at recog.c:2084 The .md file d

gcc port to StarCore

2007-02-13 Thread David Livshin
The .md file defines ( mandatory ) "indirect_jump" which allows ( a certain kind of ) register as parameter. What is missing? Thank you in advance, David -- David Livshin http://www.dalsoft.com