Re: mips64 - clobberlist errors

2005-01-06 Thread Richard Sandiford
Carl van_Schaik [EMAIL PROTECTED] writes: this becomes a pain since gcc somtimes knows this and uses fp as a gpr, but I cannot clobber it. Why do you want to?

mips64 - clobberlist errors

2005-01-05 Thread Carl van_Schaik
Hi I know that in more recent versions of gcc, clobbering the gp (and possibly fp and sp) are not allowed. This however makes no sense when compiling code that does not use the fp or gp, ie gcc -non_shared this becomes a pain since gcc somtimes knows this and uses fp as a gpr, but I cannot