binutils-gdb/ld/testsuite/ld-elf
Nick Clifton fbaf61ad52 Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream!
We have not only removed all unsupported and obsolete code, but also supported lost of new features,
including better link-time relaxations and TLS implementations. Besides, the files generated by the
newly assembler and linker usually get higher performance and more optimized code size.

ld	* emultempl/nds32elf.em (hyper_relax): New variable.
	(nds32_elf_create_output_section_statements):
	the parameters of bfd_elf32_nds32_set_target_option
	(PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_OPTIONS,
	PARSE_AND_LIST_ARGS_CASES): Add new option --mhyper-relax.
	* emultempl/nds32elf.em (nds32_elf_after_open): Updated.
	* emultempl/nds32elf.em (tls_desc_trampoline): New variable.
	* (nds32_elf_create_output_section_statements): Updated.
	* (nds32_elf_after_parse): Disable relaxations when PIC is enable.
	* (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_OPTIONS,
	PARSE_AND_LIST_ARGS_CASES): Add new option --m[no-]tlsdesc-trampoline.

include	* elf/nds32.h: Remove the unused target features.
	* dis-asm.h (disassemble_init_nds32): Declared.
	* elf/nds32.h (E_NDS32_NULL): Removed.
	(E_NDS32_HAS_DSP_INST, E_NDS32_HAS_ZOL): New.
	* opcode/nds32.h: Ident.
	(N32_SUB6, INSN_LW): New macros.
	(enum n32_opcodes): Updated.
	* elf/nds32.h: Doc fixes.
	* elf/nds32.h: Add R_NDS32_LSI.
	* elf/nds32.h: Add new relocations for TLS.

gas 	* config/tc-nds32.c: Remove the unused target features.
	(nds32_relax_relocs, md_pseudo_table, nds32_elf_record_fixup_exp,
	nds32_set_elf_flags_by_insn, nds32_insert_relax_entry,
	nds32_apply_fix): Likewise.
	(nds32_no_ex9_begin): Removed.
	* config/tc-nds32.c (add_mapping_symbol_for_align,
	make_mapping_symbol, add_mapping_symbol): New functions.
	* config/tc-nds32.h (enum mstate): New.
	(nds32_segment_info_type): Likewise.
	* configure.ac (--enable-dsp-ext, --enable-zol-ext): New options.
	* config.in: Regenerated.
	* configure: Regenerated.
	* config/tc-nds32.c (nds32_dx_regs):
	Set the value according to the configuration.
	(nds32_perf_ext, nds32_perf_ext2, nds32_string_ext, nds32_audio_ext):
	Likewise.
	(nds32_dsp_ext): New variable. Set the value according to the
	configuration.
	(nds32_zol_ext): Likewise.
	(asm_desc, nds32_pseudo_opcode_table): Make them static.
	(nds32_set_elf_flags_by_insn): Updated.
	(nds32_check_insn_available): Updated.
	(nds32_str_tolower): New function.
	* config/tc-nds32.c (relax_table): Updated.
	(md_begin): Updated.
	(md_assemble): Use XNEW macro to allocate space for `insn.info',
	and then remember to free it.
	(md_section_align): Cast (-1) to ValueT.
	(nds32_get_align): Cast (~0U) to addressT.
	(nds32_relax_branch_instructions): Updated.
	(md_convert_frag): Add new local variable `final_r_type'.
	(invalid_prev_frag): Add new bfd_boolean parameter `relax'.
	All callers changed.
	* config/tc-nds32.c (struct nds32_relocs_pattern): Add `insn' field.
	(struct nds32_hint_map): Add `option_list' field.
	(struct suffix_name, suffix_table): Remove the unused `pic' field.
	(do_pseudo_b, do_pseudo_bal): Remove the suffix checking.
	(do_pseudo_la_internal, do_pseudo_pushpopm): Indent.
	(relax_hint_bias, relax_hint_id_current): New static variables.
	(reset_bias, relax_hint_begin): New variables.
	(nds_itoa): New function.
	(CLEAN_REG, GET_OPCODE): New macros.
	(struct relax_hint_id): New.
	(nds32_relax_hint): For .relax_hint directive, we can use `begin'
	and `end' to mark the relax pattern without giving exactly id number.
	(nds32_elf_append_relax_relocs): Handle the case that the .relax_hint
	directives are attached to pseudo instruction.
	(nds32_elf_save_pseudo_pattern): Change the second parameter from
	instruction's opcode to byte code.
	(nds32_elf_build_relax_relation): Add new bfd_boolean parameter
	`pseudo_hint'.
	(nds32_lookup_pseudo_opcode): Fix the overflow issue.
	(enum nds32_insn_type): Add N32_RELAX_ALU1 and N32_RELAX_16BIT.
	(nds32_elf_record_fixup_exp, relax_ls_table, hint_map,
	nds32_find_reloc_table, nds32_match_hint_insn, nds32_parse_name):
	Updated.
	* config/tc-nds32.h (MAX_RELAX_NUM): Extend it to 6.
	(enum nds32_relax_hint_type): Merge NDS32_RELAX_HINT_LA and
	NDS32_RELAX_HINT_LS into NDS32_RELAX_HINT_LALS. Add
	NDS32_RELAX_HINT_LA_PLT, NDS32_RELAX_HINT_LA_GOT and
	NDS32_RELAX_HINT_LA_GOTOFF.
	* config/tc-nds32.h (relax_ls_table): Add floating load/store
	to gp relax pattern.
	(hint_map, nds32_find_reloc_table): Likewise.
	* configure.ac: Define NDS32_LINUX_TOOLCHAIN.
	* configure: Regenerated.
	* config.in: Regenerated.
	* config/tc-nds32.h (enum nds32_ramp): Updated.
	(enum nds32_relax_hint_type): Likewise.
	* config/tc-nds32.c: Include "errno.h" and "limits.h".
	(relax_ls_table): Add TLS relax patterns.
	(nds32_elf_append_relax_relocs): Attach BFD_RELOC_NDS32_GROUP on
	each instructions of TLS patterns.
	(nds32_elf_record_fixup_exp): Updated.
	(nds32_apply_fix): Likewise.
	(suffix_table): Add TLSDESC suffix.

binutils* testsuite/binutils-all/objcopy.exp: Set the unsupported reloc number
	from 215 to 255 for NDS32.

bfd	* elf32-nds32.c (nds32_elf_relax_loadstore):
	Remove the unused target features.
	(bfd_elf32_nds32_set_target_option): Remove the unused parameters.
	(nds32_elf_relax_piclo12, nds32_elf_relax_letlslo12,
	nds32_elf_relax_letlsadd, nds32_elf_relax_letlsls,
	nds32_elf_relax_pltgot_suff, nds32_elf_relax_got_suff
	nds32_elf_relax_gotoff_suff, calculate_plt_memory_address,
	calculate_plt_offset, calculate_got_memory_address,
	nds32_elf_check_dup_relocs): Removed.
	All callers changed.
	* elf32-nds32.h: Remove the unused macros and defines.
	(elf_nds32_link_hash_table): Remove the unused variable.
	(bfd_elf32_nds32_set_target_option): Update prototype.
	(nds32_elf_ex9_init): Removed.
	* elf32-nds32.c (nds32_convert_32_to_16): Updated.
	* elf32-nds32.c (HOWTO2, HOWTO3): Define new HOWTO macros
	to initialize array nds32_elf_howto_table in any order
	without lots of EMPTY_HOWTO.
	(nds32_reloc_map): Updated.
	* reloc.c: Add BFD_RELOC_NDS32_LSI.
	* bfd-in2.h: Regenerated.
	* bfd/libbfd.h: Regenerated.
	* elf32-nds32.c (nds32_elf_relax_howto_table): Add R_NDS32_LSI.
	(nds32_reloc_map): Likewise.
	(nds32_elf_relax_flsi): New function.
	(nds32_elf_relax_section): Support floating load/store relaxation.
	* elf32-nds32.c (NDS32_GUARD_SEC_P, elf32_nds32_local_gp_offset):
	New macro.
	(struct elf_nds32_link_hash_entry): New `offset_to_gp' field.
	(struct elf_nds32_obj_tdata): New `offset_to_gp' and `hdr_size' fields.
	(elf32_nds32_allocate_local_sym_info, nds32_elf_relax_guard,
	nds32_elf_is_target_special_symbol, nds32_elf_maybe_function_sym):
	New functions.
	(nds32_info_to_howto_rel): Add BFD_ASSERT.
	(bfd_elf32_bfd_reloc_type_table_lookup, nds32_elf_link_hash_newfunc,
	nds32_elf_link_hash_table_create, nds32_elf_relocate_section,
	nds32_elf_relax_loadstore, nds32_elf_relax_lo12, nds32_relax_adjust_label,
	bfd_elf32_nds32_set_target_option, nds32_fag_mark_relax): Updated.
	(nds32_elf_final_sda_base): Improve it to find the better gp value.
	(insert_nds32_elf_blank): Must consider `len' when inserting blanks.
	* elf32-nds32.h (bfd_elf32_nds32_set_target_option): Update prototype.
	(struct elf_nds32_link_hash_table): Add new variable `hyper_relax'.
	* elf32-nds32.c (elf32_nds32_allocate_dynrelocs): New function.
	(create_got_section): Likewise.
	(allocate_dynrelocs, nds32_elf_size_dynamic_sections,
	nds32_elf_relocate_section, nds32_elf_finish_dynamic_symbol): Updated.
	(nds32_elf_check_relocs): Fix the issue that the shared library may
	has TEXTREL entry in the dynamic section.
	(nds32_elf_create_dynamic_sections): Enable to call readonly_dynrelocs
	since the TEXTREL issue is fixed in the nds32_elf_check_relocs.
	(nds32_elf_finish_dynamic_sections): Update and add DT_RELASZ
	dynamic entry.
	(calculate_offset): Remove the unused parameter `pic_ext_target' and
	related codes.
	All callers changed.
	(elf_backend_dtrel_excludes_plt): Disable it temporarily since it
	will cause some errors for our test cases.
	* elf32-nds32.c (nds32_elf_merge_private_bfd_data): Allow to link the
	generic object.
	* reloc.c: Add TLS relocations.
	* libbfd.h: Regenerated.
	* bfd-in2.h: Regenerated.
	* elf32-nds32.h (struct section_id_list_t): New.
	(elf32_nds32_lookup_section_id, elf32_nds32_check_relax_group,
	elf32_nds32_unify_relax_group, nds32_elf_unify_tls_model):
	New prototypes.
	(elf32_nds32_compute_jump_table_size, elf32_nds32_local_tlsdesc_gotent):
	New macro.
	(nds32_insertion_sort, bfd_elf32_nds32_set_target_option,
	elf_nds32_link_hash_table): Updated.
	* elf32-nds32.c (enum elf_nds32_tls_type): New.
	(struct elf32_nds32_relax_group_t, struct relax_group_list_t): New.
	(elf32_nds32_add_dynreloc, patch_tls_desc_to_ie, get_tls_type,
	fls, ones32, list_insert, list_insert_sibling, dump_chain,
	elf32_nds32_check_relax_group, elf32_nds32_lookup_section_id,
	elf32_nds32_unify_relax_group, nds32_elf_unify_tls_model): New functions.
	(elf_nds32_obj_tdata): Add new fields.
	(elf32_nds32_relax_group_ptr, nds32_elf_local_tlsdesc_gotent): New macros.
	(nds32_elf_howto_table): Add TLS relocations.
	(nds32_reloc_map): Likewise.
	(nds32_elf_copy_indirect_symbol, nds32_elf_size_dynamic_sections,
	nds32_elf_finish_dynamic_symbol, elf32_nds32_allocate_local_sym_info,
	nds32_elf_relocate_section, bfd_elf32_nds32_set_target_option,
	nds32_elf_check_relocs, allocate_dynrelocs): Updated.
	(nds32_elf_relax_section): Call nds32_elf_unify_tls_model.
	(dtpoff_base): Rename it to `gottpof' and then update it.

