summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/reloc-directive-elf-32.s
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Support .reloc *, R_{386,X86_64}_NONE, *Fangrui Song2019-05-171-0/+31
This can be used to create references among sections. When --gc-sections is used, the referenced section will be retained if the origin section is retained. See R_MIPS_NONE (D13659), R_ARM_NONE (D61992), R_AARCH64_NONE (D61973) for similar changes. Reviewed By: rnk Differential Revision: https://reviews.llvm.org/D62014 llvm-svn: 360983
OpenPOWER on IntegriCloud