binutils-gdb/ld/testsuite/ld-x86-64
H.J. Lu d1bcae833b ELF: Don't generate unused section symbols
For ELF targets, section symbols are required only for relocations.
With -ffunction-sections -fdata-sections, there can be many unused
section symbols.  Sizes of libstdc++.a on Linux/x86-64 in GCC 11 are

With unused section symbols   : 39411698 bytes
Without unused section symbols: 39227002 bytes

The unused section symbols in libstdc++.a occupy more than 180 KB.

Add BSF_SECTION_SYM_USED to indicate if a section symbol should be
included in the symbol table.  The BSF_SECTION_SYM_USED should be set
if the section symbol is used for relocation or the section symbol is
always included in the symbol table.

Add keep_unused_section_symbols to bfd_target to indicate if unused
section symbols should be kept.  If TARGET_KEEP_UNUSED_SECTION_SYMBOLS
is defined as FALSE, unused ection symbols will be removed.

Tested on Linux/x86.  Other ELF backends need to:

1. Define TARGET_KEEP_UNUSED_SECTION_SYMBOLS to FALSE.
2. Mark used section symbols in assembler backend.
3. Remove unused section symbols from expected assembler and linker
outputs.

bfd/

	PR 27109
	* aix386-core.c (core_aix386_vec): Initialize
	keep_unused_section_symbol to TARGET_KEEP_UNUSED_SECTION_SYMBOLS.
	* aout-target.h (MY (vec)): Likewise.
	* binary.c (binary_vec): Likewise.
	* cisco-core.c (core_cisco_be_vec): Likewise.
	(core_cisco_le_vec): Likewise.
	* coff-alpha.c (alpha_ecoff_le_vec): Likewise.
	* coff-i386.c (TARGET_SYM): Likewise.
	(TARGET_SYM_BIG): Likewise.
	* coff-ia64.c (TARGET_SYM): Likewise.
	* coff-mips.c (mips_ecoff_le_vec): Likewise.
	(mips_ecoff_be_vec): Likewise.
	(mips_ecoff_bele_vec): Likewise.
	* coff-rs6000.c (rs6000_xcoff_vec): Likewise.
	(powerpc_xcoff_vec): Likewise.
	* coff-sh.c (sh_coff_small_vec): Likewise.
	(sh_coff_small_le_vec): Likewise.
	* coff-tic30.c (tic30_coff_vec): Likewise.
	* coff-tic54x.c (tic54x_coff0_vec): Likewise.
	(tic54x_coff0_beh_vec): Likewise.
	(tic54x_coff1_vec): Likewise.
	(tic54x_coff1_beh_vec): Likewise.
	(tic54x_coff2_vec): Likewise.
	(tic54x_coff2_beh_vec): Likewise.
	* coff-x86_64.c (TARGET_SYM): Likewise.
	(TARGET_SYM_BIG): Likewise.
	* coff64-rs6000.c (rs6000_xcoff64_vec): Likewise.
	(rs6000_xcoff64_aix_vec): Likewise.
	* coffcode.h (CREATE_BIG_COFF_TARGET_VEC): Likewise.
	(CREATE_BIGHDR_COFF_TARGET_VEC): Likewise.
	(CREATE_LITTLE_COFF_TARGET_VEC): Likewise.
	* elfxx-target.h (TARGET_BIG_SYM): Likewise.
	(TARGET_LITTLE_SYM): Likewise.
	* hppabsd-core.c (core_hppabsd_vec): Likewise.
	* hpux-core.c (core_hpux_vec): Likewise.
	* i386msdos.c (i386_msdos_vec): Likewise.
	* ihex.c (ihex_vec): Likewise.
	* irix-core.c (core_irix_vec): Likewise.
	* mach-o-target.c (TARGET_NAME): Likewise.
	* mmo.c (mmix_mmo_vec): Likewise.
	* netbsd-core.c (core_netbsd_vec): Likewise.
	* osf-core.c (core_osf_vec): Likewise.
	* pdp11.c (MY (vec)): Likewise.
	* pef.c (pef_vec): Likewise.
	(pef_xlib_vec): Likewise.
	* plugin.c (plugin_vec): Likewise.
	* ppcboot.c (powerpc_boot_vec): Likewise.
	* ptrace-core.c (core_ptrace_vec): Likewise.
	* sco5-core.c (core_sco5_vec): Likewise.
	* som.c (hppa_som_vec): Likewise.
	* srec.c (srec_vec): Likewise.
	(symbolsrec_vec): Likewise.
	* tekhex.c (tekhex_vec): Likewise.
	* trad-core.c (core_trad_vec): Likewise.
	* verilog.c (verilog_vec): Likewise.
	* vms-alpha.c (alpha_vms_vec): Likewise.
	* vms-lib.c (alpha_vms_lib_txt_vec): Likewise.
	* wasm-module.c (wasm_vec): Likewise.
	* xsym.c (sym_vec): Likewise.
	* elf.c (ignore_section_sym): Return TRUE if BSF_SECTION_SYM_USED
	isn't set.
	(elf_map_symbols): Don't include ignored section symbols.
	* elfcode.h (elf_slurp_symbol_table): Also set
	BSF_SECTION_SYM_USED on STT_SECTION symbols.
	* elflink.c (bfd_elf_final_link): Generated section symbols only
	when emitting relocations or reqired.
	* elfxx-x86.h (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
	* syms.c (BSF_SECTION_SYM_USED): New.
	* targets.c (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
	(bfd_target): Add keep_unused_section_symbols.
	(bfd_keep_unused_section_symbols): New.
	* bfd-in2.h: Regenerated.

binutils/

	PR 27109
	* objcopy.c (copy_object): Handle section symbols for
	non-relocatable inputs.
	* testsuite/binutils-all/readelf.exp (readelf_test): Check
	is_elf_unused_section_symbols.
	* testsuite/binutils-all/readelf.s-64: Updated.
	* testsuite/binutils-all/readelf.ss: Likewise.
	* testsuite/binutils-all/readelf.ss-64: Likewise.
	* testsuite/binutils-all/readelf.s-64-unused: New file.
	* testsuite/binutils-all/readelf.ss-64-unused: Likewise.
	* testsuite/binutils-all/readelf.ss-unused: Likewise.
	* testsuite/lib/binutils-common.exp
	(is_elf_unused_section_symbols): New proc.

gas/ChangeLog:

	PR 27109
	* read.c (s_reloc): Call symbol_mark_used_in_reloc on the
	section symbol.
	* subsegs.c (subseg_set_rest): Set BSF_SECTION_SYM_USED if needed.
	* write.c (adjust_reloc_syms): Call symbol_mark_used_in_reloc
	on the section symbol.
	(set_symtab): Don't generate unused section symbols.
	(maybe_generate_build_notes): Call symbol_mark_used_in_reloc
	on the section symbol.
	* config/obj-elf.c (elf_adjust_symtab): Call
	symbol_mark_used_in_reloc on the group signature symbol.
	* testsuite/gas/cfi/cfi-label.d: Remove unused section symbols
	from expected output.
	* testsuite/gas/elf/elf.exp (run_elf_list_test): Check
	is_elf_unused_section_symbols.
	* testsuite/gas/elf/section2.e: Updated.
	* testsuite/gas/elf/section2.e-unused: New file.
	* testsuite/gas/elf/symver.d: Remove unused section symbols.
	* testsuite/gas/i386/ilp32/elf/symver.d: Likewise.
	* testsuite/gas/i386/ilp32/x86-64-size-1.d: Likewise.
	* testsuite/gas/i386/ilp32/x86-64-size-3.d: Likewise.
	* testsuite/gas/i386/ilp32/x86-64-size-5.d: Likewise.
	* testsuite/gas/i386/ilp32/x86-64-unwind.d: Likewise.
	* testsuite/gas/i386/size-1.d: Likewise.
	* testsuite/gas/i386/size-3.d: Likewise.
	* testsuite/gas/i386/svr4.d: Likewise.
	* testsuite/gas/i386/x86-64-size-1.d: Likewise.
	* testsuite/gas/i386/x86-64-size-3.d: Likewise.
	* testsuite/gas/i386/x86-64-size-5.d: Likewise.
	* testsuite/gas/i386/x86-64-unwind.d: Likewise.

ld/

	PR 27109
	* testsuite/ld-elf/export-class.sd: Adjust the expected output.
	* testsuite/ld-elf/loadaddr3b.d: Likewise.
	* testsuite/ld-i386/ibt-plt-1.d: Likewise.
	* testsuite/ld-i386/ibt-plt-2a.d: Likewise.
	* testsuite/ld-i386/ibt-plt-2c.d: Likewise.
	* testsuite/ld-i386/ibt-plt-3a.d: Likewise.
	* testsuite/ld-i386/ibt-plt-3c.d: Likewise.
	* testsuite/ld-i386/pr19636-1d.d: Likewise.
	* testsuite/ld-i386/pr19636-1l.d: Likewise.
	* testsuite/ld-i386/pr19636-2c.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
	* testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
	* testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
	* testsuite/ld-ifunc/pr17154-i386.d: Likewise.
	* testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
	* testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
	* testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
	* testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
	* testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
	* testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
	* testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
	* testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
	* testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
	* testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
	* testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
	* testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
	* testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
	* testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
	* testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
	* testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
	* testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
	* testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
	* testsuite/ld-x86-64/pr19609-4e.d: Likewise.
	* testsuite/ld-x86-64/pr19609-6a.d: Likewise.
	* testsuite/ld-x86-64/pr19609-6b.d: Likewise.
	* testsuite/ld-x86-64/pr19609-7b.d: Likewise.
	* testsuite/ld-x86-64/pr19609-7d.d: Likewise.
	* testsuite/ld-x86-64/pr19636-2l.d: Likewise.
	* testsuite/ld-x86-64/pr20253-1d.d: Likewise.
	* testsuite/ld-x86-64/pr20253-1h.d: Likewise.
	* testsuite/ld-x86-64/pr21038b-now.d: Likewise.
	* testsuite/ld-x86-64/pr21038b.d: Likewise.
	* testsuite/ld-x86-64/pr21038c-now.d: Likewise.
	* testsuite/ld-x86-64/pr21038c.d: Likewise.
	* testsuite/ld-x86-64/pr23854.d: Likewise.
	* testsuite/ld-x86-64/pr25416-3.d: Likewise.
	* testsuite/ld-x86-64/pr25416-4.d: Likewise.
	* testsuite/ld-i386/plt-pic.pd: Likewise.
	* testsuite/ld-i386/plt-pic2.dd: Likewise.
	* testsuite/ld-i386/plt.pd: Likewise.
	* testsuite/ld-i386/plt2.dd: Likewise.
	* testsuite/ld-i386/tlsbin.rd: Likewise.
	* testsuite/ld-i386/tlsbin2.rd: Likewise.
	* testsuite/ld-i386/tlsbindesc.rd: Likewise.
	* testsuite/ld-i386/tlsdesc.rd: Likewise.
	* testsuite/ld-i386/tlsgdesc.rd: Likewise.
	* testsuite/ld-i386/tlsnopic.rd: Likewise.
	* testsuite/ld-i386/tlspic.rd: Likewise.
	* testsuite/ld-i386/tlspic2.rd: Likewise.
	* testsuite/ld-x86-64/mpx3.dd: Likewise.
	* testsuite/ld-x86-64/mpx3n.dd: Likewise.
	* testsuite/ld-x86-64/mpx4.dd: Likewise.
	* testsuite/ld-x86-64/mpx4n.dd: Likewise.
	* testsuite/ld-x86-64/pe-x86-64-1.od: Likewise.
	* testsuite/ld-x86-64/pe-x86-64-2.od: Likewise.
	* testsuite/ld-x86-64/pe-x86-64-3.od: Likewise.
	* testsuite/ld-x86-64/pe-x86-64-4.od: Likewise.
	* testsuite/ld-x86-64/plt.pd: Likewise.
	* testsuite/ld-x86-64/plt2.dd: Likewise.
	* testsuite/ld-x86-64/tlsbin.rd: Likewise.
	* testsuite/ld-x86-64/tlsbin2.rd: Likewise.
	* testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
	* testsuite/ld-x86-64/tlsdesc.rd: Likewise.
	* testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
	* testsuite/ld-x86-64/tlspic.rd: Likewise.
	* testsuite/ld-x86-64/tlspic2.rd: Likewise.
	* testsuite/ld-elf/sec64k.exp: Check
	is_elf_unused_section_symbols.
2021-01-07 06:46:55 -08:00
..
32bit.s
64bit.s
abs-k1om.d x86_64 k1om tests 2020-06-29 10:04:11 +09:30
abs-l1om.d
abs.d
align-branch-1.d x86: Ignore CS/DS/ES/SS segment-override prefixes in 64-bit mode 2020-11-14 06:20:33 -08:00
align-branch-1.s
apic.d
apic.s
bnd-branch-1-now.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
bnd-branch-1.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
bnd-branch-1.s
bnd-ifunc-1-now.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
bnd-ifunc-1.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
bnd-ifunc-1.s
bnd-ifunc-2-now.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
bnd-ifunc-2.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
bnd-ifunc-2.s
bnd-plt-1-now.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
bnd-plt-1.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
call1.s
call1a.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
call1b.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
call1c.d
call1d.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
call1e.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
call1f.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
call1g.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
call1h.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
call1i.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
compressed1.d
compressed1.s
copyreloc-lib.c
copyreloc-main1.rd
copyreloc-main2.rd
copyreloc-main.out
copyreloc-main.S
discarded1.d
discarded1.s
discarded1.t
dummy.s
dwarfreloc1.s
dwarfreloc2.s
dwarfreloc.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
dwarfreloc.rd
export-class.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
foo.s
gotpcrel1.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
gotpcrel1.out
gotpcrel1a.S
gotpcrel1b.c
gotpcrel1c.c
gotpcrel1d.S
gotplt1.d
gotplt1.s
hidden1.d
hidden1.s
hidden2.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
hidden2.s
hidden3.d
hidden3.s
hidden4.d
hidden4.s
hidden5.d
hidden5.s
ia32-1.d
ia32-2.d
ia32-3.d
ibt-plt-1-x32.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
ibt-plt-1.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
ibt-plt-1.s
ibt-plt-2.s
ibt-plt-2a-x32.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
ibt-plt-2a.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
ibt-plt-2b-x32.d
ibt-plt-2b.d
ibt-plt-2c-x32.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
ibt-plt-2c.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
ibt-plt-2d-x32.d
ibt-plt-2d.d
ibt-plt-3.s
ibt-plt-3a-x32.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
ibt-plt-3a.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
ibt-plt-3b-x32.d
ibt-plt-3b.d
ibt-plt-3c-x32.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
ibt-plt-3c.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
ibt-plt-3d-x32.d
ibt-plt-3d.d
ifunc-textrel-1.s IFUNC: Update IFUNC resolver check with DT_TEXTREL 2020-06-09 06:57:25 -07:00
ifunc-textrel-1a.d IFUNC: Update IFUNC resolver check with DT_TEXTREL 2020-06-09 06:57:25 -07:00
ifunc-textrel-1b.d IFUNC: Update IFUNC resolver check with DT_TEXTREL 2020-06-09 06:57:25 -07:00
ifunc-textrel-2.s IFUNC: Update IFUNC resolver check with DT_TEXTREL 2020-06-09 06:57:25 -07:00
ifunc-textrel-2a.d IFUNC: Update IFUNC resolver check with DT_TEXTREL 2020-06-09 06:57:25 -07:00
ifunc-textrel-2b.d IFUNC: Update IFUNC resolver check with DT_TEXTREL 2020-06-09 06:57:25 -07:00
ilp32-1.d
ilp32-2.d
ilp32-3.d
ilp32-4.d
ilp32-4.s
ilp32-5.d
ilp32-5.s
ilp32-6.d
ilp32-6.s
ilp32-7.d
ilp32-7.s
ilp32-8.d
ilp32-8.s
ilp32-9.d
ilp32-9.s
ilp32-10.d
ilp32-10.s
ilp32-11.d
ilp32-11.s
incompatible.l
largecomm-1.s
largecomm-1a.d
largecomm-1b.d
largecomm-1c.d
largecomm-1d.d
largecomm-1e.d
largecomm-1f.d
lea1.s
lea1a.d
lea1b.d
lea1c.d
lea1d.d
lea1e.d
lea1f.d
lea1g.d
lea1h.d
lea1i.d
lea1j.d
lea1k.d
lea1l.d
libno-plt-1b.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
libno-plt-1b.rd
line.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ljmp1.d i386: Allow non-absolute segment values for lcall/ljmp 2020-10-05 05:58:33 -07:00
ljmp2.d i386: Allow non-absolute segment values for lcall/ljmp 2020-10-05 05:58:33 -07:00
load1.s
load1a.d Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
load1b.d Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
load1c.d Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
load1d.d Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
load2.d
load2.map
load2.s
lp64-1.d
lp64-2.d
lp64-3.d
mixed1a.s
mixed1b.s
mixed2a.s
mixed2b.s
mov1.s
mov1a.d
mov1b.d
mov1c.d
mov1d.d
mov2.s
mov2a.d
mov2b.d
mov2c.d
mov2d.d
mpx1.out
mpx1a.c
mpx1a.rd
mpx1b.c
mpx1c.c
mpx1c.rd
mpx2.out
mpx2a.c
mpx2a.rd
mpx2b.c
mpx2c.c
mpx2c.rd
mpx3.dd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
mpx3a.s
mpx3b.s
mpx3n.dd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
mpx4.dd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
mpx4a.s
mpx4b.s
mpx4n.dd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
mpx.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
no-plt-1a.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
no-plt-1a.rd
no-plt-1b.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
no-plt-1b.rd
no-plt-1c.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
no-plt-1c.rd
no-plt-1d.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
no-plt-1d.rd
no-plt-1e.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
no-plt-1e.nd
no-plt-1e.rd
no-plt-1f.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
no-plt-1f.rd
no-plt-1g.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
no-plt-1g.rd
no-plt-check1.S
no-plt-extern1.S
no-plt-func1.c
no-plt-main1.c
no-plt.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
nogot1.d
nogot1.s
nogot2.d
nogot2.s
pass.c
pass.out
pcrel8.d
pcrel16.d
pe-x86-64-1.od ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pe-x86-64-1a.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-1b.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-1c.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-2.od ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pe-x86-64-2a.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-2b.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-2c.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-3.od ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pe-x86-64-3a.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-3b.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-3c.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-3d.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-4.od ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pe-x86-64-4a.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-4b.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-4c.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64-4d.obj.bz2 elf/x86-64: Adjust relocation for PE/x86-64 inputs 2020-09-16 07:11:31 -07:00
pe-x86-64.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
pic1.d
pic1.s
pie1.d
pie1.s
pie2.d
pie2.s
pie3.d Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
pie3.s
plt2.dd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
plt2.rd
plt2.s
plt-lib.c
plt-main1.c
plt-main1.rd
plt-main2.c
plt-main2.rd
plt-main3.c
plt-main3.rd
plt-main4.c
plt-main4.rd
plt-main5.c
plt-main-bnd-now.rd
plt-main-bnd.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
plt-main-ibt-now.rd
plt-main-ibt-x32.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
plt-main-ibt.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
plt-main.out
plt-main.rd
plt-pic.s
plt.pd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
plt.s
pltgot-1.d
pltgot-1.s
pltgot-2.d
pltlib.s
pr12570a.d
pr12570a.s
pr12570b.d
pr12570b.s
pr12718.d
pr12718.s
pr12921.d
pr12921.s
pr13082-1.s
pr13082-1a.d
pr13082-1b.d
pr13082-2.s
pr13082-2a.d
pr13082-2b.d
pr13082-3.s
pr13082-3a.d
pr13082-3b.d
pr13082-3c.d
pr13082-3d.d
pr13082-4.s
pr13082-4a.d
pr13082-4b.d
pr13082-5.s
pr13082-5a.d
pr13082-5b.d
pr13082-6.s
pr13082-6a.d
pr13082-6b.d
pr13947.d
pr13947.s
pr14207.d
pr14207.s
pr14215.d
pr14215.s
pr17306a.s
pr17306b.s
pr17618.d
pr17618.s
pr17689.out
pr17689.rd
pr17689a.c
pr17689b.S
pr17689now.rd
pr17709.rd
pr17709a.s
pr17709b.s
pr17827.rd
pr17935-1.d
pr17935-1.s
pr17935-2.d
pr17935-2.s
pr18160.d Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
pr18160.s
pr18160.t
pr18176.d
pr18176.s
pr18176.t
pr18591.d
pr18591.s
pr18801.s
pr18801a.d IFUNC: Update IFUNC resolver check with DT_TEXTREL 2020-06-09 06:57:25 -07:00
pr18801b.d IFUNC: Update IFUNC resolver check with DT_TEXTREL 2020-06-09 06:57:25 -07:00
pr18815.d
pr18815.s
pr18900.out
pr18900a.c
pr18900a.rd
pr18900b.c
pr18900b.rd
pr18900c.c
pr19013-x32.d Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
pr19013.d Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
pr19013.s
pr19031.out
pr19031a.c
pr19031b.S
pr19031c.c
pr19162.d
pr19162a.s
pr19162b.s
pr19175.d
pr19175.s
pr19175.t
pr19319.dd
pr19319a.S
pr19319b.S
pr19539.s
pr19539.t
pr19539a.d
pr19539b.d
pr19609-1.s
pr19609-1a.d
pr19609-1b.d
pr19609-1c.d
pr19609-1d.d
pr19609-1e.d
pr19609-1f.d
pr19609-1g.d
pr19609-1h.d
pr19609-1i.d
pr19609-1j.d
pr19609-1k.d
pr19609-1l.d
pr19609-1m.d
pr19609-2.s
pr19609-2a.d
pr19609-2b.d
pr19609-2c.d
pr19609-2d.d
pr19609-3.s
pr19609-3a.d
pr19609-3b.d
pr19609-4.s
pr19609-4a.d
pr19609-4b.d
pr19609-4c.d
pr19609-4d.d
pr19609-4e.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr19609-5.s
pr19609-5a.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr19609-5b.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr19609-5c.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr19609-5d.d
pr19609-5e.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr19609-6.s
pr19609-6a.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr19609-6b.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr19609-6c.d
pr19609-6d.d
pr19609-7.s
pr19609-7a.d
pr19609-7b.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr19609-7c.d
pr19609-7d.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr19615.d
pr19615.s
pr19636-1.s
pr19636-1a.d
pr19636-1b.d
pr19636-1c.d
pr19636-1d.d
pr19636-1e.d
pr19636-1f.d
pr19636-1g.d
pr19636-1h.d
pr19636-1i.d
pr19636-1j.d
pr19636-2.s
pr19636-2a.d
pr19636-2b.d
pr19636-2c.d
pr19636-2d.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr19636-2e.d
pr19636-2f.d
pr19636-2g.d
pr19636-2h.d
pr19636-2i.d
pr19636-2j.d
pr19636-2k.d
pr19636-2l.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr19636-2m.d
pr19636-3.s
pr19636-3a.d
pr19636-3b.d
pr19636-3c.d
pr19636-3d.d
pr19645.d
pr19645.s
pr19704.out
pr19704a.c
pr19704b.c
pr19719.d
pr19719.s
pr19784a.c
pr19784b.c
pr19784c.c
pr19807-1.s
pr19807-1a.d
pr19807-1b.d
pr19807-2.s
pr19807-2a.d
pr19807-2b.d
pr19807-2c.d
pr19807-2d.d
pr19807-2e.d
pr19827.rd
pr19827a.S
pr19827b.S
pr19939.s
pr19939a.d
pr19939b.d
pr19969.d
pr19969a.S
pr19969b.S
pr20093-1.d
pr20093-1.s
pr20093-2.d
pr20093-2.s
pr20253-1.s
pr20253-1a.d
pr20253-1b.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr20253-1c.d
pr20253-1d.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr20253-1e.d
pr20253-1f.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr20253-1g.d
pr20253-1h.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr20253-1i.d
pr20253-1j.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr20253-1k.d
pr20253-1l.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr20253-2a.c
pr20253-2b.S
pr20253-2c.S
pr20253-2d.S
pr20253-3.d
pr20253-3.s
pr20253-4.s
pr20253-4a.d
pr20253-4b.d
pr20253-4c.d
pr20253-4d.d
pr20253-4e.d
pr20253-4f.d
pr20253-5.s
pr20253-5a.d
pr20253-5b.d
pr20550a.s
pr20550b.s
pr20800a.S
pr20800b.S
pr20830.s
pr20830a-now.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr20830a.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr20830b-now.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr20830b.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr21038a-now.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr21038a.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr21038a.s
pr21038b-now.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr21038b.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr21038b.s
pr21038c-now.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr21038c.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr21038c.s
pr21481a.c
pr21481b.S
pr21884.d Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
pr21884.t
pr21997-1a.err
pr21997-1a.S
pr21997-1b.c
pr21997-1b.err
pr21997-1c.c
pr22001-1a.c
pr22001-1a.err
pr22001-1b.c
pr22001-1b.err
pr22001-1c.c
pr22048.d
pr22048a.s
pr22048b.s
pr22064a.S
pr22064b.c
pr22071.d
pr22071.s
pr22115-1.s
pr22115-1a-x32.d
pr22115-1a.d
pr22115-1b-x32.d
pr22115-1b.d
pr22115-1c-x32.d
pr22115-1c.d
pr22115-1d-x32.d
pr22115-1d.d
pr22135.d
pr22135.s
pr22393-3a.c
pr22393-3a.rd Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
pr22393-3b.c
pr22393-3b.rd Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
pr22782.s
pr22782a.d
pr22782b.d
pr22791-1.err
pr22791-1a.c
pr22791-1b.s
pr22791-2.rd
pr22791-2a.s
pr22791-2b.c
pr22791-2c.s
pr22842a.c
pr22842a.rd
pr22842b.rd
pr22842b.S
pr22929.d
pr22929.s
pr23189.d
pr23189.s
pr23189.t
pr23194.d
pr23194.map
pr23194.s
pr23324.s
pr23324a.d
pr23324b.d
pr23372a-x32.d
pr23372a.d
pr23372a.s
pr23372b-x32.d
pr23372b.d
pr23372b.s
pr23372c-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr23372c.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr23372c.s
pr23372d-x32.d
pr23372d.d
pr23372d.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
pr23372e.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
pr23372f.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
pr23486a-x32.d
pr23486a.d
pr23486a.s
pr23486b-x32.d
pr23486b.d
pr23486b.s
pr23486c-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr23486c.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr23486c.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
pr23486d-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr23486d.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr23486d.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
pr23854.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr23854.s
pr23930-32.t
pr23930-x32.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr23930.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr23930.t
pr23930a.s
pr23930b.s
pr23997a.s
pr23997b.c
pr23997c.c
pr24151a-x32.d
pr24151a.d
pr24151a.s
pr24276.dso
pr24276.warn
pr24322a-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr24322a.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr24322a.s
pr24322b-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr24322b.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr24322b.s
pr24322c.s
pr24458.s
pr24458a-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr24458a.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr24458b-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr24458b.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr24458c-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr24458c.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
pr24721-x32.d
pr24721.d
pr24721.map
pr24721a.s
pr24721b.s
pr24905-x32.d
pr24905.d
pr24905.s
pr24905.t
pr25416-1.s
pr25416-1a.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr25416-1b.d
pr25416-2.s
pr25416-2a.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr25416-2b.d
pr25416-3.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr25416-3.s
pr25416-4.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
pr25416-4.s
pr25416-5a.c
pr25416-5b.s
pr25416-5c.s
pr25416-5d.s
pr25416-5e.s
pr26018.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
pr26018.s
pr26263.d x86: Update PR gas/26263 linker tests 2020-07-20 04:53:58 -07:00
pr26263.s x86: Change PLT32 reloc against section to PC32 2020-07-19 06:51:32 -07:00
pr26711-1-x32.d x86: Properly merge -z ibt and -z shstk 2020-10-06 15:38:34 -07:00
pr26711-1.d x86: Properly merge -z ibt and -z shstk 2020-10-06 15:38:34 -07:00
pr26711-2-x32.d x86: Properly merge -z ibt and -z shstk 2020-10-06 15:38:34 -07:00
pr26711-2.d x86: Properly merge -z ibt and -z shstk 2020-10-06 15:38:34 -07:00
pr26711-3-x32.d x86: Properly merge -z ibt and -z shstk 2020-10-06 15:38:34 -07:00
pr26711-3.d x86: Properly merge -z ibt and -z shstk 2020-10-06 15:38:34 -07:00
pr26711.s x86: Properly merge -z ibt and -z shstk 2020-10-06 15:38:34 -07:00
pr26939-x32.d ld/x86-64: Add PR gold/26939 tests 2020-11-24 11:32:26 -08:00
pr26939.d ld/x86-64: Add PR gold/26939 tests 2020-11-24 11:32:26 -08:00
pr26939.s ld/x86-64: Add PR gold/26939 tests 2020-11-24 11:32:26 -08:00
pr27016a.d x86-64: Convert load to mov only for GOTPCRELX relocations 2020-12-04 18:54:47 -08:00
pr27016a.s x86-64: Convert load to mov only for GOTPCRELX relocations 2020-12-04 18:54:47 -08:00
pr27016b.d x86-64: Convert load to mov only for GOTPCRELX relocations 2020-12-04 18:54:47 -08:00
pr27016b.s x86-64: Convert load to mov only for GOTPCRELX relocations 2020-12-04 18:54:47 -08:00
property-1.r
property-1a.r x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-2.r
property-2a.r x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-3.r x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-3a.r x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-4.r x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-4a.r x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-5.r x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-5a.r x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-6.r
property-6a.c
property-6b.c
property-6c.S
property-7.r
property-7a.r x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-no-copy.S
property-stack.S
property-unsorted-1.S
property-unsorted-2.S
property-x86-1.S x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-2.S x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-3-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-3.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-3.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-4a-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-4a.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-4a.s
property-x86-4b-x32.d
property-x86-4b.d
property-x86-4b.s
property-x86-5-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-5.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-5a.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-5b.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-6-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-6.d x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-6.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-cet1-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-cet1.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-cet2a-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-cet2a.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-cet2b-x32.d
property-x86-cet2b.d
property-x86-cet3a-x32.d
property-x86-cet3a.d
property-x86-cet3b-x32.d
property-x86-cet3b.d
property-x86-cet4a-x32.d
property-x86-cet4a.d
property-x86-cet4b-x32.d
property-x86-cet4b.d
property-x86-cet5a-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-cet5a.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-cet5b-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-cet5b.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-cet6-x32.d
property-x86-cet6.d
property-x86-cet.s
property-x86-empty.s
property-x86-ibt1a-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt1a.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt1a.map
property-x86-ibt1b-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt1b.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt2-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt2.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt3a-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt3a.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt3b-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt3b.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt4-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt4.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt5-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt5.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-ibt.s
property-x86-isa1-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-isa1.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-isa1.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-isa2-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-isa2.d x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-isa3-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-isa3.d x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
property-x86-isa4-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-isa4.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-lam-u48-1a.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u48-1b.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u48-2.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u48-3a.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u48-3b.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u48-4.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u48-5.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u48.s x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u57-1a.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u57-1b.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u57-2.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u57-3a.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u57-3b.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u57-4.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u57-5.d x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-lam-u57.s x86-64: Add Intel LAM property support 2020-12-23 13:00:55 -08:00
property-x86-shstk1a-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk1a.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk1b-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk1b.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk2-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk2.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk3a-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk3a.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk3b-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk3b.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk4-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk4.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk5-x32.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk5.d x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
property-x86-shstk.s
protected1.d
protected1.s
protected2-k1om.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
protected2-l1om.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
protected2.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
protected2.s
protected3-k1om.d x86_64 k1om tests 2020-06-29 10:04:11 +09:30
protected3-l1om.d
protected3.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
protected3.s
protected4.d
protected4.s
protected5.d
protected5.s
protected6.s
protected6a.d
protected6b.d
protected7.s
protected7a.d
protected7b.d
protected8.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
protected8.s
simple.c
simple.s x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker 2020-10-09 05:13:26 -07:00
split-by-file1.s
split-by-file2.s
split-by-file.rd
start.s
tls-def1.c
tls-gd1.S
tls-ld1.S
tls-main1.c
tls.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tlsbin2.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlsbin2.rd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
tlsbin2.sd
tlsbin2.td
tlsbin.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlsbin.rd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
tlsbin.s
tlsbin.sd
tlsbin.td
tlsbindesc.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlsbindesc.rd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
tlsbindesc.s
tlsbindesc.sd
tlsbindesc.td
tlsbinpic2.s
tlsbinpic.s
tlsdesc1a.c
tlsdesc1b.c
tlsdesc2.d
tlsdesc.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlsdesc.pd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlsdesc.rd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
tlsdesc.s
tlsdesc.sd
tlsdesc.td
tlsg.s
tlsg.sd
tlsgd1.dd
tlsgd1.s
tlsgd2.d
tlsgd2.s
tlsgd3.d
tlsgd3.s
tlsgd4.dd
tlsgd4.s
tlsgd5.dd Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
tlsgd5a.s
tlsgd5b.s
tlsgd5c.s
tlsgd6.dd
tlsgd6a.s
tlsgd6b.s
tlsgd6c.s
tlsgd7.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlsgd7.s
tlsgd8.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlsgd8.s
tlsgd9.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlsgd9.s
tlsgd10.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlsgd10.s
tlsgd11.dd
tlsgd11.s
tlsgd12.d
tlsgd12.s
tlsgd13.d
tlsgd13.s
tlsgd14.dd
tlsgd14.s
tlsgdesc.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlsgdesc.rd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
tlsgdesc.s
tlsie1.dd
tlsie1.s
tlsie2.d
tlsie2.s
tlsie3.d
tlsie3.s
tlsie4.dd
tlsie4.s
tlsld1.dd
tlsld1.s
tlsld2.dd
tlsld2.s
tlsld3.dd x86: Ignore CS/DS/ES/SS segment-override prefixes in 64-bit mode 2020-11-14 06:20:33 -08:00
tlsld3.s
tlsld4.dd x86: Ignore CS/DS/ES/SS segment-override prefixes in 64-bit mode 2020-11-14 06:20:33 -08:00
tlsld4.s
tlsld5.dd
tlsld5.s
tlsld6.dd
tlsld6.s
tlsle1.d
tlsle1.s
tlslib.s
tlspic1.s
tlspic2.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlspic2.rd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
tlspic2.s
tlspic2.sd
tlspic2.td
tlspic3.s
tlspic.dd x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlspic.rd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
tlspic.sd
tlspic.td
tlspie1.d
tlspie1.s
tlspie2.s
tlspie2a.d
tlspie2b.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
tlspie2c.d x86: avoid attaching suffixes to unambiguous insns 2020-07-15 08:53:55 +02:00
undefined.s
unique1.d
unique1.s
x86-64-64-export-class.rd
x86-64-x32-export-class.rd
x86-64-x32.rd
x86-64.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30