summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/DefaultELFLayout.h
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Chop the ELF prefix off of most things.Michael J. Spencer2013-01-291-658/+0
| | | | llvm-svn: 173838
* [ELF] Fix header sort order.Michael J. Spencer2013-01-291-7/+7
| | | | llvm-svn: 173822
* [ELF] Add support for IFUNC.Michael J. Spencer2013-01-291-1/+25
| | | | | | | | This sadly doesn't have a test for the final output because llvm-objdump can't dump relocations that don't belong to a section :( llvm-svn: 173808
* [ELF] Give Chunk a ELFTargetInfo.Michael J. Spencer2013-01-291-4/+4
| | | | llvm-svn: 173743
* add register section, remove contentType from sectionKeyShankar Easwaran2013-01-281-45/+48
| | | | llvm-svn: 173709
* [ELF][X86-64] Use the correct base address.Michael J. Spencer2013-01-251-1/+1
| | | | llvm-svn: 173527
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-6/+8
| | | | | | | | I really would have liked to split this patch up, but it would greatly complicate the lld-core and lld drivers having to deal with both {Reader,Writer}Option and TargetInfo. llvm-svn: 173217
* no functionality changes(split WriterELF into multiple files)Shankar Easwaran2013-01-211-0/+629
llvm-svn: 173082
OpenPOWER on IntegriCloud