[Bug target/23301] [4.0/4.1/4.2 Regression] sys/ucontext.h missing on powerpc-*-darwin5.*

2006-03-09 Thread geoffk at gcc dot gnu dot org
--- Comment #6 from geoffk at gcc dot gnu dot org 2006-03-09 20:19 --- darwin5.5 is not a viable host OS for GCC; you need to upgrade. It has, at least, bugs in mmap. I think at this point you probably need Mac OS 10.3/darwin7.0 or later, but it's likely that 10.2 will work fairly

[Bug target/23301] [4.0/4.1/4.2 Regression] sys/ucontext.h missing on powerpc-*-darwin5.*

2006-03-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-03-08 09:57 --- (In reply to comment #4) Interesting darwin-fallback.c got the fix: 2005-03-25 Geoffrey Keating [EMAIL PROTECTED] * config/rs6000/darwin-fallback.c: Don't include ucontext.h. Use our own

[Bug target/23301] [4.0/4.1/4.2 Regression] sys/ucontext.h missing on powerpc-*-darwin5.*

2006-02-28 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23301

[Bug target/23301] [4.0/4.1/4.2 Regression] sys/ucontext.h missing on powerpc-*-darwin5.*

2006-01-19 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-20 01:33 --- Interesting darwin-fallback.c got the fix: 2005-03-25 Geoffrey Keating [EMAIL PROTECTED] * config/rs6000/darwin-fallback.c: Don't include ucontext.h. Use our own structure definitions. But not