[AVR] Add ELF constants to headers
authorDylan McKay <dylanmckay34@gmail.com>
Fri, 23 Oct 2015 06:05:55 +0000 (06:05 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Fri, 23 Oct 2015 06:05:55 +0000 (06:05 +0000)
commitbd1e97920ae282c0a8353173941ef5cef44c94cd
treeef06b891b0efacbd61f2dd9cce57d22808370c57
parent2589d468794701ca413048abb7b5806337556ed7
[AVR] Add ELF constants to headers

Also adds a 'trivial' ELF file. This was generated by assembling
and linking a file with the symbol main which contains a single
return instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251096 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELFObjectFile.h
include/llvm/Support/ELF.h
include/llvm/Support/ELFRelocs/AVR.def [new file with mode: 0644]
lib/Object/ELFYAML.cpp
test/Object/Inputs/trivial-object-test.elf-avr [new file with mode: 0755]
test/Object/obj2yaml.test