]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initial import of elftoolchain r2974.
authorkaiw <kaiw@FreeBSD.org>
Wed, 15 Jan 2014 08:43:20 +0000 (08:43 +0000)
committerkaiw <kaiw@FreeBSD.org>
Wed, 15 Jan 2014 08:43:20 +0000 (08:43 +0000)
commit9ee78763690833f42af4a97b77baf30edbca5314
tree13068447bb61372f7540b168e913b8eb88ef7578
Initial import of elftoolchain r2974.

Obtained from: elftoolchain.org
1811 files changed:
GNUmakefile [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
RELEASE-NOTES [new file with mode: 0644]
addr2line/Makefile [new file with mode: 0644]
addr2line/addr2line.1 [new file with mode: 0644]
addr2line/addr2line.c [new file with mode: 0644]
ar/Makefile [new file with mode: 0644]
ar/acplex.l [new file with mode: 0644]
ar/acpyacc.y [new file with mode: 0644]
ar/ar.1 [new file with mode: 0644]
ar/ar.5 [new file with mode: 0644]
ar/ar.c [new file with mode: 0644]
ar/ar.h [new file with mode: 0644]
ar/benchmark/acp.sh [new file with mode: 0755]
ar/ranlib.1 [new file with mode: 0644]
ar/read.c [new file with mode: 0644]
ar/util.c [new file with mode: 0644]
ar/write.c [new file with mode: 0644]
as/Makefile [new file with mode: 0644]
as/as.1 [new file with mode: 0644]
as/as.c [new file with mode: 0644]
brandelf/Makefile [new file with mode: 0644]
brandelf/brandelf.1 [new file with mode: 0644]
brandelf/brandelf.c [new file with mode: 0644]
common/Makefile [new file with mode: 0644]
common/_elftc.h [new file with mode: 0644]
common/elfdefinitions.h [new file with mode: 0644]
common/native-elf-format [new file with mode: 0755]
common/os.Linux.mk [new file with mode: 0644]
common/utarray.h [new file with mode: 0644]
common/uthash.h [new file with mode: 0644]
cxxfilt/Makefile [new file with mode: 0644]
cxxfilt/c++filt.1 [new file with mode: 0644]
cxxfilt/cxxfilt.c [new file with mode: 0644]
documentation/Makefile [new file with mode: 0644]
documentation/libelf-by-example/Makefile [new file with mode: 0644]
documentation/libelf-by-example/libelf-by-example.tex [new file with mode: 0644]
documentation/libelf-by-example/prog1.txt [new file with mode: 0644]
documentation/libelf-by-example/prog2.txt [new file with mode: 0644]
documentation/libelf-by-example/prog3.txt [new file with mode: 0644]
documentation/libelf-by-example/prog4.txt [new file with mode: 0644]
documentation/libelf-by-example/prog5.txt [new file with mode: 0644]
documentation/libelf-by-example/prog6.txt [new file with mode: 0644]
elfcopy/Makefile [new file with mode: 0644]
elfcopy/archive.c [new file with mode: 0644]
elfcopy/ascii.c [new file with mode: 0644]
elfcopy/binary.c [new file with mode: 0644]
elfcopy/elfcopy.1 [new file with mode: 0644]
elfcopy/elfcopy.h [new file with mode: 0644]
elfcopy/main.c [new file with mode: 0644]
elfcopy/mcs.1 [new file with mode: 0644]
elfcopy/sections.c [new file with mode: 0644]
elfcopy/segments.c [new file with mode: 0644]
elfcopy/strip.1 [new file with mode: 0644]
elfcopy/symbols.c [new file with mode: 0644]
elfdump/Makefile [new file with mode: 0644]
elfdump/elfdump.1 [new file with mode: 0644]
elfdump/elfdump.c [new file with mode: 0644]
findtextrel/Makefile [new file with mode: 0644]
findtextrel/findtextrel.1 [new file with mode: 0644]
findtextrel/findtextrel.c [new file with mode: 0644]
isa/Makefile [new file with mode: 0644]
isa/avr.isa [new file with mode: 0644]
isa/isa.1 [new file with mode: 0644]
isa/isa.5 [new file with mode: 0644]
isa/isa.c [new file with mode: 0644]
ld/Makefile [new file with mode: 0644]
ld/amd64.c [new file with mode: 0644]
ld/amd64.h [new file with mode: 0644]
ld/amd64_script.ld [new file with mode: 0644]
ld/i386.c [new file with mode: 0644]
ld/i386.h [new file with mode: 0644]
ld/i386_script.ld [new file with mode: 0644]
ld/ld.h [new file with mode: 0644]
ld/ld_arch.c [new file with mode: 0644]
ld/ld_arch.h [new file with mode: 0644]
ld/ld_dynamic.c [new file with mode: 0644]
ld/ld_dynamic.h [new file with mode: 0644]
ld/ld_ehframe.c [new file with mode: 0644]
ld/ld_ehframe.h [new file with mode: 0644]
ld/ld_error.c [new file with mode: 0644]
ld/ld_exp.c [new file with mode: 0644]
ld/ld_exp.h [new file with mode: 0644]
ld/ld_file.c [new file with mode: 0644]
ld/ld_file.h [new file with mode: 0644]
ld/ld_hash.c [new file with mode: 0644]
ld/ld_hash.h [new file with mode: 0644]
ld/ld_input.c [new file with mode: 0644]
ld/ld_input.h [new file with mode: 0644]
ld/ld_layout.c [new file with mode: 0644]
ld/ld_layout.h [new file with mode: 0644]
ld/ld_main.c [new file with mode: 0644]
ld/ld_options.c [new file with mode: 0644]
ld/ld_options.h [new file with mode: 0644]
ld/ld_output.c [new file with mode: 0644]
ld/ld_output.h [new file with mode: 0644]
ld/ld_path.c [new file with mode: 0644]
ld/ld_path.h [new file with mode: 0644]
ld/ld_reloc.c [new file with mode: 0644]
ld/ld_reloc.h [new file with mode: 0644]
ld/ld_script.awk [new file with mode: 0644]
ld/ld_script.c [new file with mode: 0644]
ld/ld_script.h [new file with mode: 0644]
ld/ld_script_lexer.l [new file with mode: 0644]
ld/ld_script_parser.y [new file with mode: 0644]
ld/ld_strtab.c [new file with mode: 0644]
ld/ld_strtab.h [new file with mode: 0644]
ld/ld_symbols.c [new file with mode: 0644]
ld/ld_symbols.h [new file with mode: 0644]
ld/ld_symver.c [new file with mode: 0644]
ld/ld_symver.h [new file with mode: 0644]
ld/ld_utils.h [new file with mode: 0644]
libdwarf/Makefile [new file with mode: 0644]
libdwarf/Version.map [new file with mode: 0644]
libdwarf/_libdwarf.h [new file with mode: 0644]
libdwarf/dwarf.3 [new file with mode: 0644]
libdwarf/dwarf.h [new file with mode: 0644]
libdwarf/dwarf_abbrev.c [new file with mode: 0644]
libdwarf/dwarf_add_AT_comp_dir.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_const_value_string.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_dataref.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_flag.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_location_expr.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_name.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_producer.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_ref_address.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_reference.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_signed_const.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_string.3 [new file with mode: 0644]
libdwarf/dwarf_add_AT_targ_address.3 [new file with mode: 0644]
libdwarf/dwarf_add_arange.3 [new file with mode: 0644]
libdwarf/dwarf_add_die_to_debug.3 [new file with mode: 0644]
libdwarf/dwarf_add_directory_decl.3 [new file with mode: 0644]
libdwarf/dwarf_add_expr_addr.3 [new file with mode: 0644]
libdwarf/dwarf_add_expr_gen.3 [new file with mode: 0644]
libdwarf/dwarf_add_fde_inst.3 [new file with mode: 0644]
libdwarf/dwarf_add_file_decl.3 [new file with mode: 0644]
libdwarf/dwarf_add_frame_cie.3 [new file with mode: 0644]
libdwarf/dwarf_add_frame_fde.3 [new file with mode: 0644]
libdwarf/dwarf_add_funcname.3 [new file with mode: 0644]
libdwarf/dwarf_add_line_entry.3 [new file with mode: 0644]
libdwarf/dwarf_add_pubname.3 [new file with mode: 0644]
libdwarf/dwarf_add_typename.3 [new file with mode: 0644]
libdwarf/dwarf_add_varname.3 [new file with mode: 0644]
libdwarf/dwarf_add_weakname.3 [new file with mode: 0644]
libdwarf/dwarf_arange.c [new file with mode: 0644]
libdwarf/dwarf_attr.3 [new file with mode: 0644]
libdwarf/dwarf_attr.c [new file with mode: 0644]
libdwarf/dwarf_attrlist.3 [new file with mode: 0644]
libdwarf/dwarf_attrval.c [new file with mode: 0644]
libdwarf/dwarf_attrval_signed.3 [new file with mode: 0644]
libdwarf/dwarf_child.3 [new file with mode: 0644]
libdwarf/dwarf_cu.c [new file with mode: 0644]
libdwarf/dwarf_dealloc.3 [new file with mode: 0644]
libdwarf/dwarf_dealloc.c [new file with mode: 0644]
libdwarf/dwarf_def_macro.3 [new file with mode: 0644]
libdwarf/dwarf_die.c [new file with mode: 0644]
libdwarf/dwarf_die_abbrev_code.3 [new file with mode: 0644]
libdwarf/dwarf_die_link.3 [new file with mode: 0644]
libdwarf/dwarf_diename.3 [new file with mode: 0644]
libdwarf/dwarf_dieoffset.3 [new file with mode: 0644]
libdwarf/dwarf_dump.c [new file with mode: 0644]
libdwarf/dwarf_end_macro_file.3 [new file with mode: 0644]
libdwarf/dwarf_errmsg.3 [new file with mode: 0644]
libdwarf/dwarf_errmsg.c [new file with mode: 0644]
libdwarf/dwarf_errno.3 [new file with mode: 0644]
libdwarf/dwarf_expand_frame_instructions.3 [new file with mode: 0644]
libdwarf/dwarf_expr_current_offset.3 [new file with mode: 0644]
libdwarf/dwarf_expr_into_block.3 [new file with mode: 0644]
libdwarf/dwarf_fde_cfa_offset.3 [new file with mode: 0644]
libdwarf/dwarf_find_macro_value_start.3 [new file with mode: 0644]
libdwarf/dwarf_finish.3 [new file with mode: 0644]
libdwarf/dwarf_finish.c [new file with mode: 0644]
libdwarf/dwarf_form.c [new file with mode: 0644]
libdwarf/dwarf_formaddr.3 [new file with mode: 0644]
libdwarf/dwarf_formblock.3 [new file with mode: 0644]
libdwarf/dwarf_formexprloc.3 [new file with mode: 0644]
libdwarf/dwarf_formflag.3 [new file with mode: 0644]
libdwarf/dwarf_formref.3 [new file with mode: 0644]
libdwarf/dwarf_formsig8.3 [new file with mode: 0644]
libdwarf/dwarf_formstring.3 [new file with mode: 0644]
libdwarf/dwarf_formudata.3 [new file with mode: 0644]
libdwarf/dwarf_frame.c [new file with mode: 0644]
libdwarf/dwarf_funcs.m4 [new file with mode: 0644]
libdwarf/dwarf_get_AT_name.3 [new file with mode: 0644]
libdwarf/dwarf_get_abbrev.3 [new file with mode: 0644]
libdwarf/dwarf_get_abbrev_children_flag.3 [new file with mode: 0644]
libdwarf/dwarf_get_abbrev_code.3 [new file with mode: 0644]
libdwarf/dwarf_get_abbrev_entry.3 [new file with mode: 0644]
libdwarf/dwarf_get_abbrev_tag.3 [new file with mode: 0644]
libdwarf/dwarf_get_address_size.3 [new file with mode: 0644]
libdwarf/dwarf_get_arange.3 [new file with mode: 0644]
libdwarf/dwarf_get_arange_info.3 [new file with mode: 0644]
libdwarf/dwarf_get_aranges.3 [new file with mode: 0644]
libdwarf/dwarf_get_cie_index.3 [new file with mode: 0644]
libdwarf/dwarf_get_cie_info.3 [new file with mode: 0644]
libdwarf/dwarf_get_cie_of_fde.3 [new file with mode: 0644]
libdwarf/dwarf_get_cu_die_offset.3 [new file with mode: 0644]
libdwarf/dwarf_get_elf.3 [new file with mode: 0644]
libdwarf/dwarf_get_fde_at_pc.3 [new file with mode: 0644]
libdwarf/dwarf_get_fde_info_for_all_regs.3 [new file with mode: 0644]
libdwarf/dwarf_get_fde_info_for_all_regs3.3 [new file with mode: 0644]
libdwarf/dwarf_get_fde_info_for_cfa_reg3.3 [new file with mode: 0644]
libdwarf/dwarf_get_fde_info_for_reg.3 [new file with mode: 0644]
libdwarf/dwarf_get_fde_info_for_reg3.3 [new file with mode: 0644]
libdwarf/dwarf_get_fde_instr_bytes.3 [new file with mode: 0644]
libdwarf/dwarf_get_fde_list.3 [new file with mode: 0644]
libdwarf/dwarf_get_fde_n.3 [new file with mode: 0644]
libdwarf/dwarf_get_fde_range.3 [new file with mode: 0644]
libdwarf/dwarf_get_form_class.3 [new file with mode: 0644]
libdwarf/dwarf_get_funcs.3 [new file with mode: 0644]
libdwarf/dwarf_get_globals.3 [new file with mode: 0644]
libdwarf/dwarf_get_loclist_entry.3 [new file with mode: 0644]
libdwarf/dwarf_get_macro_details.3 [new file with mode: 0644]
libdwarf/dwarf_get_pubtypes.3 [new file with mode: 0644]
libdwarf/dwarf_get_ranges.3 [new file with mode: 0644]
libdwarf/dwarf_get_relocation_info.3 [new file with mode: 0644]
libdwarf/dwarf_get_relocation_info_count.3 [new file with mode: 0644]
libdwarf/dwarf_get_section_bytes.3 [new file with mode: 0644]
libdwarf/dwarf_get_str.3 [new file with mode: 0644]
libdwarf/dwarf_get_types.3 [new file with mode: 0644]
libdwarf/dwarf_get_vars.3 [new file with mode: 0644]
libdwarf/dwarf_get_weaks.3 [new file with mode: 0644]
libdwarf/dwarf_hasattr.3 [new file with mode: 0644]
libdwarf/dwarf_hasform.3 [new file with mode: 0644]
libdwarf/dwarf_highpc.3 [new file with mode: 0644]
libdwarf/dwarf_init.3 [new file with mode: 0644]
libdwarf/dwarf_init.c [new file with mode: 0644]
libdwarf/dwarf_lineno.3 [new file with mode: 0644]
libdwarf/dwarf_lineno.c [new file with mode: 0644]
libdwarf/dwarf_lne_end_sequence.3 [new file with mode: 0644]
libdwarf/dwarf_lne_set_address.3 [new file with mode: 0644]
libdwarf/dwarf_loclist.3 [new file with mode: 0644]
libdwarf/dwarf_loclist.c [new file with mode: 0644]
libdwarf/dwarf_loclist_from_expr.3 [new file with mode: 0644]
libdwarf/dwarf_macinfo.c [new file with mode: 0644]
libdwarf/dwarf_nametbl.m4 [new file with mode: 0644]
libdwarf/dwarf_new_die.3 [new file with mode: 0644]
libdwarf/dwarf_new_expr.3 [new file with mode: 0644]
libdwarf/dwarf_new_fde.3 [new file with mode: 0644]
libdwarf/dwarf_next_cu_header.3 [new file with mode: 0644]
libdwarf/dwarf_object_init.3 [new file with mode: 0644]
libdwarf/dwarf_pro_arange.c [new file with mode: 0644]
libdwarf/dwarf_pro_attr.c [new file with mode: 0644]
libdwarf/dwarf_pro_die.c [new file with mode: 0644]
libdwarf/dwarf_pro_expr.c [new file with mode: 0644]
libdwarf/dwarf_pro_finish.c [new file with mode: 0644]
libdwarf/dwarf_pro_frame.c [new file with mode: 0644]
libdwarf/dwarf_pro_funcs.m4 [new file with mode: 0644]
libdwarf/dwarf_pro_init.c [new file with mode: 0644]
libdwarf/dwarf_pro_lineno.c [new file with mode: 0644]
libdwarf/dwarf_pro_macinfo.c [new file with mode: 0644]
libdwarf/dwarf_pro_nametbl.m4 [new file with mode: 0644]
libdwarf/dwarf_pro_pubnames.m4 [new file with mode: 0644]
libdwarf/dwarf_pro_reloc.c [new file with mode: 0644]
libdwarf/dwarf_pro_sections.c [new file with mode: 0644]
libdwarf/dwarf_pro_types.m4 [new file with mode: 0644]
libdwarf/dwarf_pro_vars.m4 [new file with mode: 0644]
libdwarf/dwarf_pro_weaks.m4 [new file with mode: 0644]
libdwarf/dwarf_producer_init.3 [new file with mode: 0644]
libdwarf/dwarf_producer_set_isa.3 [new file with mode: 0644]
libdwarf/dwarf_pubnames.m4 [new file with mode: 0644]
libdwarf/dwarf_pubtypes.m4 [new file with mode: 0644]
libdwarf/dwarf_ranges.c [new file with mode: 0644]
libdwarf/dwarf_reloc.c [new file with mode: 0644]
libdwarf/dwarf_reset_section_bytes.3 [new file with mode: 0644]
libdwarf/dwarf_set_frame_cfa_value.3 [new file with mode: 0644]
libdwarf/dwarf_set_reloc_application.3 [new file with mode: 0644]
libdwarf/dwarf_seterrarg.3 [new file with mode: 0644]
libdwarf/dwarf_seterror.c [new file with mode: 0644]
libdwarf/dwarf_srcfiles.3 [new file with mode: 0644]
libdwarf/dwarf_srclines.3 [new file with mode: 0644]
libdwarf/dwarf_start_macro_file.3 [new file with mode: 0644]
libdwarf/dwarf_str.c [new file with mode: 0644]
libdwarf/dwarf_tag.3 [new file with mode: 0644]
libdwarf/dwarf_transform_to_disk_form.3 [new file with mode: 0644]
libdwarf/dwarf_types.m4 [new file with mode: 0644]
libdwarf/dwarf_undef_macro.3 [new file with mode: 0644]
libdwarf/dwarf_vars.m4 [new file with mode: 0644]
libdwarf/dwarf_vendor_ext.3 [new file with mode: 0644]
libdwarf/dwarf_weaks.m4 [new file with mode: 0644]
libdwarf/dwarf_whatattr.3 [new file with mode: 0644]
libdwarf/libdwarf.c [new file with mode: 0644]
libdwarf/libdwarf.h [new file with mode: 0644]
libdwarf/libdwarf_abbrev.c [new file with mode: 0644]
libdwarf/libdwarf_arange.c [new file with mode: 0644]
libdwarf/libdwarf_attr.c [new file with mode: 0644]
libdwarf/libdwarf_die.c [new file with mode: 0644]
libdwarf/libdwarf_elf_access.c [new file with mode: 0644]
libdwarf/libdwarf_elf_init.c [new file with mode: 0644]
libdwarf/libdwarf_error.c [new file with mode: 0644]
libdwarf/libdwarf_frame.c [new file with mode: 0644]
libdwarf/libdwarf_info.c [new file with mode: 0644]
libdwarf/libdwarf_init.c [new file with mode: 0644]
libdwarf/libdwarf_lineno.c [new file with mode: 0644]
libdwarf/libdwarf_loc.c [new file with mode: 0644]
libdwarf/libdwarf_loclist.c [new file with mode: 0644]
libdwarf/libdwarf_macinfo.c [new file with mode: 0644]
libdwarf/libdwarf_nametbl.c [new file with mode: 0644]
libdwarf/libdwarf_ranges.c [new file with mode: 0644]
libdwarf/libdwarf_reloc.c [new file with mode: 0644]
libdwarf/libdwarf_rw.c [new file with mode: 0644]
libdwarf/libdwarf_sections.c [new file with mode: 0644]
libdwarf/libdwarf_str.c [new file with mode: 0644]
libelf/Makefile [new file with mode: 0644]
libelf/Version.map [new file with mode: 0644]
libelf/_libelf.h [new file with mode: 0644]
libelf/_libelf_ar.h [new file with mode: 0644]
libelf/_libelf_config.h [new file with mode: 0644]
libelf/elf.3 [new file with mode: 0644]
libelf/elf.c [new file with mode: 0644]
libelf/elf_begin.3 [new file with mode: 0644]
libelf/elf_begin.c [new file with mode: 0644]
libelf/elf_cntl.3 [new file with mode: 0644]
libelf/elf_cntl.c [new file with mode: 0644]
libelf/elf_data.c [new file with mode: 0644]
libelf/elf_end.3 [new file with mode: 0644]
libelf/elf_end.c [new file with mode: 0644]
libelf/elf_errmsg.3 [new file with mode: 0644]
libelf/elf_errmsg.c [new file with mode: 0644]
libelf/elf_errno.c [new file with mode: 0644]
libelf/elf_fill.3 [new file with mode: 0644]
libelf/elf_fill.c [new file with mode: 0644]
libelf/elf_flag.c [new file with mode: 0644]
libelf/elf_flagdata.3 [new file with mode: 0644]
libelf/elf_getarhdr.3 [new file with mode: 0644]
libelf/elf_getarhdr.c [new file with mode: 0644]
libelf/elf_getarsym.3 [new file with mode: 0644]
libelf/elf_getarsym.c [new file with mode: 0644]
libelf/elf_getbase.3 [new file with mode: 0644]
libelf/elf_getbase.c [new file with mode: 0644]
libelf/elf_getdata.3 [new file with mode: 0644]
libelf/elf_getident.3 [new file with mode: 0644]
libelf/elf_getident.c [new file with mode: 0644]
libelf/elf_getphdrnum.3 [new file with mode: 0644]
libelf/elf_getphnum.3 [new file with mode: 0644]
libelf/elf_getscn.3 [new file with mode: 0644]
libelf/elf_getshdrnum.3 [new file with mode: 0644]
libelf/elf_getshdrstrndx.3 [new file with mode: 0644]
libelf/elf_getshnum.3 [new file with mode: 0644]
libelf/elf_getshstrndx.3 [new file with mode: 0644]
libelf/elf_hash.3 [new file with mode: 0644]
libelf/elf_hash.c [new file with mode: 0644]
libelf/elf_kind.3 [new file with mode: 0644]
libelf/elf_kind.c [new file with mode: 0644]
libelf/elf_memory.3 [new file with mode: 0644]
libelf/elf_memory.c [new file with mode: 0644]
libelf/elf_next.3 [new file with mode: 0644]
libelf/elf_next.c [new file with mode: 0644]
libelf/elf_open.3 [new file with mode: 0644]
libelf/elf_open.c [new file with mode: 0644]
libelf/elf_phnum.c [new file with mode: 0644]
libelf/elf_rand.3 [new file with mode: 0644]
libelf/elf_rand.c [new file with mode: 0644]
libelf/elf_rawfile.3 [new file with mode: 0644]
libelf/elf_rawfile.c [new file with mode: 0644]
libelf/elf_scn.c [new file with mode: 0644]
libelf/elf_shnum.c [new file with mode: 0644]
libelf/elf_shstrndx.c [new file with mode: 0644]
libelf/elf_strptr.3 [new file with mode: 0644]
libelf/elf_strptr.c [new file with mode: 0644]
libelf/elf_types.m4 [new file with mode: 0644]
libelf/elf_update.3 [new file with mode: 0644]
libelf/elf_update.c [new file with mode: 0644]
libelf/elf_version.3 [new file with mode: 0644]
libelf/elf_version.c [new file with mode: 0644]
libelf/gelf.3 [new file with mode: 0644]
libelf/gelf.h [new file with mode: 0644]
libelf/gelf_cap.c [new file with mode: 0644]
libelf/gelf_checksum.3 [new file with mode: 0644]
libelf/gelf_checksum.c [new file with mode: 0644]
libelf/gelf_dyn.c [new file with mode: 0644]
libelf/gelf_ehdr.c [new file with mode: 0644]
libelf/gelf_fsize.3 [new file with mode: 0644]
libelf/gelf_fsize.c [new file with mode: 0644]
libelf/gelf_getcap.3 [new file with mode: 0644]
libelf/gelf_getclass.3 [new file with mode: 0644]
libelf/gelf_getclass.c [new file with mode: 0644]
libelf/gelf_getdyn.3 [new file with mode: 0644]
libelf/gelf_getehdr.3 [new file with mode: 0644]
libelf/gelf_getmove.3 [new file with mode: 0644]
libelf/gelf_getphdr.3 [new file with mode: 0644]
libelf/gelf_getrel.3 [new file with mode: 0644]
libelf/gelf_getrela.3 [new file with mode: 0644]
libelf/gelf_getshdr.3 [new file with mode: 0644]
libelf/gelf_getsym.3 [new file with mode: 0644]
libelf/gelf_getsyminfo.3 [new file with mode: 0644]
libelf/gelf_getsymshndx.3 [new file with mode: 0644]
libelf/gelf_move.c [new file with mode: 0644]
libelf/gelf_newehdr.3 [new file with mode: 0644]
libelf/gelf_newphdr.3 [new file with mode: 0644]
libelf/gelf_phdr.c [new file with mode: 0644]
libelf/gelf_rel.c [new file with mode: 0644]
libelf/gelf_rela.c [new file with mode: 0644]
libelf/gelf_shdr.c [new file with mode: 0644]
libelf/gelf_sym.c [new file with mode: 0644]
libelf/gelf_syminfo.c [new file with mode: 0644]
libelf/gelf_symshndx.c [new file with mode: 0644]
libelf/gelf_update_ehdr.3 [new file with mode: 0644]
libelf/gelf_xlate.c [new file with mode: 0644]
libelf/gelf_xlatetof.3 [new file with mode: 0644]
libelf/libelf.h [new file with mode: 0644]
libelf/libelf_align.c [new file with mode: 0644]
libelf/libelf_allocate.c [new file with mode: 0644]
libelf/libelf_ar.c [new file with mode: 0644]
libelf/libelf_ar_util.c [new file with mode: 0644]
libelf/libelf_checksum.c [new file with mode: 0644]
libelf/libelf_convert.m4 [new file with mode: 0644]
libelf/libelf_data.c [new file with mode: 0644]
libelf/libelf_ehdr.c [new file with mode: 0644]
libelf/libelf_extended.c [new file with mode: 0644]
libelf/libelf_fsize.m4 [new file with mode: 0644]
libelf/libelf_memory.c [new file with mode: 0644]
libelf/libelf_msize.m4 [new file with mode: 0644]
libelf/libelf_open.c [new file with mode: 0644]
libelf/libelf_phdr.c [new file with mode: 0644]
libelf/libelf_shdr.c [new file with mode: 0644]
libelf/libelf_xlate.c [new file with mode: 0644]
libelf/os.FreeBSD.mk [new file with mode: 0644]
libelf/os.NetBSD.mk [new file with mode: 0644]
libelftc/Makefile [new file with mode: 0644]
libelftc/Version.map [new file with mode: 0644]
libelftc/_libelftc.h [new file with mode: 0644]
libelftc/elftc.3 [new file with mode: 0644]
libelftc/elftc_bfd_find_target.3 [new file with mode: 0644]
libelftc/elftc_bfdtarget.c [new file with mode: 0644]
libelftc/elftc_copyfile.3 [new file with mode: 0644]
libelftc/elftc_copyfile.c [new file with mode: 0644]
libelftc/elftc_demangle.3 [new file with mode: 0644]
libelftc/elftc_demangle.c [new file with mode: 0644]
libelftc/elftc_set_timestamps.3 [new file with mode: 0644]
libelftc/elftc_set_timestamps.c [new file with mode: 0644]
libelftc/elftc_string_table.c [new file with mode: 0644]
libelftc/elftc_string_table_create.3 [new file with mode: 0644]
libelftc/elftc_symbol_table_create.3 [new file with mode: 0644]
libelftc/elftc_version.3 [new file with mode: 0644]
libelftc/libelftc.h [new file with mode: 0644]
libelftc/libelftc_bfdtarget.c [new file with mode: 0644]
libelftc/libelftc_dem_arm.c [new file with mode: 0644]
libelftc/libelftc_dem_gnu2.c [new file with mode: 0644]
libelftc/libelftc_dem_gnu3.c [new file with mode: 0644]
libelftc/libelftc_hash.c [new file with mode: 0644]
libelftc/libelftc_vstr.c [new file with mode: 0644]
libelftc/make-toolchain-version [new file with mode: 0755]
libelftc/os.FreeBSD.mk [new file with mode: 0644]
libelftc/os.Linux.mk [new file with mode: 0644]
mk/elftoolchain.inc.mk [new file with mode: 0644]
mk/elftoolchain.lib.mk [new file with mode: 0644]
mk/elftoolchain.m4.mk [new file with mode: 0644]
mk/elftoolchain.os.mk [new file with mode: 0644]
mk/elftoolchain.prog.mk [new file with mode: 0644]
mk/elftoolchain.subdir.mk [new file with mode: 0644]
mk/elftoolchain.test.mk [new file with mode: 0644]
mk/elftoolchain.tet.mk [new file with mode: 0644]
mk/elftoolchain.tetvars.mk [new file with mode: 0644]
mk/elftoolchain.tex.mk [new file with mode: 0644]
mk/os.DragonFly.mk [new file with mode: 0644]
mk/os.FreeBSD.mk [new file with mode: 0644]
mk/os.Linux.mk [new file with mode: 0644]
mk/os.Minix.mk [new file with mode: 0644]
mk/os.NetBSD.mk [new file with mode: 0644]
mk/os.OpenBSD.mk [new file with mode: 0644]
nm/Makefile [new file with mode: 0644]
nm/nm.1 [new file with mode: 0644]
nm/nm.c [new file with mode: 0644]
readelf/Makefile [new file with mode: 0644]
readelf/readelf.1 [new file with mode: 0644]
readelf/readelf.c [new file with mode: 0644]
size/Makefile [new file with mode: 0644]
size/size.1 [new file with mode: 0644]
size/size.c [new file with mode: 0644]
strings/Makefile [new file with mode: 0644]
strings/strings.1 [new file with mode: 0644]
strings/strings.c [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/ar/Makefile [new file with mode: 0644]
test/ar/README [new file with mode: 0644]
test/ar/func.sh [new file with mode: 0755]
test/ar/plugin/Makefile [new file with mode: 0644]
test/ar/plugin/Makefile.ardiff [new file with mode: 0644]
test/ar/plugin/Makefile.teraser [new file with mode: 0644]
test/ar/plugin/ardiff.c [new file with mode: 0644]
test/ar/plugin/teraser.c [new file with mode: 0644]
test/ar/run.sh [new file with mode: 0755]
test/ar/tc/addself-liba/addself-liba.err [new file with mode: 0644]
test/ar/tc/addself-liba/addself-liba.eval [new file with mode: 0644]
test/ar/tc/addself-liba/addself-liba.out [new file with mode: 0644]
test/ar/tc/addself-liba/addself-liba.sh [new file with mode: 0755]
test/ar/tc/addself-liba/in/addself-liba.in.shar [new file with mode: 0644]
test/ar/tc/addself-liba/out/addself-liba.out.shar [new file with mode: 0644]
test/ar/tc/archive-liba-v/archive-liba-v.err [new file with mode: 0644]
test/ar/tc/archive-liba-v/archive-liba-v.eval [new file with mode: 0644]
test/ar/tc/archive-liba-v/archive-liba-v.out [new file with mode: 0644]
test/ar/tc/archive-liba-v/archive-liba-v.sh [new file with mode: 0755]
test/ar/tc/archive-liba-v/in/archive-liba-v.in.shar [new file with mode: 0644]
test/ar/tc/archive-liba-v/out/archive-liba-v.out.shar [new file with mode: 0644]
test/ar/tc/archive-liba/archive-liba.err [new file with mode: 0644]
test/ar/tc/archive-liba/archive-liba.eval [new file with mode: 0644]
test/ar/tc/archive-liba/archive-liba.out [new file with mode: 0644]
test/ar/tc/archive-liba/archive-liba.sh [new file with mode: 0755]
test/ar/tc/archive-liba/in/archive-liba.in.shar [new file with mode: 0644]
test/ar/tc/archive-liba/out/archive-liba.out.shar [new file with mode: 0644]
test/ar/tc/archive-liblong/archive-liblong.err [new file with mode: 0644]
test/ar/tc/archive-liblong/archive-liblong.eval [new file with mode: 0644]
test/ar/tc/archive-liblong/archive-liblong.out [new file with mode: 0644]
test/ar/tc/archive-liblong/archive-liblong.sh [new file with mode: 0755]
test/ar/tc/archive-liblong/in/archive-liblong.in.shar [new file with mode: 0644]
test/ar/tc/archive-liblong/out/archive-liblong.out.shar [new file with mode: 0644]
test/ar/tc/archive-libmix-v/archive-libmix-v.err [new file with mode: 0644]
test/ar/tc/archive-libmix-v/archive-libmix-v.eval [new file with mode: 0644]
test/ar/tc/archive-libmix-v/archive-libmix-v.out [new file with mode: 0644]
test/ar/tc/archive-libmix-v/archive-libmix-v.sh [new file with mode: 0755]
test/ar/tc/archive-libmix-v/in/archive-libmix-v.in.shar [new file with mode: 0644]
test/ar/tc/archive-libmix-v/out/archive-libmix-v.out.shar [new file with mode: 0644]
test/ar/tc/archive-libnonelf-v/archive-libnonelf-v.err [new file with mode: 0644]
test/ar/tc/archive-libnonelf-v/archive-libnonelf-v.eval [new file with mode: 0644]
test/ar/tc/archive-libnonelf-v/archive-libnonelf-v.out [new file with mode: 0644]
test/ar/tc/archive-libnonelf-v/archive-libnonelf-v.sh [new file with mode: 0755]
test/ar/tc/archive-libnonelf-v/in/archive-libnonelf-v.in.shar [new file with mode: 0644]
test/ar/tc/archive-libnonelf-v/out/archive-libnonelf-v.out.shar [new file with mode: 0644]
test/ar/tc/arscript-1/arscript-1.err [new file with mode: 0644]
test/ar/tc/arscript-1/arscript-1.eval [new file with mode: 0644]
test/ar/tc/arscript-1/arscript-1.out [new file with mode: 0644]
test/ar/tc/arscript-1/arscript-1.sh [new file with mode: 0755]
test/ar/tc/arscript-1/in/arscript-1.in.shar [new file with mode: 0644]
test/ar/tc/arscript-1/out/arscript-1.out.shar [new file with mode: 0644]
test/ar/tc/arscript-2/arscript-2.err [new file with mode: 0644]
test/ar/tc/arscript-2/arscript-2.eval [new file with mode: 0644]
test/ar/tc/arscript-2/arscript-2.out [new file with mode: 0644]
test/ar/tc/arscript-2/arscript-2.sh [new file with mode: 0755]
test/ar/tc/arscript-2/in/arscript-2.in.shar [new file with mode: 0644]
test/ar/tc/arscript-2/out/arscript-2.out.shar [new file with mode: 0644]
test/ar/tc/arscript-3/arscript-3.err [new file with mode: 0644]
test/ar/tc/arscript-3/arscript-3.eval [new file with mode: 0644]
test/ar/tc/arscript-3/arscript-3.out [new file with mode: 0644]
test/ar/tc/arscript-3/arscript-3.sh [new file with mode: 0755]
test/ar/tc/arscript-3/in/arscript-3.in.shar [new file with mode: 0644]
test/ar/tc/arscript-3/out/arscript-3.out.shar [new file with mode: 0644]
test/ar/tc/arscript-4/arscript-4.err [new file with mode: 0644]
test/ar/tc/arscript-4/arscript-4.eval [new file with mode: 0644]
test/ar/tc/arscript-4/arscript-4.out [new file with mode: 0644]
test/ar/tc/arscript-4/arscript-4.sh [new file with mode: 0755]
test/ar/tc/arscript-4/in/arscript-4.in.shar [new file with mode: 0644]
test/ar/tc/arscript-4/out/arscript-4.out.shar [new file with mode: 0644]
test/ar/tc/arscript-5/arscript-5.err [new file with mode: 0644]
test/ar/tc/arscript-5/arscript-5.eval [new file with mode: 0644]
test/ar/tc/arscript-5/arscript-5.out [new file with mode: 0644]
test/ar/tc/arscript-5/arscript-5.sh [new file with mode: 0755]
test/ar/tc/arscript-5/in/arscript-5.in.shar [new file with mode: 0644]
test/ar/tc/arscript-5/out/arscript-5.out.shar [new file with mode: 0644]
test/ar/tc/arscript-6/arscript-6.err [new file with mode: 0644]
test/ar/tc/arscript-6/arscript-6.eval [new file with mode: 0644]
test/ar/tc/arscript-6/arscript-6.out [new file with mode: 0644]
test/ar/tc/arscript-6/arscript-6.sh [new file with mode: 0755]
test/ar/tc/arscript-6/in/arscript-6.in.shar [new file with mode: 0644]
test/ar/tc/arscript-6/out/arscript-6.out.shar [new file with mode: 0644]
test/ar/tc/arscript-7/arscript-7.err [new file with mode: 0644]
test/ar/tc/arscript-7/arscript-7.eval [new file with mode: 0644]
test/ar/tc/arscript-7/arscript-7.out [new file with mode: 0644]
test/ar/tc/arscript-7/arscript-7.sh [new file with mode: 0755]
test/ar/tc/arscript-7/in/arscript-7.in.shar [new file with mode: 0644]
test/ar/tc/arscript-7/out/arscript-7.out.shar [new file with mode: 0644]
test/ar/tc/arscript-8/arscript-8.err [new file with mode: 0644]
test/ar/tc/arscript-8/arscript-8.eval [new file with mode: 0644]
test/ar/tc/arscript-8/arscript-8.out [new file with mode: 0644]
test/ar/tc/arscript-8/arscript-8.sh [new file with mode: 0755]
test/ar/tc/arscript-8/in/arscript-8.in.shar [new file with mode: 0644]
test/ar/tc/arscript-8/out/arscript-8.out.shar [new file with mode: 0644]
test/ar/tc/bsd-archive-liba32/bsd-archive-liba32.err [new file with mode: 0644]
test/ar/tc/bsd-archive-liba32/bsd-archive-liba32.eval [new file with mode: 0644]
test/ar/tc/bsd-archive-liba32/bsd-archive-liba32.out [new file with mode: 0644]
test/ar/tc/bsd-archive-liba32/bsd-archive-liba32.sh [new file with mode: 0755]
test/ar/tc/bsd-archive-liba32/in/bsd-archive-liba32.in.shar [new file with mode: 0644]
test/ar/tc/bsd-archive-liba32/out/bsd-archive-liba32.out.shar [new file with mode: 0644]
test/ar/tc/bsd-archive-liblong/bsd-archive-liblong.err [new file with mode: 0644]
test/ar/tc/bsd-archive-liblong/bsd-archive-liblong.eval [new file with mode: 0644]
test/ar/tc/bsd-archive-liblong/bsd-archive-liblong.out [new file with mode: 0644]
test/ar/tc/bsd-archive-liblong/bsd-archive-liblong.sh [new file with mode: 0755]
test/ar/tc/bsd-archive-liblong/in/bsd-archive-liblong.in.shar [new file with mode: 0644]
test/ar/tc/bsd-archive-liblong/out/bsd-archive-liblong.out.shar [new file with mode: 0644]
test/ar/tc/bsd-archive-libnonelf/bsd-archive-libnonelf.err [new file with mode: 0644]
test/ar/tc/bsd-archive-libnonelf/bsd-archive-libnonelf.eval [new file with mode: 0644]
test/ar/tc/bsd-archive-libnonelf/bsd-archive-libnonelf.out [new file with mode: 0644]
test/ar/tc/bsd-archive-libnonelf/bsd-archive-libnonelf.sh [new file with mode: 0755]
test/ar/tc/bsd-archive-libnonelf/in/bsd-archive-libnonelf.in.shar [new file with mode: 0644]
test/ar/tc/bsd-archive-libnonelf/out/bsd-archive-libnonelf.out.shar [new file with mode: 0644]
test/ar/tc/bsd-extract-liba32-v/bsd-extract-liba32-v.err [new file with mode: 0644]
test/ar/tc/bsd-extract-liba32-v/bsd-extract-liba32-v.eval [new file with mode: 0644]
test/ar/tc/bsd-extract-liba32-v/bsd-extract-liba32-v.out [new file with mode: 0644]
test/ar/tc/bsd-extract-liba32-v/bsd-extract-liba32-v.sh [new file with mode: 0755]
test/ar/tc/bsd-extract-liba32-v/in/bsd-extract-liba32-v.in.shar [new file with mode: 0644]
test/ar/tc/bsd-extract-liba32-v/out/bsd-extract-liba32-v.out.shar [new file with mode: 0644]
test/ar/tc/bsd-extract-liblong-v/bsd-extract-liblong-v.err [new file with mode: 0644]
test/ar/tc/bsd-extract-liblong-v/bsd-extract-liblong-v.eval [new file with mode: 0644]
test/ar/tc/bsd-extract-liblong-v/bsd-extract-liblong-v.out [new file with mode: 0644]
test/ar/tc/bsd-extract-liblong-v/bsd-extract-liblong-v.sh [new file with mode: 0755]
test/ar/tc/bsd-extract-liblong-v/in/bsd-extract-liblong-v.in.shar [new file with mode: 0644]
test/ar/tc/bsd-extract-liblong-v/out/bsd-extract-liblong-v.out.shar [new file with mode: 0644]
test/ar/tc/compbase-liba-v/compbase-liba-v.err [new file with mode: 0644]
test/ar/tc/compbase-liba-v/compbase-liba-v.eval [new file with mode: 0644]
test/ar/tc/compbase-liba-v/compbase-liba-v.out [new file with mode: 0644]
test/ar/tc/compbase-liba-v/compbase-liba-v.sh [new file with mode: 0755]
test/ar/tc/compbase-liba-v/in/compbase-liba-v.in.shar [new file with mode: 0644]
test/ar/tc/compbase-liba-v/out/compbase-liba-v.out.shar [new file with mode: 0644]
test/ar/tc/compbase_read-liba/compbase_read-liba.err [new file with mode: 0644]
test/ar/tc/compbase_read-liba/compbase_read-liba.eval [new file with mode: 0644]
test/ar/tc/compbase_read-liba/compbase_read-liba.out [new file with mode: 0644]
test/ar/tc/compbase_read-liba/compbase_read-liba.sh [new file with mode: 0755]
test/ar/tc/compbase_read-liba/in/compbase_read-liba.in.shar [new file with mode: 0644]
test/ar/tc/compbase_read-liba/out/compbase_read-liba.out.shar [new file with mode: 0644]
test/ar/tc/delete-liba-v/delete-liba-v.err [new file with mode: 0644]
test/ar/tc/delete-liba-v/delete-liba-v.eval [new file with mode: 0644]
test/ar/tc/delete-liba-v/delete-liba-v.out [new file with mode: 0644]
test/ar/tc/delete-liba-v/delete-liba-v.sh [new file with mode: 0755]
test/ar/tc/delete-liba-v/in/delete-liba-v.in.shar [new file with mode: 0644]
test/ar/tc/delete-liba-v/out/delete-liba-v.out.shar [new file with mode: 0644]
test/ar/tc/delete-liblong/delete-liblong.err [new file with mode: 0644]
test/ar/tc/delete-liblong/delete-liblong.eval [new file with mode: 0644]
test/ar/tc/delete-liblong/delete-liblong.out [new file with mode: 0644]
test/ar/tc/delete-liblong/delete-liblong.sh [new file with mode: 0755]
test/ar/tc/delete-liblong/in/delete-liblong.in.shar [new file with mode: 0644]
test/ar/tc/delete-liblong/out/delete-liblong.out.shar [new file with mode: 0644]
test/ar/tc/delete-libmix-v/delete-libmix-v.err [new file with mode: 0644]
test/ar/tc/delete-libmix-v/delete-libmix-v.eval [new file with mode: 0644]
test/ar/tc/delete-libmix-v/delete-libmix-v.out [new file with mode: 0644]
test/ar/tc/delete-libmix-v/delete-libmix-v.sh [new file with mode: 0755]
test/ar/tc/delete-libmix-v/in/delete-libmix-v.in.shar [new file with mode: 0644]
test/ar/tc/delete-libmix-v/out/delete-libmix-v.out.shar [new file with mode: 0644]
test/ar/tc/delete_all-liba-v/delete_all-liba-v.err [new file with mode: 0644]
test/ar/tc/delete_all-liba-v/delete_all-liba-v.eval [new file with mode: 0644]
test/ar/tc/delete_all-liba-v/delete_all-liba-v.out [new file with mode: 0644]
test/ar/tc/delete_all-liba-v/delete_all-liba-v.sh [new file with mode: 0755]
test/ar/tc/delete_all-liba-v/in/delete_all-liba-v.in.shar [new file with mode: 0644]
test/ar/tc/delete_all-liba-v/out/delete_all-liba-v.out.shar [new file with mode: 0644]
test/ar/tc/extract-liba-v/extract-liba-v.err [new file with mode: 0644]
test/ar/tc/extract-liba-v/extract-liba-v.eval [new file with mode: 0644]
test/ar/tc/extract-liba-v/extract-liba-v.out [new file with mode: 0644]
test/ar/tc/extract-liba-v/extract-liba-v.sh [new file with mode: 0755]
test/ar/tc/extract-liba-v/in/extract-liba-v.in.shar [new file with mode: 0644]
test/ar/tc/extract-liba-v/out/extract-liba-v.out.shar [new file with mode: 0644]
test/ar/tc/extract-liba/extract-liba.err [new file with mode: 0644]
test/ar/tc/extract-liba/extract-liba.eval [new file with mode: 0644]
test/ar/tc/extract-liba/extract-liba.out [new file with mode: 0644]
test/ar/tc/extract-liba/extract-liba.sh [new file with mode: 0755]
test/ar/tc/extract-liba/in/extract-liba.in.shar [new file with mode: 0644]
test/ar/tc/extract-liba/out/extract-liba.out.shar [new file with mode: 0644]
test/ar/tc/extract-liblong/extract-liblong.err [new file with mode: 0644]
test/ar/tc/extract-liblong/extract-liblong.eval [new file with mode: 0644]
test/ar/tc/extract-liblong/extract-liblong.out [new file with mode: 0644]
test/ar/tc/extract-liblong/extract-liblong.sh [new file with mode: 0755]
test/ar/tc/extract-liblong/in/extract-liblong.in.shar [new file with mode: 0644]
test/ar/tc/extract-liblong/out/extract-liblong.out.shar [new file with mode: 0644]
test/ar/tc/extract-libmix-v/extract-libmix-v.err [new file with mode: 0644]
test/ar/tc/extract-libmix-v/extract-libmix-v.eval [new file with mode: 0644]
test/ar/tc/extract-libmix-v/extract-libmix-v.out [new file with mode: 0644]
test/ar/tc/extract-libmix-v/extract-libmix-v.sh [new file with mode: 0755]
test/ar/tc/extract-libmix-v/in/extract-libmix-v.in.shar [new file with mode: 0644]
test/ar/tc/extract-libmix-v/out/extract-libmix-v.out.shar [new file with mode: 0644]
test/ar/tc/extract-libnonelf-v/extract-libnonelf-v.err [new file with mode: 0644]
test/ar/tc/extract-libnonelf-v/extract-libnonelf-v.eval [new file with mode: 0644]
test/ar/tc/extract-libnonelf-v/extract-libnonelf-v.out [new file with mode: 0644]
test/ar/tc/extract-libnonelf-v/extract-libnonelf-v.sh [new file with mode: 0755]
test/ar/tc/extract-libnonelf-v/in/extract-libnonelf-v.in.shar [new file with mode: 0644]
test/ar/tc/extract-libnonelf-v/out/extract-libnonelf-v.out.shar [new file with mode: 0644]
test/ar/tc/list-lib65536/in/list-lib65536.in.shar [new file with mode: 0644]
test/ar/tc/list-lib65536/list-lib65536.err [new file with mode: 0644]
test/ar/tc/list-lib65536/list-lib65536.eval [new file with mode: 0644]
test/ar/tc/list-lib65536/list-lib65536.out [new file with mode: 0644]
test/ar/tc/list-lib65536/list-lib65536.sh [new file with mode: 0755]
test/ar/tc/list-lib65536/out/list-lib65536.out.shar [new file with mode: 0644]
test/ar/tc/list-liblong/in/list-liblong.in.shar [new file with mode: 0644]
test/ar/tc/list-liblong/list-liblong.err [new file with mode: 0644]
test/ar/tc/list-liblong/list-liblong.eval [new file with mode: 0644]
test/ar/tc/list-liblong/list-liblong.out [new file with mode: 0644]
test/ar/tc/list-liblong/list-liblong.sh [new file with mode: 0755]
test/ar/tc/list-liblong/out/list-liblong.out.shar [new file with mode: 0644]
test/ar/tc/list_s-libaS/in/list_s-libaS.in.shar [new file with mode: 0644]
test/ar/tc/list_s-libaS/list_s-libaS.err [new file with mode: 0644]
test/ar/tc/list_s-libaS/list_s-libaS.eval [new file with mode: 0644]
test/ar/tc/list_s-libaS/list_s-libaS.out [new file with mode: 0644]
test/ar/tc/list_s-libaS/list_s-libaS.sh [new file with mode: 0755]
test/ar/tc/list_s-libaS/out/list_s-libaS.out.shar [new file with mode: 0644]
test/ar/tc/moveafter-liba-v/in/moveafter-liba-v.in.shar [new file with mode: 0644]
test/ar/tc/moveafter-liba-v/moveafter-liba-v.err [new file with mode: 0644]
test/ar/tc/moveafter-liba-v/moveafter-liba-v.eval [new file with mode: 0644]
test/ar/tc/moveafter-liba-v/moveafter-liba-v.out [new file with mode: 0644]
test/ar/tc/moveafter-liba-v/moveafter-liba-v.sh [new file with mode: 0755]
test/ar/tc/moveafter-liba-v/out/moveafter-liba-v.out.shar [new file with mode: 0644]
test/ar/tc/moveafter-libmix-v/in/moveafter-libmix-v.in.shar [new file with mode: 0644]
test/ar/tc/moveafter-libmix-v/moveafter-libmix-v.err [new file with mode: 0644]
test/ar/tc/moveafter-libmix-v/moveafter-libmix-v.eval [new file with mode: 0644]
test/ar/tc/moveafter-libmix-v/moveafter-libmix-v.out [new file with mode: 0644]
test/ar/tc/moveafter-libmix-v/moveafter-libmix-v.sh [new file with mode: 0755]
test/ar/tc/moveafter-libmix-v/out/moveafter-libmix-v.out.shar [new file with mode: 0644]
test/ar/tc/moveafter_movepos-liba-v/in/moveafter_movepos-liba-v.in.shar [new file with mode: 0644]
test/ar/tc/moveafter_movepos-liba-v/moveafter_movepos-liba-v.err [new file with mode: 0644]
test/ar/tc/moveafter_movepos-liba-v/moveafter_movepos-liba-v.eval [new file with mode: 0644]
test/ar/tc/moveafter_movepos-liba-v/moveafter_movepos-liba-v.out [new file with mode: 0644]
test/ar/tc/moveafter_movepos-liba-v/moveafter_movepos-liba-v.sh [new file with mode: 0755]
test/ar/tc/moveafter_movepos-liba-v/out/moveafter_movepos-liba-v.out.shar [new file with mode: 0644]
test/ar/tc/movebefore-liba-v/in/movebefore-liba-v.in.shar [new file with mode: 0644]
test/ar/tc/movebefore-liba-v/movebefore-liba-v.err [new file with mode: 0644]
test/ar/tc/movebefore-liba-v/movebefore-liba-v.eval [new file with mode: 0644]
test/ar/tc/movebefore-liba-v/movebefore-liba-v.out [new file with mode: 0644]
test/ar/tc/movebefore-liba-v/movebefore-liba-v.sh [new file with mode: 0755]
test/ar/tc/movebefore-liba-v/out/movebefore-liba-v.out.shar [new file with mode: 0644]
test/ar/tc/movebefore-libmix/in/movebefore-libmix.in.shar [new file with mode: 0644]
test/ar/tc/movebefore-libmix/movebefore-libmix.err [new file with mode: 0644]
test/ar/tc/movebefore-libmix/movebefore-libmix.eval [new file with mode: 0644]
test/ar/tc/movebefore-libmix/movebefore-libmix.out [new file with mode: 0644]
test/ar/tc/movebefore-libmix/movebefore-libmix.sh [new file with mode: 0755]
test/ar/tc/movebefore-libmix/out/movebefore-libmix.out.shar [new file with mode: 0644]
test/ar/tc/movebefore_movepos-liba-v/in/movebefore_movepos-liba-v.in.shar [new file with mode: 0644]
test/ar/tc/movebefore_movepos-liba-v/movebefore_movepos-liba-v.err [new file with mode: 0644]
test/ar/tc/movebefore_movepos-liba-v/movebefore_movepos-liba-v.eval [new file with mode: 0644]
test/ar/tc/movebefore_movepos-liba-v/movebefore_movepos-liba-v.out [new file with mode: 0644]
test/ar/tc/movebefore_movepos-liba-v/movebefore_movepos-liba-v.sh [new file with mode: 0755]
test/ar/tc/movebefore_movepos-liba-v/out/movebefore_movepos-liba-v.out.shar [new file with mode: 0644]
test/ar/tc/movetail-libmix/in/movetail-libmix.in.shar [new file with mode: 0644]
test/ar/tc/movetail-libmix/movetail-libmix.err [new file with mode: 0644]
test/ar/tc/movetail-libmix/movetail-libmix.eval [new file with mode: 0644]
test/ar/tc/movetail-libmix/movetail-libmix.out [new file with mode: 0644]
test/ar/tc/movetail-libmix/movetail-libmix.sh [new file with mode: 0755]
test/ar/tc/movetail-libmix/out/movetail-libmix.out.shar [new file with mode: 0644]
test/ar/tc/optionl-liba/in/optionl-liba.in.shar [new file with mode: 0644]
test/ar/tc/optionl-liba/optionl-liba.err [new file with mode: 0644]
test/ar/tc/optionl-liba/optionl-liba.eval [new file with mode: 0644]
test/ar/tc/optionl-liba/optionl-liba.out [new file with mode: 0644]
test/ar/tc/optionl-liba/optionl-liba.sh [new file with mode: 0755]
test/ar/tc/optionl-liba/out/optionl-liba.out.shar [new file with mode: 0644]
test/ar/tc/print-liblong-v/in/print-liblong-v.in.shar [new file with mode: 0644]
test/ar/tc/print-liblong-v/out/print-liblong-v.out.shar [new file with mode: 0644]
test/ar/tc/print-liblong-v/print-liblong-v.err [new file with mode: 0644]
test/ar/tc/print-liblong-v/print-liblong-v.eval [new file with mode: 0644]
test/ar/tc/print-liblong-v/print-liblong-v.out [new file with mode: 0644]
test/ar/tc/print-liblong-v/print-liblong-v.sh [new file with mode: 0755]
test/ar/tc/print-liblong/in/print-liblong.in.shar [new file with mode: 0644]
test/ar/tc/print-liblong/out/print-liblong.out.shar [new file with mode: 0644]
test/ar/tc/print-liblong/print-liblong.err [new file with mode: 0644]
test/ar/tc/print-liblong/print-liblong.eval [new file with mode: 0644]
test/ar/tc/print-liblong/print-liblong.out [new file with mode: 0644]
test/ar/tc/print-liblong/print-liblong.sh [new file with mode: 0755]
test/ar/tc/print-libmix-v/in/print-libmix-v.in.shar [new file with mode: 0644]
test/ar/tc/print-libmix-v/out/print-libmix-v.out.shar [new file with mode: 0644]
test/ar/tc/print-libmix-v/print-libmix-v.err [new file with mode: 0644]
test/ar/tc/print-libmix-v/print-libmix-v.eval [new file with mode: 0644]
test/ar/tc/print-libmix-v/print-libmix-v.out [new file with mode: 0644]
test/ar/tc/print-libmix-v/print-libmix-v.sh [new file with mode: 0755]
test/ar/tc/print-libmix/in/print-libmix.in.shar [new file with mode: 0644]
test/ar/tc/print-libmix/out/print-libmix.out.shar [new file with mode: 0644]
test/ar/tc/print-libmix/print-libmix.err [new file with mode: 0644]
test/ar/tc/print-libmix/print-libmix.eval [new file with mode: 0644]
test/ar/tc/print-libmix/print-libmix.out [new file with mode: 0644]
test/ar/tc/print-libmix/print-libmix.sh [new file with mode: 0755]
test/ar/tc/quickadd-liba-v/in/quickadd-liba-v.in.shar [new file with mode: 0644]
test/ar/tc/quickadd-liba-v/out/quickadd-liba-v.out.shar [new file with mode: 0644]
test/ar/tc/quickadd-liba-v/quickadd-liba-v.err [new file with mode: 0644]
test/ar/tc/quickadd-liba-v/quickadd-liba-v.eval [new file with mode: 0644]
test/ar/tc/quickadd-liba-v/quickadd-liba-v.out [new file with mode: 0644]
test/ar/tc/quickadd-liba-v/quickadd-liba-v.sh [new file with mode: 0755]
test/ar/tc/undefined-libsbrk/in/undefined-libsbrk.in.shar [new file with mode: 0644]
test/ar/tc/undefined-libsbrk/out/undefined-libsbrk.out.shar [new file with mode: 0644]
test/ar/tc/undefined-libsbrk/undefined-libsbrk.err [new file with mode: 0644]
test/ar/tc/undefined-libsbrk/undefined-libsbrk.eval [new file with mode: 0644]
test/ar/tc/undefined-libsbrk/undefined-libsbrk.out [new file with mode: 0644]
test/ar/tc/undefined-libsbrk/undefined-libsbrk.sh [new file with mode: 0755]
test/ar/tc/usage-ab/usage-ab.err [new file with mode: 0644]
test/ar/tc/usage-ab/usage-ab.eval [new file with mode: 0644]
test/ar/tc/usage-ab/usage-ab.out [new file with mode: 0644]
test/ar/tc/usage-ab/usage-ab.sh [new file with mode: 0755]
test/ar/tc/usage-bi/usage-bi.err [new file with mode: 0644]
test/ar/tc/usage-bi/usage-bi.eval [new file with mode: 0644]
test/ar/tc/usage-bi/usage-bi.out [new file with mode: 0644]
test/ar/tc/usage-bi/usage-bi.sh [new file with mode: 0755]
test/ar/tc/usage-tx/usage-tx.err [new file with mode: 0644]
test/ar/tc/usage-tx/usage-tx.eval [new file with mode: 0644]
test/ar/tc/usage-tx/usage-tx.out [new file with mode: 0644]
test/ar/tc/usage-tx/usage-tx.sh [new file with mode: 0755]
test/ar/tc/weaksymbol-libweak/in/weaksymbol-libweak.in.shar [new file with mode: 0644]
test/ar/tc/weaksymbol-libweak/out/weaksymbol-libweak.out.shar [new file with mode: 0644]
test/ar/tc/weaksymbol-libweak/weaksymbol-libweak.err [new file with mode: 0644]
test/ar/tc/weaksymbol-libweak/weaksymbol-libweak.eval [new file with mode: 0644]
test/ar/tc/weaksymbol-libweak/weaksymbol-libweak.out [new file with mode: 0644]
test/ar/tc/weaksymbol-libweak/weaksymbol-libweak.sh [new file with mode: 0755]
test/ar/tcgen.sh [new file with mode: 0755]
test/elfcopy/Makefile [new file with mode: 0644]
test/elfcopy/func.sh [new file with mode: 0755]
test/elfcopy/plugin/Makefile [new file with mode: 0644]
test/elfcopy/plugin/Makefile.ardiff [new file with mode: 0644]
test/elfcopy/plugin/Makefile.teraser [new file with mode: 0644]
test/elfcopy/plugin/ardiff.c [new file with mode: 0644]
test/elfcopy/plugin/teraser.c [new file with mode: 0644]
test/elfcopy/run.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-L-1/elfcopy-L-1.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-L-1/elfcopy-L-1.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-L-1/elfcopy-L-1.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-L-1/elfcopy-L-1.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-L-1/in/elfcopy-L-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-L-1/out/elfcopy-L-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-L-2/elfcopy-L-2.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-L-2/elfcopy-L-2.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-L-2/elfcopy-L-2.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-L-2/elfcopy-L-2.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-L-2/in/elfcopy-L-2.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-L-2/out/elfcopy-L-2.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-N-1/elfcopy-N-1.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-N-1/elfcopy-N-1.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-N-1/elfcopy-N-1.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-N-1/elfcopy-N-1.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-N-1/in/elfcopy-N-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-N-1/out/elfcopy-N-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-N-2/elfcopy-N-2.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-N-2/elfcopy-N-2.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-N-2/elfcopy-N-2.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-N-2/elfcopy-N-2.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-N-2/in/elfcopy-N-2.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-N-2/out/elfcopy-N-2.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-1/elfcopy-noops-1.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-1/elfcopy-noops-1.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-1/elfcopy-noops-1.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-1/elfcopy-noops-1.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-noops-1/in/elfcopy-noops-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-1/out/elfcopy-noops-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-2/elfcopy-noops-2.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-2/elfcopy-noops-2.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-2/elfcopy-noops-2.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-2/elfcopy-noops-2.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-noops-2/in/elfcopy-noops-2.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-2/out/elfcopy-noops-2.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-3/elfcopy-noops-3.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-3/elfcopy-noops-3.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-3/elfcopy-noops-3.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-3/elfcopy-noops-3.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-noops-3/in/elfcopy-noops-3.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-3/out/elfcopy-noops-3.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-4/elfcopy-noops-4.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-4/elfcopy-noops-4.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-4/elfcopy-noops-4.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-4/elfcopy-noops-4.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-noops-4/in/elfcopy-noops-4.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-4/out/elfcopy-noops-4.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-5/elfcopy-noops-5.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-5/elfcopy-noops-5.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-5/elfcopy-noops-5.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-5/elfcopy-noops-5.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-noops-5/in/elfcopy-noops-5.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-5/out/elfcopy-noops-5.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-6/elfcopy-noops-6.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-6/elfcopy-noops-6.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-6/elfcopy-noops-6.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-6/elfcopy-noops-6.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-noops-6/in/elfcopy-noops-6.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-6/out/elfcopy-noops-6.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-7/elfcopy-noops-7.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-7/elfcopy-noops-7.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-7/elfcopy-noops-7.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-7/elfcopy-noops-7.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-noops-7/in/elfcopy-noops-7.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-7/out/elfcopy-noops-7.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-archive-1/elfcopy-noops-archive-1.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-archive-1/elfcopy-noops-archive-1.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-archive-1/elfcopy-noops-archive-1.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-archive-1/elfcopy-noops-archive-1.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-noops-archive-1/in/elfcopy-noops-archive-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-archive-1/out/elfcopy-noops-archive-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-archive-2/elfcopy-noops-archive-2.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-archive-2/elfcopy-noops-archive-2.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-archive-2/elfcopy-noops-archive-2.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-archive-2/elfcopy-noops-archive-2.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-noops-archive-2/in/elfcopy-noops-archive-2.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-noops-archive-2/out/elfcopy-noops-archive-2.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-rename-1/elfcopy-rename-1.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-rename-1/elfcopy-rename-1.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-rename-1/elfcopy-rename-1.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-rename-1/elfcopy-rename-1.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-rename-1/in/elfcopy-rename-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-rename-1/out/elfcopy-rename-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-ihex-1/elfcopy-to-ihex-1.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-ihex-1/elfcopy-to-ihex-1.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-ihex-1/elfcopy-to-ihex-1.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-ihex-1/elfcopy-to-ihex-1.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-to-ihex-1/in/elfcopy-to-ihex-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-ihex-1/out/elfcopy-to-ihex-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-1/elfcopy-to-srec-1.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-1/elfcopy-to-srec-1.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-1/elfcopy-to-srec-1.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-1/elfcopy-to-srec-1.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-to-srec-1/in/elfcopy-to-srec-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-1/out/elfcopy-to-srec-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-2/elfcopy-to-srec-2.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-2/elfcopy-to-srec-2.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-2/elfcopy-to-srec-2.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-2/elfcopy-to-srec-2.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-to-srec-2/in/elfcopy-to-srec-2.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-2/out/elfcopy-to-srec-2.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-3/elfcopy-to-srec-3.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-3/elfcopy-to-srec-3.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-3/elfcopy-to-srec-3.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-3/elfcopy-to-srec-3.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-to-srec-3/in/elfcopy-to-srec-3.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-srec-3/out/elfcopy-to-srec-3.out.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-symbolsrec-1/elfcopy-to-symbolsrec-1.err [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-symbolsrec-1/elfcopy-to-symbolsrec-1.eval [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-symbolsrec-1/elfcopy-to-symbolsrec-1.out [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-symbolsrec-1/elfcopy-to-symbolsrec-1.sh [new file with mode: 0755]
test/elfcopy/tc/elfcopy-to-symbolsrec-1/in/elfcopy-to-symbolsrec-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/elfcopy-to-symbolsrec-1/out/elfcopy-to-symbolsrec-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-K-1/in/strip-K-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-K-1/out/strip-K-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-K-1/strip-K-1.err [new file with mode: 0644]
test/elfcopy/tc/strip-K-1/strip-K-1.eval [new file with mode: 0644]
test/elfcopy/tc/strip-K-1/strip-K-1.out [new file with mode: 0644]
test/elfcopy/tc/strip-K-1/strip-K-1.sh [new file with mode: 0755]
test/elfcopy/tc/strip-K-2/in/strip-K-2.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-K-2/out/strip-K-2.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-K-2/strip-K-2.err [new file with mode: 0644]
test/elfcopy/tc/strip-K-2/strip-K-2.eval [new file with mode: 0644]
test/elfcopy/tc/strip-K-2/strip-K-2.out [new file with mode: 0644]
test/elfcopy/tc/strip-K-2/strip-K-2.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-1/in/strip-all-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-1/out/strip-all-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-1/strip-all-1.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-1/strip-all-1.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-1/strip-all-1.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-1/strip-all-1.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-10/in/strip-all-10.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-10/out/strip-all-10.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-10/strip-all-10.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-10/strip-all-10.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-10/strip-all-10.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-10/strip-all-10.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-2/in/strip-all-2.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-2/out/strip-all-2.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-2/strip-all-2.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-2/strip-all-2.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-2/strip-all-2.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-2/strip-all-2.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-3/in/strip-all-3.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-3/out/strip-all-3.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-3/strip-all-3.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-3/strip-all-3.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-3/strip-all-3.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-3/strip-all-3.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-4/in/strip-all-4.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-4/out/strip-all-4.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-4/strip-all-4.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-4/strip-all-4.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-4/strip-all-4.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-4/strip-all-4.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-5/in/strip-all-5.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-5/out/strip-all-5.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-5/strip-all-5.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-5/strip-all-5.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-5/strip-all-5.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-5/strip-all-5.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-6/in/strip-all-6.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-6/out/strip-all-6.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-6/strip-all-6.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-6/strip-all-6.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-6/strip-all-6.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-6/strip-all-6.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-7/in/strip-all-7.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-7/out/strip-all-7.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-7/strip-all-7.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-7/strip-all-7.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-7/strip-all-7.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-7/strip-all-7.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-8/in/strip-all-8.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-8/out/strip-all-8.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-8/strip-all-8.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-8/strip-all-8.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-8/strip-all-8.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-8/strip-all-8.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-9/in/strip-all-9.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-9/out/strip-all-9.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-9/strip-all-9.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-9/strip-all-9.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-9/strip-all-9.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-9/strip-all-9.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-archive-1/in/strip-all-archive-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-archive-1/out/strip-all-archive-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-archive-1/strip-all-archive-1.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-archive-1/strip-all-archive-1.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-archive-1/strip-all-archive-1.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-archive-1/strip-all-archive-1.sh [new file with mode: 0755]
test/elfcopy/tc/strip-all-archive-2/in/strip-all-archive-2.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-archive-2/out/strip-all-archive-2.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-all-archive-2/strip-all-archive-2.err [new file with mode: 0644]
test/elfcopy/tc/strip-all-archive-2/strip-all-archive-2.eval [new file with mode: 0644]
test/elfcopy/tc/strip-all-archive-2/strip-all-archive-2.out [new file with mode: 0644]
test/elfcopy/tc/strip-all-archive-2/strip-all-archive-2.sh [new file with mode: 0755]
test/elfcopy/tc/strip-debug-1/in/strip-debug-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-debug-1/out/strip-debug-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-debug-1/strip-debug-1.err [new file with mode: 0644]
test/elfcopy/tc/strip-debug-1/strip-debug-1.eval [new file with mode: 0644]
test/elfcopy/tc/strip-debug-1/strip-debug-1.out [new file with mode: 0644]
test/elfcopy/tc/strip-debug-1/strip-debug-1.sh [new file with mode: 0755]
test/elfcopy/tc/strip-debug-2/in/strip-debug-2.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-debug-2/out/strip-debug-2.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-debug-2/strip-debug-2.err [new file with mode: 0644]
test/elfcopy/tc/strip-debug-2/strip-debug-2.eval [new file with mode: 0644]
test/elfcopy/tc/strip-debug-2/strip-debug-2.out [new file with mode: 0644]
test/elfcopy/tc/strip-debug-2/strip-debug-2.sh [new file with mode: 0755]
test/elfcopy/tc/strip-debug-3/in/strip-debug-3.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-debug-3/out/strip-debug-3.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-debug-3/strip-debug-3.err [new file with mode: 0644]
test/elfcopy/tc/strip-debug-3/strip-debug-3.eval [new file with mode: 0644]
test/elfcopy/tc/strip-debug-3/strip-debug-3.out [new file with mode: 0644]
test/elfcopy/tc/strip-debug-3/strip-debug-3.sh [new file with mode: 0755]
test/elfcopy/tc/strip-debug-4/in/strip-debug-4.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-debug-4/out/strip-debug-4.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-debug-4/strip-debug-4.err [new file with mode: 0644]
test/elfcopy/tc/strip-debug-4/strip-debug-4.eval [new file with mode: 0644]
test/elfcopy/tc/strip-debug-4/strip-debug-4.out [new file with mode: 0644]
test/elfcopy/tc/strip-debug-4/strip-debug-4.sh [new file with mode: 0755]
test/elfcopy/tc/strip-onlydebug-1/in/strip-onlydebug-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-onlydebug-1/out/strip-onlydebug-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-onlydebug-1/strip-onlydebug-1.err [new file with mode: 0644]
test/elfcopy/tc/strip-onlydebug-1/strip-onlydebug-1.eval [new file with mode: 0644]
test/elfcopy/tc/strip-onlydebug-1/strip-onlydebug-1.out [new file with mode: 0644]
test/elfcopy/tc/strip-onlydebug-1/strip-onlydebug-1.sh [new file with mode: 0755]
test/elfcopy/tc/strip-unneeded-1/in/strip-unneeded-1.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-unneeded-1/out/strip-unneeded-1.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-unneeded-1/strip-unneeded-1.err [new file with mode: 0644]
test/elfcopy/tc/strip-unneeded-1/strip-unneeded-1.eval [new file with mode: 0644]
test/elfcopy/tc/strip-unneeded-1/strip-unneeded-1.out [new file with mode: 0644]
test/elfcopy/tc/strip-unneeded-1/strip-unneeded-1.sh [new file with mode: 0755]
test/elfcopy/tc/strip-unneeded-2/in/strip-unneeded-2.in.shar [new file with mode: 0644]
test/elfcopy/tc/strip-unneeded-2/out/strip-unneeded-2.out.shar [new file with mode: 0644]
test/elfcopy/tc/strip-unneeded-2/strip-unneeded-2.err [new file with mode: 0644]
test/elfcopy/tc/strip-unneeded-2/strip-unneeded-2.eval [new file with mode: 0644]
test/elfcopy/tc/strip-unneeded-2/strip-unneeded-2.out [new file with mode: 0644]
test/elfcopy/tc/strip-unneeded-2/strip-unneeded-2.sh [new file with mode: 0755]
test/elfcopy/tcgen.sh [new file with mode: 0755]
test/elfdump/Makefile [new file with mode: 0644]
test/elfdump/tet_scen [new file with mode: 0644]
test/elfdump/tetexec.cfg [new file with mode: 0644]
test/elfdump/ts/archive1/@G%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@G%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@G%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@G%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@c%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@c%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@d%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@d%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@e%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@e%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@h%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@h%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@k%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@k%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@n%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@n%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@p%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@p%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@r%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@r%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@s%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@s%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@s@N%.symtab%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@s@N%.symtab%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@s@N%ARSYM%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@s@N%ARSYM%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@S@v%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@S@v%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@c%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@c%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@c@p@n%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@c@p@n%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@c@s%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@c@s%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@d%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@d%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@e%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@e%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@e@i%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@e@i%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@e@p@c%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@e@p@c%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@h%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@h%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@n%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@n%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@p%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@p%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@p@s%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@p@s%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/@r%liba.a.err [new file with mode: 0644]
test/elfdump/ts/archive1/@r%liba.a.out [new file with mode: 0644]
test/elfdump/ts/archive1/liba.a [new file with mode: 0644]
test/elfdump/ts/archive1/tc [new file with mode: 0755]
test/elfdump/ts/archive2/@G%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@G%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@G%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@G%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@c%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@c%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@d%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@d%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@e%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@e%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@h%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@h%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@k%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@k%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@n%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@n%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@p%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@p%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@r%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@r%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@s%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@s%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@s@N%.symtab%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@s@N%.symtab%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@s@N%ARSYM%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@s@N%ARSYM%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@S@v%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@S@v%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@c%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@c%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@d%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@d%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@e%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@e%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@h%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@h%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@i%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@i%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@k%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@k%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@n%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@n%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@p%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@p%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@r%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@r%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@s%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@s%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/@v%libdwarf.a.err [new file with mode: 0644]
test/elfdump/ts/archive2/@v%libdwarf.a.out [new file with mode: 0644]
test/elfdump/ts/archive2/libdwarf.a [new file with mode: 0644]
test/elfdump/ts/archive2/tc [new file with mode: 0755]
test/elfdump/ts/bin/tcgen.sh [new file with mode: 0755]
test/elfdump/ts/common/func.sh [new file with mode: 0755]
test/elfdump/ts/dso1/@G%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@G%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@G%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@G%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@c@s%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@c@s%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@d%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@d%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@e%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@e%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@h%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@h%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@k%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@k%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@n%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@n%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@p%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@p%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@r%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@r%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@s@N%.dynsym%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@s@N%.dynsym%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@S@v%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@S@v%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@c%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@c%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@c@p@n%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@c@p@n%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@c@s%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@c@s%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@d%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@d%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@e%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@e%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@e@i%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@e@i%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@e@p@c%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@e@p@c%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@h%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@h%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@n%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@n%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@p%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@p%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@p@s%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@p@s%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/@r%libelf.so.err [new file with mode: 0644]
test/elfdump/ts/dso1/@r%libelf.so.out [new file with mode: 0644]
test/elfdump/ts/dso1/libelf.so [new file with mode: 0644]
test/elfdump/ts/dso1/tc [new file with mode: 0755]
test/elfdump/ts/dso2/@G%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@G%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@G%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@G%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@c%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@c%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@d%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@d%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@e%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@e%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@h%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@h%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@k%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@k%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@n%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@n%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@p%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@p%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@r%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@r%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@s%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@s%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@S@v%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@S@v%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@c%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@c%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@c@p@n%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@c@p@n%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@c@s%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@c@s%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@d%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@d%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@e%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@e%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@e@i%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@e@i%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@e@p@c%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@e@p@c%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@h%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@h%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@n%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@n%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@p%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@p%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@p@s%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@p@s%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/@r%test.so.err [new file with mode: 0644]
test/elfdump/ts/dso2/@r%test.so.out [new file with mode: 0644]
test/elfdump/ts/dso2/tc [new file with mode: 0755]
test/elfdump/ts/dso2/test.so [new file with mode: 0644]
test/elfdump/ts/exec1/@G%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@G%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@G@e%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@G@e%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@G%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@G%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@c@s%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@c@s%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@d%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@d%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@e%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@e%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@e@k%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@e@k%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@e@p%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@e@p%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@h%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@h%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@n%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@n%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@r%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@r%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@r@N%.rela.dyn%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@r@N%.rela.dyn%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@r@N%.rela.dyn@N%.rela.plt%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@r@N%.rela.dyn@N%.rela.plt%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@s@N%.dynsym%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@s@N%.dynsym%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@S@v%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@S@v%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@c%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@c%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@c@d%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@c@d%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@c@p@n%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@c@p@n%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@c@s%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@c@s%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@e%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@e%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@e@d%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@e@d%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@e@p%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@e@p%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@e@p@c@d%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@e@p@c@d%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@n%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@n%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@p@e%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@p@e%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@p@n%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@p@n%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/@p@s%ls.err [new file with mode: 0644]
test/elfdump/ts/exec1/@p@s%ls.out [new file with mode: 0644]
test/elfdump/ts/exec1/ls [new file with mode: 0644]
test/elfdump/ts/exec1/tc [new file with mode: 0755]
test/elfdump/ts/exec2/@G%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@G%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@G@e%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@G@e%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@G%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@G%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@c@s%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@c@s%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@d%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@d%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@e%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@e%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@e@p%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@e@p%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@h%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@h%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@k%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@k%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@n%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@n%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@r%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@r%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@r@N%.rela.dyn%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@r@N%.rela.dyn%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@s@N%.dynsym%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@s@N%.dynsym%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@S@v%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@S@v%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@c%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@c%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@c@d%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@c@d%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@c@p@n%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@c@p@n%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@c@s%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@c@s%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@e%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@e%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@e@d%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@e@d%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@e@i%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@e@i%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@e@p%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@e@p%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@e@p@c@d%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@e@p@c@d%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@h%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@h%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@n%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@n%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@p@e%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@p@e%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@p@n%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@p@n%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@p@s%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@p@s%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/@r%cp.err [new file with mode: 0644]
test/elfdump/ts/exec2/@r%cp.out [new file with mode: 0644]
test/elfdump/ts/exec2/cp [new file with mode: 0644]
test/elfdump/ts/exec2/tc [new file with mode: 0755]
test/libdwarf/Makefile [new file with mode: 0644]
test/libdwarf/tet_scen [new file with mode: 0644]
test/libdwarf/tetbuild.cfg [new file with mode: 0644]
test/libdwarf/tetclean.cfg [new file with mode: 0644]
test/libdwarf/tetexec.cfg [new file with mode: 0644]
test/libdwarf/ts/Makefile [new file with mode: 0644]
test/libdwarf/ts/Makefile.tset [new file with mode: 0644]
test/libdwarf/ts/README [new file with mode: 0644]
test/libdwarf/ts/bin/count-ic [new file with mode: 0755]
test/libdwarf/ts/common/die_traverse.c [new file with mode: 0644]
test/libdwarf/ts/common/driver.c [new file with mode: 0644]
test/libdwarf/ts/common/driver.h [new file with mode: 0644]
test/libdwarf/ts/common/object/dt32-g1.gz [new file with mode: 0755]
test/libdwarf/ts/common/object/dt64-g1.gz [new file with mode: 0755]
test/libdwarf/ts/common/object/dt64-g3.gz [new file with mode: 0755]
test/libdwarf/ts/common/object/dto64-g1.gz [new file with mode: 0644]
test/libdwarf/ts/common/object/ec32-g1.gz [new file with mode: 0755]
test/libdwarf/ts/common/object/ec64-g1.gz [new file with mode: 0755]
test/libdwarf/ts/common/object/ec64-g3.gz [new file with mode: 0755]
test/libdwarf/ts/dwarf_abbrev/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_abbrev/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_abbrev/dto64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_abbrev/dwarf_abbrev.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_abbrev/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_arange/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_arange/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_arange/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_arange/dwarf_arange.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_arange/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_arange/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_attr/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_attr/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_attr/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_attr/dto64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_attr/dwarf_attr.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_attr/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_attr/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_attrlist/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_attrlist/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_attrlist/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_attrlist/dwarf_attrlist.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_attrlist/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_attrlist/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_child/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_child/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_child/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_child/dwarf_child.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_child/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_child/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_convenience/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_convenience/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_convenience/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_convenience/dwarf_die_convenience.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_convenience/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_convenience/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_offset/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_offset/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_offset/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_offset/dwarf_die_offset.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_offset/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_offset/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_query/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_query/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_query/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_query/dto64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_query/dwarf_die_query.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_query/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_die_query/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_form/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_form/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_form/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_form/dwarf_form.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_form/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_form/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_frame/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_frame/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_frame/dto64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_frame/dwarf_frame.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_frame/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_get_address_size/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_get_address_size/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_get_address_size/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_get_address_size/dwarf_get_address_size.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_init/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_init/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_init/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_init/dwarf_init.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_init/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_init/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_lineno/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_lineno/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_lineno/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_lineno/dto64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_lineno/dwarf_lineno.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_lineno/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_lineno/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_loclist/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_loclist/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_loclist/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_loclist/dwarf_loclist.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_loclist/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_loclist/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_macinfo/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_macinfo/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_macinfo/dt64-g3.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_macinfo/dwarf_macinfo.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_macinfo/ec64-g3.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_next_cu_header/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_next_cu_header/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_next_cu_header/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_next_cu_header/dwarf_next_cu_header.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_next_cu_header/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_next_cu_header/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_pubnames/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_pubnames/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_pubnames/dwarf_pubnames.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_pubnames/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_ranges/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_ranges/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_ranges/dwarf_ranges.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_ranges/ec64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_siblingof/Makefile [new file with mode: 0644]
test/libdwarf/ts/dwarf_siblingof/dt32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_siblingof/dt64-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_siblingof/dwarf_siblingof.c [new file with mode: 0644]
test/libdwarf/ts/dwarf_siblingof/ec32-g1.xml.gz [new file with mode: 0644]
test/libdwarf/ts/dwarf_siblingof/ec64-g1.xml.gz [new file with mode: 0644]
test/libelf/Makefile [new file with mode: 0644]
test/libelf/README [new file with mode: 0644]
test/libelf/tet_code [new file with mode: 0644]
test/libelf/tet_scen [new file with mode: 0644]
test/libelf/tetbuild.cfg [new file with mode: 0644]
test/libelf/tetclean.cfg [new file with mode: 0644]
test/libelf/tetexec.cfg [new file with mode: 0644]
test/libelf/tset/Makefile [new file with mode: 0644]
test/libelf/tset/Makefile.tset [new file with mode: 0644]
test/libelf/tset/abi/Makefile [new file with mode: 0644]
test/libelf/tset/abi/abi.m4 [new file with mode: 0644]
test/libelf/tset/bin/elf-hash [new file with mode: 0755]
test/libelf/tset/bin/elfc [new file with mode: 0755]
test/libelf/tset/common/Makefile [new file with mode: 0644]
test/libelf/tset/common/check_elf.yaml [new file with mode: 0644]
test/libelf/tset/common/ehdr.yaml [new file with mode: 0644]
test/libelf/tset/common/ehdr_template.m4 [new file with mode: 0644]
test/libelf/tset/common/elf_flag.m4 [new file with mode: 0644]
test/libelf/tset/common/elfts-compare-files.c [new file with mode: 0644]
test/libelf/tset/common/elfts-copy-file.c [new file with mode: 0644]
test/libelf/tset/common/elfts-initversion.c [new file with mode: 0644]
test/libelf/tset/common/elfts-openfile.c [new file with mode: 0644]
test/libelf/tset/common/elfts.h [new file with mode: 0644]
test/libelf/tset/common/fsize.yaml [new file with mode: 0644]
test/libelf/tset/common/gelf_ehdr_template.h [new file with mode: 0644]
test/libelf/tset/common/getclass.yaml [new file with mode: 0644]
test/libelf/tset/common/getshdr.m4 [new file with mode: 0644]
test/libelf/tset/common/newehdr.yaml [new file with mode: 0644]
test/libelf/tset/common/newehdr_template.m4 [new file with mode: 0644]
test/libelf/tset/common/newscn.yaml [new file with mode: 0644]
test/libelf/tset/common/newscn2.yaml [new file with mode: 0644]
test/libelf/tset/common/phdr.yaml [new file with mode: 0644]
test/libelf/tset/common/phdr_template.c [new file with mode: 0644]
test/libelf/tset/common/rdwr.yaml [new file with mode: 0644]
test/libelf/tset/common/rdwr1.yaml [new file with mode: 0644]
test/libelf/tset/common/rdwr2.yaml [new file with mode: 0644]
test/libelf/tset/common/shdr.yaml [new file with mode: 0644]
test/libelf/tset/common/u1.yaml [new file with mode: 0644]
test/libelf/tset/common/versioning.yaml [new file with mode: 0644]
test/libelf/tset/common/xlate.yaml [new file with mode: 0644]
test/libelf/tset/common/xlate_template.c [new file with mode: 0644]
test/libelf/tset/common/xlate_template.m4 [new file with mode: 0644]
test/libelf/tset/common/xscn-1.yaml [new file with mode: 0644]
test/libelf/tset/common/xscn-2.yaml [new file with mode: 0644]
test/libelf/tset/common/xscn-3.yaml [new file with mode: 0644]
test/libelf/tset/common/zerosection.yaml [new file with mode: 0644]
test/libelf/tset/elf32_getehdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf32_getehdr/ehdr.m4 [new file with mode: 0644]
test/libelf/tset/elf32_getphdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf32_getphdr/phdr.m4 [new file with mode: 0644]
test/libelf/tset/elf32_getshdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf32_getshdr/shdr.m4 [new file with mode: 0644]
test/libelf/tset/elf32_newehdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf32_newehdr/ehdr.m4 [new file with mode: 0644]
test/libelf/tset/elf32_xlatetof/Makefile [new file with mode: 0644]
test/libelf/tset/elf32_xlatetof/xlate.m4 [new file with mode: 0644]
test/libelf/tset/elf32_xlatetom/Makefile [new file with mode: 0644]
test/libelf/tset/elf32_xlatetom/xlate.m4 [new file with mode: 0644]
test/libelf/tset/elf64_getehdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf64_getehdr/ehdr.m4 [new file with mode: 0644]
test/libelf/tset/elf64_getphdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf64_getphdr/phdr.m4 [new file with mode: 0644]
test/libelf/tset/elf64_getshdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf64_getshdr/shdr.m4 [new file with mode: 0644]
test/libelf/tset/elf64_newehdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf64_newehdr/ehdr.m4 [new file with mode: 0644]
test/libelf/tset/elf64_xlatetof/Makefile [new file with mode: 0644]
test/libelf/tset/elf64_xlatetof/xlate.m4 [new file with mode: 0644]
test/libelf/tset/elf64_xlatetom/Makefile [new file with mode: 0644]
test/libelf/tset/elf64_xlatetom/xlate.m4 [new file with mode: 0644]
test/libelf/tset/elf_begin/Makefile [new file with mode: 0644]
test/libelf/tset/elf_begin/begin.m4 [new file with mode: 0644]
test/libelf/tset/elf_cntl/Makefile [new file with mode: 0644]
test/libelf/tset/elf_cntl/cntl.m4 [new file with mode: 0644]
test/libelf/tset/elf_end/Makefile [new file with mode: 0644]
test/libelf/tset/elf_end/end.m4 [new file with mode: 0644]
test/libelf/tset/elf_errmsg/Makefile [new file with mode: 0644]
test/libelf/tset/elf_errmsg/errmsg.m4 [new file with mode: 0644]
test/libelf/tset/elf_errno/Makefile [new file with mode: 0644]
test/libelf/tset/elf_errno/errno.m4 [new file with mode: 0644]
test/libelf/tset/elf_fill/Makefile [new file with mode: 0644]
test/libelf/tset/elf_fill/fill.m4 [new file with mode: 0644]
test/libelf/tset/elf_flagarhdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf_flagarhdr/flagarhdr.m4 [new file with mode: 0644]
test/libelf/tset/elf_flagdata/Makefile [new file with mode: 0644]
test/libelf/tset/elf_flagdata/data.m4 [new file with mode: 0644]
test/libelf/tset/elf_flagehdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf_flagehdr/ehdr.m4 [new file with mode: 0644]
test/libelf/tset/elf_flagelf/Makefile [new file with mode: 0644]
test/libelf/tset/elf_flagelf/elf.m4 [new file with mode: 0644]
test/libelf/tset/elf_flagphdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf_flagphdr/phdr.m4 [new file with mode: 0644]
test/libelf/tset/elf_flagscn/Makefile [new file with mode: 0644]
test/libelf/tset/elf_flagscn/scn.m4 [new file with mode: 0644]
test/libelf/tset/elf_flagshdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf_flagshdr/shdr.m4 [new file with mode: 0644]
test/libelf/tset/elf_fsize/Makefile [new file with mode: 0644]
test/libelf/tset/elf_fsize/fsize.m4 [new file with mode: 0644]
test/libelf/tset/elf_getarhdr/Makefile [new file with mode: 0644]
test/libelf/tset/elf_getarhdr/getarhdr.m4 [new file with mode: 0644]
test/libelf/tset/elf_getarsym/Makefile [new file with mode: 0644]
test/libelf/tset/elf_getarsym/getarsym.m4 [new file with mode: 0644]
test/libelf/tset/elf_getbase/Makefile [new file with mode: 0644]
test/libelf/tset/elf_getbase/getbase.m4 [new file with mode: 0644]
test/libelf/tset/elf_getdata/Makefile [new file with mode: 0644]
test/libelf/tset/elf_getdata/getdata.m4 [new file with mode: 0644]
test/libelf/tset/elf_getident/Makefile [new file with mode: 0644]
test/libelf/tset/elf_getident/getident.m4 [new file with mode: 0644]
test/libelf/tset/elf_getscn/Makefile [new file with mode: 0644]
test/libelf/tset/elf_getscn/getscn.m4 [new file with mode: 0644]
test/libelf/tset/elf_getshnum/Makefile [new file with mode: 0644]
test/libelf/tset/elf_getshnum/getshnum.m4 [new file with mode: 0644]
test/libelf/tset/elf_getshstrndx/Makefile [new file with mode: 0644]
test/libelf/tset/elf_getshstrndx/getshstrndx.m4 [new file with mode: 0644]
test/libelf/tset/elf_hash/Makefile [new file with mode: 0644]
test/libelf/tset/elf_hash/hash.m4 [new file with mode: 0644]
test/libelf/tset/elf_kind/Makefile [new file with mode: 0644]
test/libelf/tset/elf_kind/kind.m4 [new file with mode: 0644]
test/libelf/tset/elf_memory/Makefile [new file with mode: 0644]
test/libelf/tset/elf_memory/memory.m4 [new file with mode: 0644]
test/libelf/tset/elf_ndxscn/Makefile [new file with mode: 0644]
test/libelf/tset/elf_ndxscn/ndxscn.m4 [new file with mode: 0644]
test/libelf/tset/elf_newscn/Makefile [new file with mode: 0644]
test/libelf/tset/elf_newscn/newscn.m4 [new file with mode: 0644]
test/libelf/tset/elf_next/Makefile [new file with mode: 0644]
test/libelf/tset/elf_next/next.m4 [new file with mode: 0644]
test/libelf/tset/elf_nextscn/Makefile [new file with mode: 0644]
test/libelf/tset/elf_nextscn/nextscn.m4 [new file with mode: 0644]
test/libelf/tset/elf_rawfile/Makefile [new file with mode: 0644]
test/libelf/tset/elf_rawfile/rawfile.m4 [new file with mode: 0644]
test/libelf/tset/elf_strptr/Makefile [new file with mode: 0644]
test/libelf/tset/elf_strptr/strptr.m4 [new file with mode: 0644]
test/libelf/tset/elf_update/Makefile [new file with mode: 0644]
test/libelf/tset/elf_update/update.m4 [new file with mode: 0644]
test/libelf/tset/elf_version/Makefile [new file with mode: 0644]
test/libelf/tset/elf_version/version.m4 [new file with mode: 0644]
test/libelf/tset/gelf_getclass/Makefile [new file with mode: 0644]
test/libelf/tset/gelf_getclass/getclass.m4 [new file with mode: 0644]
test/libelf/tset/gelf_getehdr/Makefile [new file with mode: 0644]
test/libelf/tset/gelf_getehdr/ehdr.m4 [new file with mode: 0644]
test/libelf/tset/gelf_newehdr/Makefile [new file with mode: 0644]
test/libelf/tset/gelf_newehdr/ehdr.m4 [new file with mode: 0644]
test/libelf/tset/gelf_xlate/Makefile [new file with mode: 0644]
test/libelf/tset/gelf_xlate/xlate.m4 [new file with mode: 0644]
test/libelftc/Makefile [new file with mode: 0644]
test/libelftc/tet_scen [new file with mode: 0644]
test/libelftc/tetbuild.cfg [new file with mode: 0644]
test/libelftc/tetclean.cfg [new file with mode: 0644]
test/libelftc/tetexec.cfg [new file with mode: 0644]
test/libelftc/tset/Makefile [new file with mode: 0644]
test/libelftc/tset/Makefile.tset [new file with mode: 0644]
test/libelftc/tset/elftc_string_table/Makefile [new file with mode: 0644]
test/libelftc/tset/elftc_string_table/string_table.m4 [new file with mode: 0644]
test/libelftc/tset/elftc_version/Makefile [new file with mode: 0644]
test/libelftc/tset/elftc_version/elftc_version.m4 [new file with mode: 0644]
test/nm/Makefile [new file with mode: 0644]
test/nm/tet_code [new file with mode: 0644]
test/nm/tet_scen [new file with mode: 0644]
test/nm/tetbuild.cfg [new file with mode: 0644]
test/nm/tetclean.cfg [new file with mode: 0644]
test/nm/tetexec.cfg [new file with mode: 0644]
test/nm/ts/Makefile [new file with mode: 0644]
test/nm/ts/Makefile.tset [new file with mode: 0644]
test/nm/ts/common/func.sh [new file with mode: 0755]
test/nm/ts/common/test_nm.c [new file with mode: 0644]
test/nm/ts/cpp_demangle/Makefile [new file with mode: 0644]
test/nm/ts/cpp_demangle/cpp_demangle-tc.c [new file with mode: 0644]
test/nm/ts/cpp_demangle_ARM/Makefile [new file with mode: 0644]
test/nm/ts/cpp_demangle_ARM/cpp_demangle_ARM-tc.c [new file with mode: 0644]
test/nm/ts/cpp_demangle_gnu2/Makefile [new file with mode: 0644]
test/nm/ts/cpp_demangle_gnu2/cpp_demangle_gnu2-tc.c [new file with mode: 0644]
test/nm/ts/nm_archive1/Makefile [new file with mode: 0644]
test/nm/ts/nm_archive1/tc.sh [new file with mode: 0755]
test/nm/ts/nm_archive1/test_ar-dynamic.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-external.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-format-bsd.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-format-posix.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-print-file-name.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-print-size.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-radix-hexa.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-radix-octal.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-size-sort.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-sort-no.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-sort-num.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-sort-reverse-no.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-sort-reverse-num.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-sort-reverse-size.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-sort-reverse.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-sysv.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar-undef.txt [new file with mode: 0644]
test/nm/ts/nm_archive1/test_ar.uu [new file with mode: 0644]
test/nm/ts/nm_archive2/Makefile [new file with mode: 0644]
test/nm/ts/nm_archive2/tc.sh [new file with mode: 0755]
test/nm/ts/nm_archive2/test_ar-dynamic.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-external.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-format-bsd.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-format-posix.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-format-sysv.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-print-file-name.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-print-size.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-radix-hexa.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-radix-octal.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-reverse.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-sort-no.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-sort-num.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-sort-reverse-no.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-sort-reverse-num.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-sort-reverse-size.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-sort-size.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar-undef.txt [new file with mode: 0644]
test/nm/ts/nm_archive2/test_ar.uu [new file with mode: 0644]
test/nm/ts/nm_debug/Makefile [new file with mode: 0644]
test/nm/ts/nm_debug/tc.sh [new file with mode: 0755]
test/nm/ts/nm_debug/test_obj-debug-syms.txt [new file with mode: 0644]
test/nm/ts/nm_debug/test_obj.uu [new file with mode: 0644]
test/nm/ts/nm_object1/Makefile [new file with mode: 0644]
test/nm/ts/nm_object1/tc.sh [new file with mode: 0755]
test/nm/ts/nm_object1/test_obj-dynamic.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-external.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-format-bsd.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-format-posix.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-format-sysv.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-print-file-name.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-print-size.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-radix-hexa.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-radix-octal.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-sort-no.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-sort-num.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-sort-reverse-no.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-sort-reverse-num.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-sort-reverse-size.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-sort-reverse.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-sort-size.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj-undef.txt [new file with mode: 0644]
test/nm/ts/nm_object1/test_obj.uu [new file with mode: 0644]
test/nm/ts/nm_object2/Makefile [new file with mode: 0644]
test/nm/ts/nm_object2/tc.sh [new file with mode: 0755]
test/nm/ts/nm_object2/test_obj-dynamic.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-external.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-format-bsd.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-format-posix.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-format-sysv.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-print-file-name.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-print-size.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-radix-hexa.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-radix-octal.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-sort-no.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-sort-num.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-sort-reverse-no.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-sort-reverse-num.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-sort-reverse-size.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-sort-reverse.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-sort-size.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj-undef.txt [new file with mode: 0644]
test/nm/ts/nm_object2/test_obj.uu [new file with mode: 0644]
test/nm/ts/nm_option/Makefile [new file with mode: 0644]
test/nm/ts/nm_option/tc.sh [new file with mode: 0755]
test/nm/ts/nm_shared_object1/Makefile [new file with mode: 0644]
test/nm/ts/nm_shared_object1/tc.sh [new file with mode: 0755]
test/nm/ts/nm_shared_object1/test_so-dynamic.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-external.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-format-bsd.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-format-posix.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-format-sysv.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-print-file-name.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-print-size.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-radix-hexa.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-radix-octal.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-sort-no.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-sort-num.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-sort-reverse-no.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-sort-reverse-num.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-sort-reverse-size.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-sort-reverse.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-sort-size.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so-undef.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object1/test_so.uu [new file with mode: 0644]
test/nm/ts/nm_shared_object2/Makefile [new file with mode: 0644]
test/nm/ts/nm_shared_object2/tc.sh [new file with mode: 0755]
test/nm/ts/nm_shared_object2/test_ko-dynamic.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-external.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-format-bsd.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-format-posix.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-format-sysv.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-print-file-name.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-print-size.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-radix-hexa.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-radix-octal.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-sort-no.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-sort-num.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-sort-reverse-no.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-sort-reverse-num.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-sort-reverse-size.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-sort-reverse.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-sort-size.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko-undef.txt [new file with mode: 0644]
test/nm/ts/nm_shared_object2/test_ko.uu [new file with mode: 0644]
test/nm/ts/vector_str/Makefile [new file with mode: 0644]
test/nm/ts/vector_str/vector_str-tc.c [new file with mode: 0644]
test/tet/Makefile [new file with mode: 0644]
test/tet/bin/munge-ts [new file with mode: 0755]
test/tet/common/elfts.m4 [new file with mode: 0644]
test/tet/patches/configure.patch [new file with mode: 0644]
test/tet/patches/defines.linux.patch [new file with mode: 0644]
test/tet/patches/guessos.patch [new file with mode: 0644]
tools/Makefile [new file with mode: 0644]
tools/build-automation/Makefile [new file with mode: 0644]
tools/build-automation/Makefile.documentation [new file with mode: 0644]
tools/build-automation/Makefile.manuals [new file with mode: 0644]
tools/build-automation/Makefile.program [new file with mode: 0644]
tools/build-automation/README [new file with mode: 0644]
tools/build-automation/build-system.post.nw [new file with mode: 0644]
tools/build-automation/build-system.pre.nw [new file with mode: 0644]
tools/build-automation/implementation.nw [new file with mode: 0644]
tools/build-automation/introduction.nw [new file with mode: 0644]
tools/build-automation/master.nw [new file with mode: 0644]
tools/build-automation/slave.nw [new file with mode: 0644]
tools/build-automation/userguide.nw [new file with mode: 0644]
tools/build-automation/utilities.nw [new file with mode: 0644]
tools/build-automation/yabs-slave.1 [new file with mode: 0644]
tools/build-automation/yabs.1 [new file with mode: 0644]