Nico Rieck
|
f89da7210b
|
Replace coff-/elf-dump with llvm-readobj
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179361 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-04-12 04:06:46 +00:00 |
|
David Meyer
|
5f7692604d
|
For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue (literal values). Previously only called on expressions in instructions. New test cases added to tls.s, tls-i386.s. Resolves PR11981.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150582 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-02-15 15:09:06 +00:00 |
|
Rafael Espindola
|
251a2bbfb0
|
print st_shndx with the correct number of bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136880 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-08-04 15:50:13 +00:00 |
|
Rafael Espindola
|
67ac0c0d63
|
print st_other with the correct number of bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136877 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-08-04 15:38:19 +00:00 |
|
Rafael Espindola
|
71a8f5ca12
|
print st_type with the correct number of bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136875 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-08-04 15:24:00 +00:00 |
|
Rafael Espindola
|
d7c278326f
|
Print st_bind with the correct number of bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136874 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-08-04 15:10:35 +00:00 |
|
Rafael Espindola
|
65ad8dc807
|
Another counter goes decimal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136871 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-08-04 14:27:46 +00:00 |
|
Joerg Sonnenberger
|
d02c8b6cc1
|
Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.
While here, add VK_ARM_TPOFF and VK_ARM_GOTTPOFF, too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127780 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-03-17 00:35:10 +00:00 |
|
Rafael Espindola
|
bf8209daf8
|
Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly
sets the type of a symbol to STT_TLS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120100 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-11-24 18:51:21 +00:00 |
|