Eric Fisher wrote:
anyone can tell me, why should we remove -mrnames option?
Presumably you mean the MIPS port -mrnames option. It was removed here http://gcc.gnu.org/ml/gcc-patches/2004-07/msg01314.htmlThe option wasn't very useful, since it emitted assembly code that only one known assembler could handle, and didn't provide any clear benefit.
Jim