Re: gcc for Intel 8086 family

2007-07-19 Thread Daniel Verkamp
n be browsed via gitweb at http://git.etherboot.org/?p=people/dverkamp/gcc.git I've also heard that someone else is working on a backend for i8086, but I couldn't find any references to this in the mailing list archives. -- Daniel Verkamp

Re: SIMD-enabled and -lpthread incompatible?

2007-11-19 Thread Daniel Verkamp
confusingly does have a POSIX thread emulation layer. In any case, this problem seems unrelated to GCC; if the longjmp/setjmp implementation doesn't save and restore the proper registers, then maybe they shouldn't be used by this library. -- Daniel Verkamp