[PATCH] D12103: MIPS now uses 'or' for move instead of [d]addu.

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 07:11:18 PDT 2015


sdardis created this revision.
sdardis added a reviewer: atanasyan.
sdardis added a subscriber: llvm-commits.
sdardis added a project: lld.

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)

http://reviews.llvm.org/D12103

Files:
  lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp
  test/elf/Mips/plt-entry-mixed-1.test
  test/elf/Mips/plt-entry-r6-be.test
  test/elf/Mips/plt-entry-r6.test
  test/elf/Mips/plt-header-be.test
  test/elf/Mips/plt-header-mixed.test
  test/elf/Mips/plt-header.test
  test/elf/Mips/rel-dynamic-01.test
  test/elf/Mips/rel-dynamic-03.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12103.32411.patch
Type: text/x-patch
Size: 6441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150818/397c3b19/attachment.bin>


More information about the llvm-commits mailing list