opcodes	* nds32-asm.c (operand_fields): Remove the unused fields.
	(nds32_opcodes): Remove the unused instructions.
	* nds32-dis.c (nds32_ex9_info): Removed.
	(nds32_parse_opcode): Updated.
	(print_insn_nds32): Likewise.
	* nds32-asm.c (config.h, stdlib.h, string.h): New includes.
	(LEX_SET_FIELD, LEX_GET_FIELD): Update defines.
	(nds32_asm_init, build_operand_hash_table, build_keyword_hash_table,
	build_opcode_hash_table): New functions.
	(nds32_keyword_table, nds32_keyword_count_table, nds32_field_table,
	nds32_opcode_table): New.
	(hw_ktabs): Declare it to a pointer rather than an array.
	(build_hash_table): Removed.
	* nds32-asm.h (enum): Add SYN_INPUT, SYN_OUTPUT, SYN_LOPT,
	SYN_ROPT and upadte HW_GPR and HW_INT.
	* nds32-dis.c (keywords): Remove const.
	(match_field): New function.
	(nds32_parse_opcode): Updated.
	* disassemble.c (disassemble_init_for_target):
	Add disassemble_init_nds32.
	* nds32-dis.c (eum map_type): New.
	(nds32_private_data): Likewise.
	(get_mapping_symbol_type, is_mapping_symbol, nds32_symbol_is_valid,
	nds32_add_opcode_hash_table, disassemble_init_nds32): New functions.
	(print_insn_nds32): Updated.
	* nds32-asm.c (parse_aext_reg): Add new parameter.
	(parse_re, parse_re2, parse_aext_reg): Only reduced registers
	are allowed to use.
	All callers changed.
	* nds32-asm.c (keyword_usr, keyword_sr): Updated.
	(operand_fields): Add new fields.
	(nds32_opcodes): Add new instructions.
	(keyword_aridxi_mx): New keyword.
	* nds32-asm.h (enum): Add NASM_ATTR_DSP_ISAEXT, HW_AEXT_ARIDXI_MX
	and NASM_ATTR_ZOL.
	(ALU2_1, ALU2_2, ALU2_3): New macros.
	* nds32-dis.c (nds32_filter_unknown_insn): Updated.
