Update of PLT entries given the recent binutils commit (http://sourceware.org/ml/binutils/2015-08/msg00100.html) that changed the assembly mnemonic 'move' or be 'or' instead of [d]addu. A similar commit for LLVM also exists. (http://reviews.llvm.org/D11796)
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM But there are three additional test cases require update: la25-stub-npic-shared.test, plt-entry-mixed-2.test, plt-entry-mixed-4.test. Do you have commit access? If you do not, I can commit the patch with the fix for three additional test cases.
Comment Actions
Updated la25-stub-npic-shared.test, plt-entry-mixed-2.test, plt-entry-mixed-4.test. I don't have commit access.
Thanks.