llvm-6502/test/MC/ELF
Rafael Espindola b142bef30b Represent relocations against local symbols as relocations against the section
they are in. Both ways should be equivalent, but gas produces relocations
against the section.

Roman wrote the patch, I added the test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114667 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-23 17:25:18 +00:00
..
align-bss.s Correctly align bss. 2010-09-22 17:43:04 +00:00
align.s Avoid some Mach-O specific alignment being done on ELF. 2010-09-22 22:27:05 +00:00
basic-elf.ll Produce a R_X86_64_32 when the value is >=0. 2010-09-20 19:20:47 +00:00
bss.ll
common.s Implement support for .local and its "interesting" interactions with .comm. 2010-09-21 00:24:38 +00:00
dg.exp
empty.s Print the address of sections as 0 and create the metadata sections in the 2010-09-16 19:46:31 +00:00
file.s Make sure the STT_FILE symbol is the first one in the symbol table. 2010-09-18 15:03:21 +00:00
local-reloc.s Represent relocations against local symbols as relocations against the section 2010-09-23 17:25:18 +00:00
norelocation.s Add test that was missing in my previous commit. 2010-09-18 00:37:27 +00:00
relocation.s Produce a R_X86_64_32 when the value is >=0. 2010-09-20 19:20:47 +00:00
section.s Make sure that names like .note.GNU-stack are accepted as valid section names. 2010-09-16 17:05:55 +00:00
sleb.s
uleb.s
zero.s Add support for the .zero directive. 2010-09-16 15:03:59 +00:00