[PATCH] D13659: Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MIPS_32.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 23:41:29 PDT 2015


dsanders updated this revision to Diff 38629.
dsanders added a comment.

Moved .reloc related things near to .value related things.
s/fixup_Mips_None/fixup_Mips_NONE/g
Check that the expression is relocatable.


http://reviews.llvm.org/D13659

Files:
  include/llvm/MC/MCAsmBackend.h
  include/llvm/MC/MCObjectStreamer.h
  include/llvm/MC/MCStreamer.h
  lib/MC/MCAsmBackend.cpp
  lib/MC/MCAsmStreamer.cpp
  lib/MC/MCObjectStreamer.cpp
  lib/MC/MCParser/AsmParser.cpp
  lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
  lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
  lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
  test/MC/Mips/reloc-directive-bad.s
  test/MC/Mips/reloc-directive.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13659.38629.patch
Type: text/x-patch
Size: 14663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151028/543459e7/attachment.bin>


More information about the llvm-commits mailing list