http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50186
SK <santoshkumar.a at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #10 from SK <santoshkumar.a at gmail dot com> 2011-08-26 13:43:30
UTC ---
(In reply to comment #9)
> Just for checking i changed the instruction in .s file from "mfcr 27,1" to
> "mfcr 27" and used the assembler to generate the binary there was no error
> reported. Now i am confused whether it is fault with assembler if with
> compiler. Please suggest where to look into.
issue is resolved i had to use -mno-mfcrf. -mmfcrf was enabled by default and
this generates mfcr with two args.
Thanks