This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: PATCH: Fix the MIPS ISA ELF setting (Re: RedHat 7.1/mips update)



> I have indicated it is not a compiler issue. I am talking about the
> assembler here. Sure, it is nice to fix the compiler. But it is irrelevant.
> The gcc command being used is
> 
> # gcc -mips2 -Wa,-march=r4100 ....

The problem at this point is that these two command lines:

gcc -mips2 -march=vr4100
gcc -mips2 -Wa,-march=vr4100

Will cause widely different results. This, to my mind, is confusing and
something I don't want to support. Of all of the solutions I've seen for
this I prefer Chris's. If anyone else has any other solution I'd love to
hear it.

-eric

-- 
Look out behind you!


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