This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/9074] [alpha-linux] gcc fails to compile kernel on wildfire


------- Additional Comments From rth at gcc dot gnu dot org  2004-08-26 04:36 -------
Yes.  It's unfortunate, but hard-coded register numbers get that way.

The correct way to fix this is to use the new "c" register constraint
and to not use $27 as an explicit asm register.  I've had to make similar
changes to glibc.

I'll take care of getting this change pushed into the kernel.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9074


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]