[PATCH] D28639: [NDS32 2/22] Add NDS32 ELF defines

Shiva Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 23:10:58 PST 2017


shiva0217 created this revision.
shiva0217 added a subscriber: llvm-commits.

Add the necessary definitions for NDS32 ELF files, including relocs. 
Also make necessary trivial change to ELFYaml, llvm-objdump, and llvm-readobj in order to work with NDS32 ELFs.


https://reviews.llvm.org/D28639

Files:
  include/llvm/Object/ELFObjectFile.h
  include/llvm/Object/RelocVisitor.h
  include/llvm/Support/ELF.h
  include/llvm/Support/ELFRelocs/NDS32.def
  lib/Object/ELF.cpp
  lib/ObjectYAML/ELFYAML.cpp
  tools/llvm-objdump/llvm-objdump.cpp
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28639.84229.patch
Type: text/x-patch
Size: 9979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170113/afbaf45d/attachment.bin>


More information about the llvm-commits mailing list