hanchenye-llvm-project/lld/test/elf2
Rui Ueyama 4eed0114c5 ELF2: Use 'a.out' as default output file name.
llvm-svn: 248831
2015-09-29 21:49:40 +00:00
..
Inputs Update test to use invalid elf file in archives. 2015-09-29 18:44:18 +00:00
aarch64-relocs.s Enable the aarch64 tests. 2015-09-28 12:22:25 +00:00
allow-multiple-definition.s Implement --allow-multiple-definition. 2015-09-28 20:30:11 +00:00
archive.s [elf2] Add basic archive file support. 2015-09-04 22:28:10 +00:00
basic-aarch64.s Enable the aarch64 tests. 2015-09-28 12:22:25 +00:00
basic-freebsd.s [ELF2] Fix binaries so they actually run on FreeBSD. 2015-09-25 01:59:13 +00:00
basic-mips.s [ELF2] Add initial MIPS support 2015-09-29 05:34:03 +00:00
basic.s ELF2: Use 'a.out' as default output file name. 2015-09-29 21:49:40 +00:00
basic32.s Create the .bss section early so that we don't have to set it after the fact. 2015-09-23 18:25:05 +00:00
basic32be.s Create the .bss section early so that we don't have to set it after the fact. 2015-09-23 18:25:05 +00:00
basic64be.s Create the .bss section early so that we don't have to set it after the fact. 2015-09-23 18:25:05 +00:00
bss.s Create the .bss section early so that we don't have to set it after the fact. 2015-09-23 18:25:05 +00:00
common.s Use a MapVector to output symbols in a deterministic order. 2015-09-17 18:26:25 +00:00
discard-locals.s [ELF2] Add ASCII representation of the string table to test. 2015-09-23 01:56:26 +00:00
discard-none.s [ELF2] Add support for -discard-none. 2015-09-24 15:08:23 +00:00
dynamic-reloc-index.s Use a MapVector to output symbols in a deterministic order. 2015-09-17 18:26:25 +00:00
dynamic-reloc.s Don't include fully resolved relocations in the dynamic relocation table. 2015-09-28 20:18:40 +00:00
entry.s [ELF2] Implemented --entry flag. 2015-09-29 16:40:13 +00:00
global_offset_table.s Add support for the _GLOBAL_OFFSET_TABLE_ symbol. 2015-09-24 13:34:01 +00:00
got.s Start adding support for creating the GOT. 2015-09-18 14:40:19 +00:00
incompatible.s Start adding support for creating shared libraries. 2015-09-11 22:42:45 +00:00
init_array.s Add support for creating the symbols __init_array_start and __init_array_end. 2015-09-25 18:56:53 +00:00
invalid-elf.test Update test to use invalid elf file in archives. 2015-09-29 18:44:18 +00:00
invalid-relocations.test Remove irrelevant parts of the test. 2015-08-28 02:53:05 +00:00
libsearch.s Add support for -L and -l command line switches. 2015-09-28 12:52:21 +00:00
lit.local.cfg Rename asm tests to .s. NFC. 2015-08-05 12:14:51 +00:00
local-dynamic.s [ELF2] Fill up local symbols fields correctly. 2015-09-18 01:08:17 +00:00
local.s Add support for local absolute symbols. 2015-09-28 18:29:47 +00:00
many-sections.s Add support for reading files with more than 0xff00 sections. 2015-08-24 21:43:25 +00:00
no-inhibit-exec.s Implement --noinhibit-exec. 2015-09-25 19:24:57 +00:00
output-section.s Bug fix: Assign output section indexes *after* sorting them. 2015-09-08 18:08:57 +00:00
plt-i686.s Start adding target abstractions. 2015-09-22 18:19:46 +00:00
plt.s Add support for got/ptl referring to symbols defined in .o files. 2015-09-28 19:48:34 +00:00
program-header-layout.s [elf2] Extend program-header-layout.s to check that read only sections are correctly merged into the first PT_LOAD. 2015-09-17 21:19:56 +00:00
relocation-32S-error.s [elf2] Add R_X86_64_32S. 2015-09-16 00:24:19 +00:00
relocation-absolute.s Fix test to actually test something. 2015-09-16 12:50:32 +00:00
relocation-common.s Create the .bss section early so that we don't have to set it after the fact. 2015-09-23 18:25:05 +00:00
relocation-errors.s [elf2] Simplify overflow checks. 2015-09-16 02:02:04 +00:00
relocation-i686.s Add support for R_386_GOT32. 2015-09-29 14:42:37 +00:00
relocation-local.s [ELF2] Support relocs for local symbols 2015-09-21 19:30:11 +00:00
relocation-undefined-weak.s [elf2] Improve relocation-undefined-weak.s test. 2015-09-19 00:15:38 +00:00
relocation.s Add support for relocating R_X86_64_GOTPCREL. 2015-09-23 20:08:25 +00:00
resolution.s Use a MapVector to output symbols in a deterministic order. 2015-09-17 18:26:25 +00:00
section-align-0.test [elf2] Correctly handle sections with an alignment of 0. Spec says to treat it as an alignment of 1. 2015-09-05 00:25:33 +00:00
shared.s Don't complain about symbols showing up in multible shared libraries. 2015-09-23 14:23:59 +00:00
string-table.s Create a PT_LOAD program header for the start of the file. 2015-09-10 15:41:34 +00:00
symbols.s Create the .bss section early so that we don't have to set it after the fact. 2015-09-23 18:25:05 +00:00
sysroot.s [ELF2] Add --sysroot command line switch 2015-09-28 15:01:59 +00:00
undef-start.s Fix handling of _start being undefined. 2015-09-11 21:44:55 +00:00
undef.s Print more information about undefined symbols. 2015-09-23 14:37:01 +00:00
visibility.s Create a PT_LOAD program header for the start of the file. 2015-09-10 15:41:34 +00:00