llvm-6502/test/MC
Tim Northover 5b003bb869 llvm-readobj: fix MachO relocatoin printing a bit.
There were two issues here:
1. At the very least, scattered relocations cannot use the same code to
   determine the corresponding symbol being referred to. For some reason we
   pretend there is no symbol, even when one actually exists in the symtab, so to
   match this behaviour getRelocationSymbol should simply return symbols_end for
   scattered relocations.
2. Printing "-" when we can't get a symbol (including the scattered case, but
   not exclusively), isn't that helpful. In both cases there *is* interesting
   information in that field, so we should print it. As hex will do.

Small part of rdar://problem/17553104

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212332 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-04 10:57:56 +00:00
..
AArch64 llvm-readobj: fix MachO relocatoin printing a bit. 2014-07-04 10:57:56 +00:00
ARM ARM: take care not to set the ThumbFunc bit on TLS data symbols 2014-06-30 09:37:24 +00:00
AsmParser Allow using .cfi_startproc without a leading symbol. 2014-06-23 15:34:32 +00:00
COFF Fix .seh_stackalloc 0 2014-07-01 00:42:47 +00:00
Disassembler [mips][mips64r6] Correct the encoding of dmuh, dmuhu, dmul, and dmulu. 2014-07-04 10:08:27 +00:00
ELF Avoid revocations when possible. 2014-07-01 14:34:30 +00:00
MachO llvm-readobj: fix MachO relocatoin printing a bit. 2014-07-04 10:57:56 +00:00
Markup MC: Simple example parser for MC assembly markup. 2012-10-31 23:24:13 +00:00
Mips [mips][mips64r6] Correct the encoding of dmuh, dmuhu, dmul, and dmulu. 2014-07-04 10:08:27 +00:00
PowerPC Emit DWARF3 call frame information when DWARF3+ debug info is requested 2014-06-19 15:39:33 +00:00
Sparc Reduce verbiage of lit.local.cfg files 2014-06-09 22:42:55 +00:00
SystemZ Reduce verbiage of lit.local.cfg files 2014-06-09 22:42:55 +00:00
X86 [X86] Limit maximum nop length on Silvermont 2014-07-04 07:14:56 +00:00