2018-09-20 13:32:58 +01:00
..
attributes.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
attributes.ld Add test to ensure that ternary linker script operators copy symbol flags. 2015-10-19 14:32:54 +01:00
attributes.s Add test to ensure that ternary linker script operators copy symbol flags. 2015-10-19 14:32:54 +01:00
audit.exp Ensure that binutils test names are unique. 2018-09-17 10:10:47 +01:00
audit.rd
begin.c
beginwarn.c
binutils.exp [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
changelma.d PR20659, Objcopy and change section lma failing 2018-05-12 16:03:44 +09:30
changelma.lnk PR20659, Objcopy and change section lma failing 2018-05-12 16:03:44 +09:30
changelma.s PR20659, Objcopy and change section lma failing 2018-05-12 16:03:44 +09:30
check-ptr-eq.c ld testsuite function pointer comparisons vs. hppa 2017-02-16 23:10:09 +10:30
comm1.c
comm-data1.s
comm-data1.sd MIPS/LD/testsuite: Adjust match patterns for special section indexes 2018-01-30 00:38:12 +00:00
comm-data2.ld Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
comm-data2.rd
comm-data2.s
comm-data2.sd
comm-data2.xd
comm-data2r.rd readelf ngettext fixes 2017-11-07 17:01:16 +10:30
comm-data2r.sd
comm-data2r.xd
comm-data3.sd
comm-data3a.s
comm-data3b.s
comm-data4.d Testsuite fixes for hppa64-hpux 2017-02-25 19:13:34 +10:30
comm-data4.s Testsuite fixes for hppa64-hpux 2017-02-25 19:13:34 +10:30
comm-data5.d A few hppa testcase tidies 2018-09-17 23:17:14 +09:30
comm-data5.s Testsuite fixes for hppa64-hpux 2017-02-25 19:13:34 +10:30
comm-data.exp MIPS/LD/testsuite: Correct dynamic links with VR4100, VR4300 and VR5000 2018-01-31 14:47:12 +00:00
commonpage1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
commonpage2.d
compress1-alt.s Fix riscv ld testsuite failure for compressed1d. 2017-11-14 17:02:43 -08:00
compress1.s Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
compress1a.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
compress1b.d
compress1c.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
compress.exp Ensure that binutils test names are unique. 2018-09-17 10:10:47 +01:00
compressed1a.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
compressed1b.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
compressed1c.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
compressed1d-alt.d Fix riscv ld testsuite failure for compressed1d. 2017-11-14 17:02:43 -08:00
compressed1d.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
compressed1e.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
data1.c
data1.h
data2.c
del.cc
depaudit2.rd
depaudit.rd
discard1.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
discard1.s
discard2.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
discard2.s
discard3.d
discard.ld
dl1.c
dl1.list
dl1.out
dl1main.c
dl2.c
dl2.list
dl2a.list
dl2a.out
dl2b.out
dl2main.c
dl2xxx.c
dl2xxx.list
dl3.cc
dl3.list
dl3a.out
dl3b.out
dl3header.h
dl3main.cc
dl4.c
dl4.list
dl4a.out
dl4b.out
dl4main.c
dl4xxx.c
dl4xxx.list
dl5.cc
dl5.out
dl6.c
dl6a.out
dl6amain.c
dl6b.out
dl6bmain.c
dl6cmain.c
dl6dmain.c
dummy.c
dummy.s x86: Properly add X86_ISA_1_NEEDED property 2018-08-11 06:41:33 -07:00
dwarf1.c
dwarf1.h
dwarf1.out
dwarf1main.c
dwarf2.err ld error/warning messages 2018-02-26 10:51:12 +10:30
dwarf2a.c bfd/dwarf: Improve use of previously loaded dwarf information 2017-02-16 13:06:13 +00:00
dwarf2b.c bfd/dwarf: Improve use of previously loaded dwarf information 2017-02-16 13:06:13 +00:00
dwarf3.c bfd/dwarf: Improve use of previously loaded dwarf information 2017-02-16 13:06:13 +00:00
dwarf3.err ld error/warning messages 2018-02-26 10:51:12 +10:30
dwarf.exp Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
dynamic1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
dynamic1.ld
dynamic1.s
dynamic-1.c
dynamic-1.rd
dynamic-1.syms
dynbss1.c
dynsym1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
eh1.d
eh1.s
eh1a.s
eh2.d
eh2a.s
eh3.d Remove .eh_frame zero terminators 2017-08-31 19:40:35 +09:30
eh3.s
eh3a.s
eh4.d ld-elf/eh4: Pass -z max-page-size=0x200000 -z noseparate-code to ld 2018-02-17 05:31:15 -08:00
eh4.s
eh4a.s
eh5.d Consolidate run_dump_test 2018-09-15 16:56:55 +09:30
eh5.s
eh5a.s
eh5b.s
eh6.d Align eh_frame FDEs according to their encoding 2017-03-05 14:49:54 +10:30
eh6.s Replace .long with .dc.a on my_personality_v0 2016-04-20 04:27:47 -07:00
eh-frame-hdr.d Consolidate run_dump_test 2018-09-15 16:56:55 +09:30
eh-frame-hdr.s
eh-group1.s
eh-group2.s
eh-group.exp Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
ehdr_start-missing.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
ehdr_start-missing.t
ehdr_start-shared.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
ehdr_start-strongref.s
ehdr_start-userdef.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
ehdr_start-userdef.t
ehdr_start-weak.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
ehdr_start.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
ehdr_start.s
elf.exp ld: Append -mx86-used-note=no to ASFLAGS 2018-08-31 04:48:05 -07:00
empty2.d
empty2.s
empty-implib.out BFD messages 2018-02-26 09:33:15 +10:30
empty.d
empty.s
end.c
endhidden.c
endprotected.c
endsym.d Add support for the Freescale s12z processor. 2018-05-18 15:26:18 +01:00
endsym.s Testsuite fixes for hppa64-hpux 2017-02-25 19:13:34 +10:30
exclude1.s
exclude2.s Don't re-export common symbols 2015-10-05 14:45:17 -07:00
exclude3.s
exclude3a.d
exclude3b.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
exclude3c.d
exclude.exp Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
export-class-def.s
export-class-dep.s
export-class-lib.s
export-class-lib.ver
export-class-ref.s
export-class.exp [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
export-class.sd
export-class.vd
expr1.d
expr1.s
expr1.t
fini0.s
fini1.s
fini2.s
fini3.s
fini.c
fini.out
finin.s
flags1.d Don't fudge p_vaddr when PHDR in segment 2016-12-13 09:37:37 +10:30
flags1.ld Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
flags1.s
foo0.s
foo1.s
foo2.s
foo3.s
foo.c
foo.map
foon.s
frame.exp Consolidate run_dump_test 2018-09-15 16:56:55 +09:30
frame.s
func1.c
gabiend.rt ld: relax alignment requirements of compressed .debug_* section checks 2015-12-07 17:52:25 +01:00
gabinormal.rt ld: relax alignment requirements of compressed .debug_* section checks 2015-12-07 17:52:25 +01:00
gap.s
global1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
globalaudit.rd globalaudit.rd: Allow additional bits in DT_FLAGS_1 2017-09-14 12:45:18 -07:00
gnubegin.rS Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] 2015-04-14 22:01:38 -07:00
gnunormal.rS Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] 2015-04-14 22:01:38 -07:00
group1.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
group1a.s
group1b.s
group2.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
group3a.d
group3a.s
group3b.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
group3b.s
group4.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
group5.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
group6.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
group7.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
group8.s
group8a.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
group8b.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
group9.s
group9a.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
group9b.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
group10.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
group10.s
group11.d ld: Allow section groups to be resolved as part of a relocatable link 2017-06-06 09:53:38 +01:00
group12.d ld: Allow section groups to be resolved as part of a relocatable link 2017-06-06 09:53:38 +01:00
group12.ld ld: Allow section groups to be resolved as part of a relocatable link 2017-06-06 09:53:38 +01:00
group.ld Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
hash.d Revise "ld testsuite use of notarget" 2018-07-11 16:39:04 +09:30
header.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
header.s
header.t
hidden.out
implib.rd Fix implib test failures 2016-07-21 11:30:34 +09:30
implib.s Testsuite fixes for hppa64-hpux 2017-02-25 19:13:34 +10:30
indirect1a.c
indirect1b.c PowerPC64 dot-sym testsuite fixes 2016-12-03 20:59:43 +10:30
indirect1c.c
indirect2.c PowerPC64 dot-sym testsuite fixes 2016-12-03 20:59:43 +10:30
indirect3.out
indirect3a.c
indirect3b.c PowerPC64 dot-sym testsuite fixes 2016-12-03 20:59:43 +10:30
indirect3c.c
indirect4.out
indirect4a.c
indirect4b.c PowerPC64 dot-sym testsuite fixes 2016-12-03 20:59:43 +10:30
indirect4c.c
indirect5.map Undo dynamic symbol state after regular object sym type mismatch 2017-04-17 23:14:37 +09:30
indirect5.out Undo dynamic symbol state after regular object sym type mismatch 2017-04-17 23:14:37 +09:30
indirect5a.c Undo dynamic symbol state after regular object sym type mismatch 2017-04-17 23:14:37 +09:30
indirect5b.c Undo dynamic symbol state after regular object sym type mismatch 2017-04-17 23:14:37 +09:30
indirect6a.c Undo dynamic symbol state after regular object sym type mismatch 2017-04-17 23:14:37 +09:30
indirect.exp BFD messages 2018-02-26 09:33:15 +10:30
init0.s
init1.s
init2.s
init3.s
init-fini-arrays.d PR21287, Inconsistent section type for .init_array and .init_array.42 2017-04-10 15:11:35 +09:30
init-fini-arrays.s PR21287, Inconsistent section type for .init_array and .init_array.42 2017-04-10 15:11:35 +09:30
init-mixed.c
init-mixed.out
init.c
init.out
initn.s
interleave-0.d Remove run_dump_test support for objcopy as a dump program 2018-09-15 16:24:18 +09:30
interleave-4.d Remove run_dump_test support for objcopy as a dump program 2018-09-15 16:24:18 +09:30
interleave.ld Objcopy interleave test 2017-12-07 23:04:15 +10:30
interleave.s Objcopy interleave test 2017-12-07 23:04:15 +10:30
libbarw.rd
linkinfo1.s
linkinfo1a.d x86: Update ld-elf/linkinfo1[ab].d for Solaris/x86 2018-01-18 16:23:51 -08:00
linkinfo1b.d x86: Update ld-elf/linkinfo1[ab].d for Solaris/x86 2018-01-18 16:23:51 -08:00
linkonce1.d New ARC implementation. 2015-10-07 14:20:19 +01:00
linkonce1a.s
linkonce1b.s
linkonce2.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
linkoncerdiff1.s
linkoncerdiff2.s Testsuite fixes for hppa64-hpux 2017-02-25 19:13:34 +10:30
linkoncerdiff.d Testsuite fixes for hppa64-hpux 2017-02-25 19:13:34 +10:30
linux-x86.exp x86: Properly add X86_ISA_1_NEEDED property 2018-08-11 06:41:33 -07:00
linux-x86.S x86: Properly add X86_ISA_1_NEEDED property 2018-08-11 06:41:33 -07:00
lma.lnk
lma.s
loadaddr1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
loadaddr1.t
loadaddr2.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
loadaddr2.t
loadaddr3.t
loadaddr3a.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
loadaddr3b.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
loadaddr.s
loadaddr.t
local1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
local1.map
local1.s
main.c
maxpage1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
maxpage1.s
maxpage2.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
maxpage3.t Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
maxpage3a.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
maxpage3b.d Early expression evaluation 2016-07-20 10:55:45 +09:30
maxpage3c.d
maxpage4.d
maxpage4.t
maxpage5.d
maxpage5.s
maxpage5.t
mbind1.s Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07:00
mbind1a.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
mbind1b.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
mbind1c.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
mbind2a.s Tweak MBIND ld test for ARM. 2017-04-07 18:24:38 +09:30
mbind2b.c Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07:00
merge2.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
merge2.s
merge3.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
merge3.s
merge.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
merge.ld
merge.s
multibss1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
multibss1.s
needed1.out
needed1a.c
needed1b.c
needed1c.c
needed2.ver
needed2a.c
needed2b.c
needed2c.c
needed3.c
new.cc
nobits-1.d Don't add PHDR for objcopy/strip or ld script specifying PHDRS 2016-12-13 09:37:59 +10:30
nobits-1.s
nobits-1.t
noload-1.d
noload-1.s
noload-1.t Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
noload-2.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
noload-3.d
noload-3.s
noload-3.t
normal.out
note1_1.s Stop generating GNU build notes for linkonce sections. 2018-05-14 15:32:43 +01:00
note1_2.s Stop generating GNU build notes for linkonce sections. 2018-05-14 15:32:43 +01:00
note1.r Stop generating GNU build notes for linkonce sections. 2018-05-14 15:32:43 +01:00
note-1.d Don't add PHDR for objcopy/strip or ld script specifying PHDRS 2016-12-13 09:37:59 +10:30
note-1.s
note-1.t
note-2.d Don't add PHDR for objcopy/strip or ld script specifying PHDRS 2016-12-13 09:37:59 +10:30
note-2.s
note-2.t
note-3.l More support for ld --hash-style in the ld testsuite 2017-08-08 07:22:36 +09:30
note-3.s
note-3.t PR22431, powerpc64 ld segfault when .plt discarded 2017-11-14 20:43:55 +10:30
notes.exp Restore LDFLAGS in notes.exp 2018-05-15 21:04:37 +09:30
now-1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
now-2.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
now-3.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
now-4.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
orphan2.d
orphan2.s
orphan3.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
orphan3a.s
orphan3b.s
orphan3c.s
orphan3d.s
orphan3e.s
orphan3f.s
orphan4.d
orphan4.ld
orphan4.s
orphan-5.d ld: Extend options for altering orphan handling behaviour. 2015-09-04 22:30:55 +01:00
orphan-5.l ld error/warning messages 2018-02-26 10:51:12 +10:30
orphan-6.d ld: Extend options for altering orphan handling behaviour. 2015-09-04 22:30:55 +01:00
orphan-6.l ld error/warning messages 2018-02-26 10:51:12 +10:30
orphan-7.d ld: Extend options for altering orphan handling behaviour. 2015-09-04 22:30:55 +01:00
orphan-7.map ld: Fix failures in new orphan handling tests. 2015-09-07 23:28:04 +01:00
orphan-8.d ld: Extend options for altering orphan handling behaviour. 2015-09-04 22:30:55 +01:00
orphan-8.map ld: Create test object files based on source file name 2016-11-04 12:04:11 +00:00
orphan-9.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
orphan-9.ld ld: Track changes to default region LMA even for empty sections 2017-03-09 21:11:06 +00:00
orphan-9.s ld: better handling of lma region for orphan sections 2017-03-09 21:11:05 +00:00
orphan-10.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
orphan-10.s ld: Track changes to default region LMA even for empty sections 2017-03-09 21:11:06 +00:00
orphan-11.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
orphan-11.ld LD/testsuite: Also discard `.MIPS.options' in orphan tests 2017-08-30 22:55:14 +01:00
orphan-11.s ld: Early detection of orphans we know will be discarded 2017-08-24 12:41:34 +01:00
orphan-12.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
orphan-12.s ld: Early detection of orphans we know will be discarded 2017-08-24 12:41:34 +01:00
orphan-region.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
orphan-region.ld
orphan-region.s
orphan.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
orphan.ld Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
orphan.s
overlay.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
overlay.s
overlay.t Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
pass.out
pie.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr349-1.s
pr349-2.s
pr349.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr2404.out [ld/testsuite] Fix pr2404 output. 2018-04-26 13:44:33 +00:00
pr2404a.c
pr2404b.c [ld/testsuite] Fix pr2404 output. 2018-04-26 13:44:33 +00:00
pr9676-1.c
pr9676-2.c
pr9676-3.c
pr9676-4.c
pr9676.rd
pr9679-1.c
pr9679-2.c
pr9679.rd
pr11138-1.c
pr11138-1.map
pr11138-2.c
pr11138-2.map
pr11138.out
pr11304.d
pr11304a.s
pr11304b.s
pr12851.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr12851.s
pr12975.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr12975.s
pr12975.t
pr13177.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr13177.s
pr13195.c
pr13195.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr13195.s
pr13195.t
pr13250-1.c
pr13250-2.c
pr13250-3.c
pr13839.d
pr13839.s
pr13839.t
pr14052.d
pr14052.t Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
pr14156a.d is_underscore_target for ld-elf tests 2017-06-18 11:56:19 +09:30
pr14156b.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr14156c.d
pr14156c.t
pr14170a.s
pr14170b.s
pr14170c.s Testsuite fixes for hppa64-hpux 2017-02-25 19:13:34 +10:30
pr14323-1.c
pr14323-2.c
pr14525.c
pr14525.out
pr14862-1.c
pr14862-2.c
pr14862.map
pr14862.out
pr14926.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
pr14926.s
pr16322.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr16322.s
pr16452.map
pr16452.od
pr16452a.c
pr16452b.c
pr16457.od
pr16496a.c
pr16496a.map
pr16496b.c
pr16496b.od Add support for the C_SKY series of processors. 2018-07-30 12:24:14 +01:00
pr16498a.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr16498a.s
pr16498a.t
pr16498b.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr16498b.t
pr17068.s
pr17068a.s
pr17068b.s
pr17068c.s
pr17068d.s
pr17068e.s
pr17068ez.s
pr17550-1.s Strip global symbol defined in discarded section 2016-05-06 09:46:50 -07:00
pr17550-2.s Strip global symbol defined in discarded section 2016-05-06 09:46:50 -07:00
pr17550-3.s Strip global symbol defined in discarded section 2016-05-06 09:46:50 -07:00
pr17550-4.s Strip global symbol defined in discarded section 2016-05-06 09:46:50 -07:00
pr17550a.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
pr17550b.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
pr17550c.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr17550d.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr17615.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr17615.s
pr18458a.c Convert PLT reloc only if pointer equality isn't needed 2015-05-27 14:32:24 -07:00
pr18458b.c Convert PLT reloc only if pointer equality isn't needed 2015-05-27 14:32:24 -07:00
pr18458c.c Convert PLT reloc only if pointer equality isn't needed 2015-05-27 14:32:24 -07:00
pr18718.c ld testsuite function pointer comparisons vs. hppa 2017-02-16 23:10:09 +10:30
pr18720.out Properly merge hidden versioned symbol 2015-08-07 05:04:35 -07:00
pr18720.rd Properly hide hidden versioned symbol in executable 2016-11-28 08:03:46 -08:00
pr18720a.c ld testsuite function pointer comparisons vs. hppa 2017-02-16 23:10:09 +10:30
pr18720b.c PowerPC64 dot-sym testsuite fixes 2016-12-03 20:59:43 +10:30
pr18720c.c Properly merge hidden versioned symbol 2015-08-07 05:04:35 -07:00
pr18735.d Fix some AVR test failures. 2016-05-04 13:03:52 +01:00
pr18735.s Don't change the default symbol for relocatable link 2015-07-30 03:28:00 -07:00
pr19005.d Adjust the output section size to skip gap fills 2015-09-29 06:33:24 -07:00
pr19005.s Adjust the output section size to skip gap fills 2015-09-29 06:33:24 -07:00
pr19005.t Adjust the output section size to skip gap fills 2015-09-29 06:33:24 -07:00
pr19073.map Skip the unversioned definition after the default version 2015-10-12 04:57:16 -07:00
pr19073.rd Skip the unversioned definition after the default version 2015-10-12 04:57:16 -07:00
pr19073.s Skip the unversioned definition after the default version 2015-10-12 04:57:16 -07:00
pr19162.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
pr19162a.s Add a testcase for PR ld/19162 2016-02-29 10:37:59 -08:00
pr19162b.s Add a testcase for PR ld/19162 2016-02-29 10:37:59 -08:00
pr19539.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
pr19539.s Check reloc against IFUNC symbol only with dynamic symbols 2016-01-30 16:08:20 -08:00
pr19539.t Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
pr19553.map Don't add DT_NEEDED for unmatched symbol 2016-02-01 15:49:52 -08:00
pr19553a.c Don't add DT_NEEDED for unmatched symbol 2016-02-01 15:49:52 -08:00
pr19553b.c Don't add DT_NEEDED for unmatched symbol 2016-02-01 15:49:52 -08:00
pr19553b.out Don't add DT_NEEDED for unmatched symbol 2016-02-01 15:49:52 -08:00
pr19553c.c PowerPC64 dot-sym testsuite fixes 2016-12-03 20:59:43 +10:30
pr19553c.out Don't add DT_NEEDED for unmatched symbol 2016-02-01 15:49:52 -08:00
pr19553d.c Don't add DT_NEEDED for unmatched symbol 2016-02-01 15:49:52 -08:00
pr19553d.out Don't add DT_NEEDED for unmatched symbol 2016-02-01 15:49:52 -08:00
pr19579a.c ELF: Check ELF_COMMON_DEF_P for common symbols 2017-04-07 07:40:14 -07:00
pr19579b.c Treat common symbol in executable as definition 2016-03-04 06:37:54 -08:00
pr19617.s Always create dynamic sections for -E/--dynamic-list 2016-02-18 03:13:51 -08:00
pr19617a.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr19617b.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr19617c.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr19698.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr19698.s Update symbol version for symbol from linker script 2016-02-24 15:13:48 -08:00
pr19698.t Update symbol version for symbol from linker script 2016-02-24 15:13:48 -08:00
pr19719a.c [x86] Resolve non-PIC undefweak symbols in executable 2016-02-26 04:55:57 -08:00
pr19719b.c [x86] Resolve non-PIC undefweak symbols in executable 2016-02-26 04:55:57 -08:00
pr19719c.c [x86] Resolve non-PIC undefweak symbols in executable 2016-02-26 04:55:57 -08:00
pr19719d.c [x86] Resolve non-PIC undefweak symbols in executable 2016-02-26 04:55:57 -08:00
pr19789.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr19789.s Don't create dynamic sections when relocatable 2016-03-08 20:45:52 -08:00
pr20513a.d Add tests for PR ld/20513 2016-09-01 12:01:11 -07:00
pr20513a.s Add tests for PR ld/20513 2016-09-01 12:01:11 -07:00
pr20513b.d Add tests for PR ld/20513 2016-09-01 12:01:11 -07:00
pr20513b.s Add tests for PR ld/20513 2016-09-01 12:01:11 -07:00
pr20513c.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr20513d.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr20513e.d Add tests for PR ld/20513 2016-09-01 12:01:11 -07:00
pr20513f.d Add tests for PR ld/20513 2016-09-01 12:01:11 -07:00
pr20528a.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr20528a.s Don't merge 2 sections with different SHF_EXCLUDE 2016-09-29 12:58:40 -07:00
pr20528b.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr20528b.s Don't merge 2 sections with different SHF_EXCLUDE 2016-09-29 12:58:40 -07:00
pr20828-a.sd PR ld/20828: Remove leading `_' from symbols used in tests 2017-01-23 11:26:06 +00:00
pr20828-b.sd PR ld/20828: Remove leading `_' from symbols used in tests 2017-01-23 11:26:06 +00:00
pr20828-c.sd PR ld/20828: Remove leading `_' from symbols used in tests 2017-01-23 11:26:06 +00:00
pr20828-d.sd PR ld/20828: Move symbol version processing ahead of GC symbol sweep 2017-02-22 18:16:28 +00:00
pr20828-e.sd PR ld/20828: Move symbol version processing ahead of GC symbol sweep 2017-02-22 18:16:28 +00:00
pr20828-v.ld Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
pr20828-v.od PR ld/20828: Move symbol version processing ahead of GC symbol sweep 2017-02-22 18:16:28 +00:00
pr20828-v.s PR ld/20828: Move symbol version processing ahead of GC symbol sweep 2017-02-22 18:16:28 +00:00
pr20828-v.ver PR ld/20828: Move symbol version processing ahead of GC symbol sweep 2017-02-22 18:16:28 +00:00
pr20828.ld Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
pr20828.s PR ld/20828: Fix linker script symbols wrongly forced local with section GC 2017-01-18 18:30:34 +00:00
pr20828.ver PR ld/20828: Remove leading `_' from symbols used in tests 2017-01-23 11:26:06 +00:00
pr20995-2so.r Use dynrelro for symbols in relro sections too 2016-12-28 22:10:38 +10:30
pr20995.r dynrelro section for read-only dynamic symbols copied into executable 2016-12-26 13:47:51 +10:30
pr20995a.s dynrelro section for read-only dynamic symbols copied into executable 2016-12-26 13:47:51 +10:30
pr20995b.s dynrelro section for read-only dynamic symbols copied into executable 2016-12-26 13:47:51 +10:30
pr20995c.s Use dynrelro for symbols in relro sections too 2016-12-28 22:10:38 +10:30
pr21086.c Require --no-dynamic-linker with -static -E/--dynamic-list 2017-04-21 12:01:05 -07:00
pr21086.list Require --no-dynamic-linker with -static -E/--dynamic-list 2017-04-21 12:01:05 -07:00
pr21233-e.ld PR ld/21233: Avoid sweeping forced-undefined symbols in section GC 2017-04-04 23:21:44 +01:00
pr21233-l.s PR ld/21233: Avoid sweeping forced-undefined symbols in section GC 2017-04-04 23:21:44 +01:00
pr21233-l.sd PR ld/21233: Avoid sweeping forced-undefined symbols in section GC 2017-04-04 23:21:44 +01:00
pr21233.ld Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
pr21233.s PR ld/21233: Avoid sweeping forced-undefined symbols in section GC 2017-04-04 23:21:44 +01:00
pr21233.sd PR ld/21233: Avoid sweeping forced-undefined symbols in section GC 2017-04-04 23:21:44 +01:00
pr21384.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21384.dl Add a test for PR ld/21384 2017-05-02 13:54:22 -07:00
pr21384.ld Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
pr21384.s Add a test for PR ld/21384 2017-05-02 13:54:22 -07:00
pr21389.map Put soname in the version definition section 2017-04-17 07:47:32 -07:00
pr21389.s Put soname in the version definition section 2017-04-17 07:47:32 -07:00
pr21389a.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21389b.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21389c.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21562a.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr21562a.s is_underscore_target for ld-elf tests 2017-06-18 11:56:19 +09:30
pr21562a.t Always define referenced __start_SECNAME/__stop_SECNAME 2017-06-13 08:53:22 -07:00
pr21562b.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr21562b.s is_underscore_target for ld-elf tests 2017-06-18 11:56:19 +09:30
pr21562b.t Always define referenced __start_SECNAME/__stop_SECNAME 2017-06-13 08:53:22 -07:00
pr21562c.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr21562c.t Update PR ld/21562 tests for underscore targets 2017-11-24 08:58:56 -08:00
pr21562d.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr21562d.t Update PR ld/21562 tests for underscore targets 2017-11-24 08:58:56 -08:00
pr21562e.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21562f.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21562g.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21562h.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21562i.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr21562j.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr21562k.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr21562l.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr21562m.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr21562n.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr21703-1.s [BFD][PR21703]Override the new defined symbol with the old normal symbol when --allow-multiple-definition is provided. 2017-10-24 13:01:48 +01:00
pr21703-2.s [BFD][PR21703]Override the new defined symbol with the old normal symbol when --allow-multiple-definition is provided. 2017-10-24 13:01:48 +01:00
pr21703-3.s [BFD][PR21703]Override the new defined symbol with the old normal symbol when --allow-multiple-definition is provided. 2017-10-24 13:01:48 +01:00
pr21703-4.s [BFD][PR21703]Override the new defined symbol with the old normal symbol when --allow-multiple-definition is provided. 2017-10-24 13:01:48 +01:00
pr21703-r.sd [PR21703]Adjust pr21703 tests on various targets. 2017-10-26 15:43:44 +01:00
pr21703-shared.sd MIPS/LD/testsuite: Adjust match patterns for special section indexes 2018-01-30 00:38:12 +00:00
pr21703.sd [BFD][PR21703]Override the new defined symbol with the old normal symbol when --allow-multiple-definition is provided. 2017-10-24 13:01:48 +01:00
pr21703.ver [BFD][PR21703]Override the new defined symbol with the old normal symbol when --allow-multiple-definition is provided. 2017-10-24 13:01:48 +01:00
pr21884.d Add support for the C_SKY series of processors. 2018-07-30 12:24:14 +01:00
pr21884.t Check ELF section header only for ELF output 2017-08-02 05:10:48 -07:00
pr21884a.s Check ELF section header only for ELF output 2017-08-02 05:10:48 -07:00
pr21884b.s Check ELF section header only for ELF output 2017-08-02 05:10:48 -07:00
pr21903.s Move common symbol check after bed->common_definition 2017-08-07 08:02:29 -07:00
pr21903a.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21903b.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21903c.d ld: Add "--" after regexp 2017-08-24 17:45:24 -07:00
pr21903d.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr21903e.d ld: Add "--" after regexp 2017-08-24 17:45:24 -07:00
pr21904.d Add a testcase for "ld -d" 2017-08-04 05:39:56 -07:00
pr21904.s Add a testcase for "ld -d" 2017-08-04 05:39:56 -07:00
pr21964-1a.c Update PR ld/21964 tests 2017-08-22 09:41:43 -07:00
pr21964-1b.c Update PR ld/21964 tests 2017-08-22 09:41:43 -07:00
pr21964-1c.c Update PR ld/21964 tests 2017-08-22 09:41:43 -07:00
pr21964-2a.c Update PR ld/21964 tests 2017-08-22 09:41:43 -07:00
pr21964-2b.c Update PR ld/21964 tests 2017-08-22 09:41:43 -07:00
pr21964-2c.c Update PR ld/21964 tests 2017-08-22 09:41:43 -07:00
pr21964-3a.c Make __start/__stop symbols dynamic and add testcase 2018-01-30 10:09:07 +10:30
pr21964-3c.c Make __start/__stop symbols dynamic and add testcase 2018-01-30 10:09:07 +10:30
pr21964-4.c Check if __start/__stop symbols are referenced by shared objects 2018-01-31 05:10:53 -08:00
pr21964-5.c Fix testsuite/ld-elf/pr21964-5.c 2018-01-31 12:42:28 -08:00
pr21978.od Add a test for PR binutils/21978 2017-09-30 03:04:52 -07:00
pr21978a.c Add a test for PR binutils/21978 2017-09-30 03:04:52 -07:00
pr21978b.c Add a test for PR binutils/21978 2017-09-30 03:04:52 -07:00
pr22150.vd Add a test for PR ld/22150 2017-09-22 07:05:53 -07:00
pr22150.ver Add a test for PR ld/22150 2017-09-22 07:05:53 -07:00
pr22150a.s Add a test for PR ld/22150 2017-09-22 07:05:53 -07:00
pr22150b.s Add a test for PR ld/22150 2017-09-22 07:05:53 -07:00
pr22263-1.rd PR22263 testcase 2017-10-14 00:15:44 +10:30
pr22263-1a.c Add a compile-time test for PR ld/22263 2017-10-12 14:55:01 -07:00
pr22263-1b.c Add a compile-time test for PR ld/22263 2017-10-12 14:55:01 -07:00
pr22269-1.c Add a compile-time test for PR ld/22269 2017-10-20 09:47:08 -07:00
pr22269-1.rd Add a compile-time test for PR ld/22269 2017-10-20 09:47:08 -07:00
pr22269.s Add 2 testcases for PR ld/22269 2017-10-11 13:44:16 -07:00
pr22269a.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr22269b.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr22319.d ld testsuite use of notarget 2018-07-10 23:58:29 +09:30
pr22319.s Make sure that undefined symbols added to the linker command line via the -u option appear in the output executable, if they have not been resolved. 2017-10-23 18:16:49 +01:00
pr22374-1.r readelf ngettext fixes 2017-11-07 17:01:16 +10:30
pr22374-2.r readelf ngettext fixes 2017-11-07 17:01:16 +10:30
pr22374a.s PR22374 testcase, function pointer references in .data 2017-11-01 18:45:34 +10:30
pr22374b.s PR22374 testcase, function pointer references in .data 2017-11-01 18:45:34 +10:30
pr22393-1.s ld: Add tests for -z separate-code and -z noseparate-code 2018-01-11 19:18:37 -08:00
pr22393-1a.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr22393-1b.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr22393-1c.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr22393-1d.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr22393-1e.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr22393-1f.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr22393-2a.c ld: Add tests for -z separate-code and -z noseparate-code 2018-01-11 19:18:37 -08:00
pr22393-2a.rd ld: Replace "-z textonly" with "-z separate-code" 2018-01-11 20:46:01 -08:00
pr22393-2b.c ld: Add tests for -z separate-code and -z noseparate-code 2018-01-11 19:18:37 -08:00
pr22393-2b.rd ld: Replace "-z textonly" with "-z separate-code" 2018-01-11 20:46:01 -08:00
pr22423.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
pr22450.d Fix PR gas/22738 (.dc.a directive has wrong size on SPARC 64-bit). 2018-01-30 00:13:51 +01:00
pr22450.s Fix handling of GNU Property notes that are not in a GNU NOTE PROPERTY section. 2017-11-20 15:32:55 +00:00
pr22471.t ld: Add a testcase for PR ld/22471 2017-11-29 04:21:01 -08:00
pr22471a.s ld: Add a testcase for PR ld/22471 2017-11-29 04:21:01 -08:00
pr22471b.s ld: Add a testcase for PR ld/22471 2017-11-29 04:21:01 -08:00
pr22649-1.s Ignore dynamic references on forced local symbols 2018-01-11 15:36:54 -08:00
pr22649-2a.s Ignore dynamic references on forced local symbols 2018-01-11 15:36:54 -08:00
pr22649-2ab-mips.msg ELF linker messages 2018-02-26 09:29:15 +10:30
pr22649-2b.s Ignore dynamic references on forced local symbols 2018-01-11 15:36:54 -08:00
pr22649-2cd-mips.msg ELF linker messages 2018-02-26 09:29:15 +10:30
pr22649.msg ELF linker messages 2018-02-26 09:29:15 +10:30
pr22677.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr22677.s ld: Keep PREINIT_ARRAY/INIT_ARRAY/FINI_ARRAY sections for -r --gc-sections 2018-01-11 09:42:12 -08:00
pr22836-1.s PR22836 testcases 2018-02-14 11:40:19 +10:30
pr22836-1a.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr22836-1b.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
pr22836-2.d PR22836, "-r -s" doesn't work with -g3 using GCC 7 2018-02-13 22:55:49 +10:30
pr22836-2.s PR22836, "-r -s" doesn't work with -g3 using GCC 7 2018-02-13 22:55:49 +10:30
pr23161.map Define various symbols conditionally in shared libraries 2018-06-08 20:17:34 +09:30
pr23161a.c Define various symbols conditionally in shared libraries 2018-06-08 20:17:34 +09:30
pr23161a.rd ELF dynsyms 2018-06-14 11:32:01 +09:30
pr23161b.c Define various symbols conditionally in shared libraries 2018-06-08 20:17:34 +09:30
pr23161b.rd ELF dynsyms 2018-06-14 11:32:01 +09:30
pr23161c.c Define various symbols conditionally in shared libraries 2018-06-08 20:17:34 +09:30
pr23161c.rd ld/x86: Remove hidden _edata, __bss_start, and _end 2018-06-08 12:41:54 -07:00
pr23161d.rd Define various symbols conditionally in shared libraries 2018-06-08 20:17:34 +09:30
pr23162.map x86: Mark __bss_start, _end and _edata locally defined 2018-05-14 03:48:02 -07:00
pr23162.rd ELF dynsyms 2018-06-14 11:32:01 +09:30
pr23162a.c x86: Mark __bss_start, _end and _edata locally defined 2018-05-14 03:48:02 -07:00
pr23162b.c x86: Mark __bss_start, _end and _edata locally defined 2018-05-14 03:48:02 -07:00
pr23428.c x86: Add a GNU_PROPERTY_X86_ISA_1_USED note if needed 2018-07-20 09:19:00 -07:00
pr23591.d Re: ld: Lookup section in output with the same name 2018-09-03 12:54:35 +09:30
pr23591a.s Re: ld: Lookup section in output with the same name 2018-09-03 12:54:35 +09:30
pr23591b.s Re: ld: Lookup section in output with the same name 2018-09-03 12:54:35 +09:30
pr23591c.s Re: ld: Lookup section in output with the same name 2018-09-03 12:54:35 +09:30
pr23648.d PR23648 testcase 2018-09-19 17:38:46 +09:30
pr23648.s PR23648 testcase 2018-09-19 17:38:46 +09:30
pr23648.t PR23648 testcase 2018-09-19 17:38:46 +09:30
preinit.c
preinit.out
provide-hidden-1.ld Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
provide-hidden-1.s
provide-hidden-2.ld Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
provide-hidden-2.s
provide-hidden-3.s
provide-hidden-4.s
provide-hidden-abs.nd
provide-hidden-def.nd
provide-hidden-dyn.nd
provide-hidden-s.ld Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
provide-hidden-s.nd
provide-hidden-sec.nd
provide-hidden.exp ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN 2018-05-21 20:39:30 -07:00
rdynamic-1.c
rdynamic-1.rd
readelf.exp ELF dynsyms 2018-06-14 11:32:01 +09:30
rel.c
relmain.c
relmain.out
reloc-discard-warn.d PowerPC64 fails reloc-discard test 2018-07-23 13:06:33 +09:30
reloc-discard.d PowerPC64 fails reloc-discard test 2018-07-23 13:06:33 +09:30
reloc-discard.ld ld: Discard .rel.* and .rela.* sections 2018-07-20 09:58:45 -07:00
reloc-discard.s MIPS/LD: Fix crashing with a discarded dynamic relocation section 2018-07-20 13:21:33 +01:00
relocatable.d Andes Technology has good news for you, we plan to update the nds32 port of binutils on upstream! 2018-09-20 13:32:58 +01:00
relocatable.t
relro1.s
relro2.s
rpath-1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
rpath-2.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
runpath-1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
runpath-2.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
sec64k.exp x86: Add a GNU_PROPERTY_X86_ISA_1_USED note if needed 2018-07-20 09:19:00 -07:00
sec-to-seg1.s
sec-to-seg2.s
sec-to-seg-script-adjoining-pages.t
sec-to-seg-script-disjoint-pages.t
sec-to-seg-script-same-page.t
sec-to-seg.exp Remove m88k support 2018-04-16 15:23:38 +09:30
seg.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
seg.s
seg.t
shared.exp Prune BFD warnings for unknown GNU properties 2018-08-23 06:12:50 -07:00
simple.s
sizeof.s is_underscore_target for ld-elf tests 2017-06-18 11:56:19 +09:30
sizeofa.d Make __start/__stop symbols protected visibility 2017-08-21 23:29:29 +09:30
sizeofb.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
sizeofc.d LD: Fix .startof.SECNAME/.sizeof.SECNAME tests for MIPS/IRIX 2017-06-26 16:15:15 +01:00
stab.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
stack-exec.rd
stack-noexec.rd Add a test of the linker's "-z noexecstack" command line option. 2018-06-05 12:39:47 +01:00
stack-size.rd
stack.s
start.s
startof.s is_underscore_target for ld-elf tests 2017-06-18 11:56:19 +09:30
startofa.d Make __start/__stop symbols protected visibility 2017-08-21 23:29:29 +09:30
startofb.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
startofc.d LD: Fix .startof.SECNAME/.sizeof.SECNAME tests for MIPS/IRIX 2017-06-26 16:15:15 +01:00
strtab.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
strtab.s Use strtab with GC and suffix merging for .strtab 2015-06-25 08:16:14 -07:00
symbol1ref.s
symbol1w.s
symbol2ref.s
symbol2w.s
symbol3.s Testsuite fixes for hppa64-hpux 2017-02-25 19:13:34 +10:30
symbol3w.s
symbolic-func.r Enhance objdump so that it will use .got, .plt and .plt.got section symbols when disassembling, and it will use dynamic relocs to interpret entries in the PLT and GOT. 2016-10-11 13:50:10 +01:00
symbolic-func.s Fix broken -Bsymbolic-functions 2015-07-25 20:41:04 +09:30
table.s
tbss1.s
tbss2.s
tbss3.s
tbss.s
tdata1.s
tdata2.s
tdata3.s
textaddr1.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
textaddr2.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
textaddr3.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
textaddr4.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
textaddr5.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
textaddr6.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
textaddr7.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
textrel.map readonly_dynrelocs 2017-12-01 17:23:56 +10:30
textrel.rd readonly_dynrelocs 2017-12-01 17:23:56 +10:30
textrel.s readonly_dynrelocs 2017-12-01 17:23:56 +10:30
textrel.warn readonly_dynrelocs 2017-12-01 17:23:56 +10:30
tls_common.exp [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
tls_common.s
tls_gc.s
tls.exp [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
unknown2.d [ARM] FDPIC: Update testsuite so that many tests pass with arm*-uclinuxfdpiceabi. 2018-04-25 21:13:14 +00:00
unknown2.s
unknown.d
var1.d Fix more linker testsuite failures. 2016-06-28 15:55:22 +01:00
var1.s
var1.t
ver_def.ld readelf: Fix incorrect "Version definition past end of section" message 2017-02-24 13:48:10 +00:00
ver_def.s readelf: Fix incorrect "Version definition past end of section" message 2017-02-24 13:48:10 +00:00
ver_def.vd readelf: Fix incorrect "Version definition past end of section" message 2017-02-24 13:48:10 +00:00
ver_def.ver readelf: Fix incorrect "Version definition past end of section" message 2017-02-24 13:48:10 +00:00
warn1.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
warn2.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
warn3.d xgate testsuite fixes 2018-07-10 23:59:59 +09:30
warn.out
weak-dyn-1.ld Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries. 2016-11-23 11:10:39 +00:00
weak-dyn-1.rd
weak-dyn-1a.s
weak-dyn-1b.s
weakdef1.c
wrap1.c
wrap1.out
wrap1a.c
wrap1b.c
wrap.exp Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
zlibbegin.rS Replace -g with -ggdb3 in ld compress tests 2015-07-24 04:16:56 -07:00
zlibnormal.rS Replace -g with -ggdb3 in ld compress tests 2015-07-24 04:16:56 -07:00