This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47779] Problem cross-compiling trunk for bfin
- From: "Stuart.Henderson at analog dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 11 Mar 2011 11:26:10 +0000
- Subject: [Bug target/47779] Problem cross-compiling trunk for bfin
- Auto-submitted: auto-generated
- References: <bug-47779-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779
--- Comment #4 from Stu <Stuart.Henderson at analog dot com> 2011-03-11 11:26:04 UTC ---
(In reply to comment #3)
> Maybe ucontext.h should only define these context ifdef __USE_GNU? That's what
> i386 and x86_64 appear to do.
Hi Bernd,
Unfortunately __USE_GNU is defined at this point, so that doesn't appear to be
what's preventing the problem there. i386 seems to use REG_x in gcc and x_REG
in uClibc, which avoids it.