llvm-6502/test/MC/ELF
Eli Friedman 78c1e1781c PR9352: Always emit a relocation for weak symbols. Not emitting relocations
for calls to weak symbols with a definition has the appearance of working
with LLVM-generated code because weak symbol definitions are put in their
own sections.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126933 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-03 07:24:36 +00:00
..
abs.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
alias-reloc.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
alias.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
align-bss.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
align-nops.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
align-size.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
align-text.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
align.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
bad-section.s Jörg Sonnenberger noticed that we were missing this test. 2011-01-24 19:40:38 +00:00
basic-elf-32.s Convert MC tests to .s so codegen changes won't break them. 2011-01-03 23:47:14 +00:00
basic-elf-64.s Convert MC tests to .s so codegen changes won't break them. 2011-01-03 23:47:14 +00:00
bracket-exprs.s split this test into arch specific pieces, so the ARM 2011-02-25 19:06:35 +00:00
bracket.s Restore r125595 (reverted in r126336) with modifications: 2011-02-24 21:59:22 +00:00
bss.ll
call-abs.s Convert MC tests to .s so codegen changes won't break them. 2011-01-03 23:47:14 +00:00
cfi-advance-loc2.s Fix bug when trying to output uint16_t or uint32_t. 2010-12-29 02:30:49 +00:00
cfi-def-cfa-offset.s Relax address updates in the eh_frame section. 2010-12-28 05:39:27 +00:00
cfi-def-cfa-register.s Implement cfi_def_cfa_register. 2010-12-29 00:26:06 +00:00
cfi-def-cfa.s Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks 2010-12-29 01:42:56 +00:00
cfi-offset.s Add support for specifying register name in cfi-register/offset/def 2011-01-27 17:16:37 +00:00
cfi-remember.s Implement .cfi_remember_state and .cfi_restore_state. 2010-12-28 18:36:23 +00:00
cfi-zero-addr-delta.s Don't produce a "DW_CFA_advance_loc 0". 2010-12-28 23:38:03 +00:00
cfi.s Correctly encode pcrel|indirect. 2010-12-29 04:31:26 +00:00
comdat.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
common2.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
common.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
debug-line.s Fix test. 2010-11-01 17:10:53 +00:00
debug-loc.s Fix the encoding of negative line deltas. 2010-11-13 01:06:27 +00:00
dg.exp Add support for leb128 of absolute expressions. 2010-09-11 16:45:15 +00:00
diff2.s Add a MCObjectFormat class so that code common to all targets that use a 2010-10-16 18:23:53 +00:00
diff.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
elf_directive_previous.s actually, move the elf tests into the existing elf dir. 2010-10-02 18:53:48 +00:00
elf_directive_section.s actually, move the elf tests into the existing elf dir. 2010-10-02 18:53:48 +00:00
empty-dwarf-lines.s Fixed version of 121434 with no new memory leaks. 2010-12-10 07:39:47 +00:00
empty.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
entsize.ll Update tests. 2011-01-16 18:02:57 +00:00
entsize.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
file.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
global-offset.s Handle _GLOBAL_OFFSET_TABLE_ correctly. 2010-10-20 16:46:08 +00:00
got.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
ident.s Add support for .ident. 2010-10-26 19:35:47 +00:00
invalid-symver.s Produce an error for an invalid use of .symver. 2010-10-27 17:56:18 +00:00
leb128.s Add support for expressions in .sleb/.uleb directives. 2010-11-02 17:22:24 +00:00
local-reloc.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
merge.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
n_bytes.s Add support for .int. 2010-11-17 16:24:40 +00:00
no-fixup.s Add a test that shows that we produce no fixups when computing the difference 2010-12-18 05:07:45 +00:00
noexec.s Add support for the --noexecstack option. 2011-01-23 17:55:27 +00:00
norelocation.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
org.s Add some limited support for labels in org directives. Hopefully enough to fix 2011-02-20 20:20:07 +00:00
pic-diff.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
plt.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
pr9292.s Put in the symbol table symbols only used in a .globl statement. 2011-02-23 20:22:07 +00:00
relax-arith.s Implement some relaxations for arithmetic instructions. The limitation 2010-10-26 14:09:12 +00:00
relax-crash.s Relax dwarf line fragments. This fixes a crash in the included testcase. 2010-11-07 02:07:12 +00:00
relax.s Gas is very inconsistent about when a relaxation/relocation is needed. Do 2011-02-16 03:25:55 +00:00
relocation-386.s Test for push being relaxed. 2010-12-18 01:16:59 +00:00
relocation-pc.s Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4. 2011-02-21 23:25:41 +00:00
relocation.s Add support for lowercase variants. 2011-01-23 16:11:25 +00:00
rename.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
section.s Handle strings in section names the same way as gas: 2011-01-24 18:02:54 +00:00
set.s Set the value of absolute symbols. 2010-12-20 21:14:39 +00:00
sleb.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
symref.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
tls-i386.s Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly 2010-11-24 18:51:21 +00:00
tls.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
type.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
uleb.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
undef2.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00
undef.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
weak-relocation.s PR9352: Always emit a relocation for weak symbols. Not emitting relocations 2011-03-03 07:24:36 +00:00
weak.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
weakref-plt.s Make AliasedSymbol able to handle MCTargetExpr. They can get here if 2010-11-11 17:24:43 +00:00
weakref-reloc.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
weakref.s Print all 64bits for st_value and st_size. Adjust tests accordingly. 2010-12-20 20:49:43 +00:00
zero.s Fixing r116753 r116756 r116777 2010-10-19 17:39:10 +00:00