mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
28b186f3cc
In a relocation target can take 3 basic forms * A r_value in scattered relocations. * A symbol in external relocations. * A section is non-external relocations. Have the dump reflect that. With this change we go from CHECK-NEXT: Extern: 0 CHECK-NEXT: Type: X86_64_RELOC_SUBTRACTOR (5) CHECK-NEXT: Symbol: 0x2 CHECK-NEXT: Scattered: 0 To just // CHECK-NEXT: Type: X86_64_RELOC_SUBTRACTOR (5) // CHECK-NEXT: Section: __data (2) Since the relocation is with a section, we print the seciton name and don't need to say that it is not scattered or external. Someone motivated can add further special cases for things like ARM64_RELOC_ADDEND and ARM_RELOC_PAIR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240073 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
ARM | ||
Inputs | ||
bigobj.test | ||
codeview-linetables.test | ||
coff-arm-baserelocs.test | ||
coff-basereloc.test | ||
coff-directives.test | ||
coff-exports.test | ||
coff-file-sections-reading.test | ||
coff-non-null-terminated-file.test | ||
coff-zero-string-table.test | ||
cxx-cli-aux.test | ||
dynamic.test | ||
elf-dtflags.test | ||
file-headers.test | ||
imports.test | ||
macho-universal-x86_64.i386.test | ||
mips-abiflags.test | ||
mips-got.test | ||
mips-options.test | ||
mips-reginfo.test | ||
peplus.test | ||
program-headers.test | ||
reloc-types.test | ||
relocations.test | ||
rpath.test | ||
sections-ext.test | ||
sections.test | ||
symbols.test |