This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: [PATCH]: MIPS enhancements to libgcj...


Eric Christopher wrote:

There are many different MIPS cpu cores and the manuals for each do say if "sync" is a valid instruction. I just didn't want to have to try to find and read them all and was hoping that someone would enlighten me.



It's not a valid instruction on R2000 and R3000 processors.




Thanks,

How do we know at configure time that the target supports "sync"?

A casual look a binutils source implies that ISA2 and above may support "sync".

Is that true? Again how do we know the target ISA at libgcj build time?

David Daney.


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