Re: mips64 - clobberlist errors
"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
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 clob