binutils-gdb/gas/config
H.J. Lu bbd19b19e4 Remove x86 NaCl target support
NaCl has been deprecated:

https://developer.chrome.com/native-client/migration

and NaCl will completely disappear in 2021:

https://lists.llvm.org/pipermail/llvm-dev/2020-April/141107.html

Remove x86 NaCl target support from bfd, binutils, gas and ld.

bfd/

	* archures.c (bfd_mach_i386_nacl): Removed.
	(bfd_mach_i386_i386_nacl): Likewise.
	(bfd_mach_x86_64_nacl): Likewise.
	(bfd_mach_x64_32_nacl): Likewise.
	* config.bfd: Remove *-*-nacl* targets.
	* configure.ac: Remove x86 NaCl target vectors.
	* cpu-i386.c (bfd_arch_i386_onebyte_nop_fill): Removed.
	(bfd_x64_32_nacl_arch): Likewise.
	(bfd_x86_64_nacl_arch): Likewise.
	(bfd_i386_nacl_arch): Likewise.
	(bfd_x64_32_arch_intel_syntax): Updated.
	* elf32-i386.c: Don't include "elf-nacl.h".
	(elf_i386_nacl_plt): Removed.
	(elf_i386_nacl_plt0_entry): Likewise.
	(elf_i386_nacl_plt_entry): Likewise.
	(elf_i386_nacl_pic_plt0_entry): Likewise.
	(elf_i386_nacl_pic_plt_entry): Likewise.
	(elf_i386_nacl_eh_frame_plt): Likewise.
	(elf_i386_nacl_plt): Likewise.
	(elf32_i386_nacl_elf_object_p): Likewise.
	(elf_i386_get_synthetic_symtab): Updated.
	(elf_i386_link_setup_gnu_properties): Likewise.
	* elf64-x86-64.c: Don't include "elf-nacl.h".
	(elf_x86_64_nacl_plt): Removed.
	(elf64_x86_64_nacl_elf_object_p): Likewise.
	(elf_x86_64_nacl_plt0_entry): Likewise.
	(elf_x86_64_nacl_plt_entry): Likewise.
	(elf_x86_64_nacl_eh_frame_plt): Likewise.
	(elf_x86_64_nacl_plt): Likewise.
	(elf32_x86_64_nacl_elf_object_p): Likewise.
	(elf_x86_64_get_synthetic_symtab): Updated.
	(elf_x86_64_link_setup_gnu_properties): Likewise.
	* elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Likewise.
	* targets.c: Remove x86 NaCl target vectors.
	* bfd-in2.h: Regenerated.
	* configure: Likewise.

binutils/

	* NEWS: Mention x86 NaCl target support removal.
	* dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): Remove
	x86 NaCl target support.
	* testsuite/binutils-all/elfedit-1.d: Likewise.
	* testsuite/binutils-all/i386/i386.exp: Likewise.
	* testsuite/binutils-all/x86-64/objects.exp: Likewise.
	* testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
	* testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
	* testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
	* testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
	* testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
	* testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
	* testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
	* testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
	* testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
	* testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
	* testsuite/binutils-all/x86-64/x86-64.exp: Likewise.

gas/

	* NEWS: Mention x86 NaCl target support removal.
	* config/tc-i386.c: Remove x86 NaCl target support.
	* config/tc-i386.h: Likewise.
	* configure.tgt: Likewise.
	* testsuite/gas/i386/i386.exp: Likewise.
	* testsuite/gas/i386/iamcu-1.d: Likewise.
	* testsuite/gas/i386/iamcu-2.d: Likewise.
	* testsuite/gas/i386/iamcu-3.d: Likewise.
	* testsuite/gas/i386/iamcu-4.d: Likewise.
	* testsuite/gas/i386/iamcu-5.d: Likewise.
	* testsuite/gas/i386/k1om.d: Likewise.
	* testsuite/gas/i386/l1om.d: Likewise.

ld/

	* Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_nacl.c,
	eelf32_x86_64_nacl.c, eelf_x86_64_nacl.c.
	Remove x86 NaCl dep files.
	* NEWS: Mention x86 NaCl target support removal.
	* configure.tgt: Remove x86 NaCl target support.
	* testsuite/ld-elf/binutils.exp: Likewise.
	* testsuite/ld-elf/elf.exp: Likewise.
	* testsuite/ld-elfvers/vers.exp: Likewise.
	* testsuite/ld-i386/align-branch-1.d: Likewise.
	* testsuite/ld-i386/export-class.exp: Likewise.
	* testsuite/ld-i386/i386.exp: Likewise.
	* testsuite/ld-i386/load1.d: Likewise.
	* testsuite/ld-i386/pie1.d: Likewise.
	* testsuite/ld-i386/pr12570a.d: Likewise.
	* testsuite/ld-i386/pr12570b.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-i386/pr19636-2d.d: Likewise.
	* testsuite/ld-i386/pr19636-2e.d: Likewise.
	* testsuite/ld-i386/pr20244-1a.d: Likewise.
	* testsuite/ld-i386/pr20244-1b.d: Likewise.
	* testsuite/ld-i386/pr20244-2a.d: Likewise.
	* testsuite/ld-i386/pr20244-2b.d: Likewise.
	* testsuite/ld-i386/pr20244-2c.d: Likewise.
	* testsuite/ld-i386/pr20244-4a.d: Likewise.
	* testsuite/ld-i386/pr20244-4b.d: Likewise.
	* testsuite/ld-i386/pr21884.d: Likewise.
	* testsuite/ld-ifunc/binutils.exp: Likewise.
	* testsuite/ld-ifunc/ifunc-10-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-11-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-12-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
	* testsuite/ld-ifunc/ifunc-16-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
	* testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
	* testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-20-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-8-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise.
	* testsuite/ld-ifunc/ifunc-9-i386.d: Likewise.
	* testsuite/ld-ifunc/ifunc-9-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-plugin/lto.exp: Likewise.
	* testsuite/ld-x86-64/align-branch-1.d: Likewise.
	* testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
	* testsuite/ld-x86-64/line.exp: Likewise.
	* testsuite/ld-x86-64/load1a.d: Likewise.
	* testsuite/ld-x86-64/load1b.d: Likewise.
	* testsuite/ld-x86-64/load1c.d: Likewise.
	* testsuite/ld-x86-64/load1d.d: Likewise.
	* testsuite/ld-x86-64/pie3.d: Likewise.
	* testsuite/ld-x86-64/pr18160.d: Likewise.
	* testsuite/ld-x86-64/pr19013-x32.d: Likewise.
	* testsuite/ld-x86-64/pr19013.d: Likewise.
	* testsuite/ld-x86-64/pr19636-2d.d: Likewise.
	* testsuite/ld-x86-64/pr19636-2l.d: Likewise.
	* testsuite/ld-x86-64/pr20253-1b.d: Likewise.
	* testsuite/ld-x86-64/pr20253-1d.d: Likewise.
	* testsuite/ld-x86-64/pr20253-1f.d: Likewise.
	* testsuite/ld-x86-64/pr20253-1h.d: Likewise.
	* testsuite/ld-x86-64/pr20253-1j.d: Likewise.
	* testsuite/ld-x86-64/pr20253-1l.d: Likewise.
	* testsuite/ld-x86-64/pr21884.d: Likewise.
	* testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
	* testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
	* testsuite/ld-x86-64/tlsgd10.dd: Likewise.
	* testsuite/ld-x86-64/tlsgd5.dd: Likewise.
	* testsuite/ld-x86-64/tlsgd8.dd: Likewise.
	* testsuite/ld-x86-64/x86-64.exp: Likewise.
	* emulparams/elf32_x86_64_nacl.sh: Removed.
	* emulparams/elf_i386_nacl.sh: Likewise.
	* emulparams/elf_x86_64_nacl.sh: Likewise.
	* testsuite/ld-i386/emit-relocs-nacl.rd: Likewise.
	* testsuite/ld-i386/load1-nacl.d: Likewise.
	* testsuite/ld-i386/pie1-nacl.d: Likewise.
	* testsuite/ld-i386/plt-nacl.pd: Likewise.
	* testsuite/ld-i386/plt-pic-nacl.pd: Likewise.
	* testsuite/ld-i386/pr17709-nacl.rd: Likewise.
	* testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
	* testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
	* testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
	* testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
	* testsuite/ld-i386/pr19827-nacl.rd: Likewise.
	* testsuite/ld-i386/pr21884-nacl.d: Likewise.
	* testsuite/ld-i386/pr21884-nacl.t: Likewise.
	* testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
	* testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
	* testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
	* testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
	* testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
	* testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
	* testsuite/ld-i386/tlspic-nacl.rd: Likewise.
	* testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
	* testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
	* testsuite/ld-x86-64/load1a-nacl.d: Likewise.
	* testsuite/ld-x86-64/load1b-nacl.d: Likewise.
	* testsuite/ld-x86-64/load1c-nacl.d: Likewise.
	* testsuite/ld-x86-64/load1d-nacl.d: Likewise.
	* testsuite/ld-x86-64/pie3-nacl.d: Likewise.
	* testsuite/ld-x86-64/plt-nacl.pd: Likewise.
	* testsuite/ld-x86-64/pr17709-nacl.rd: Likewise.
	* testsuite/ld-x86-64/pr19013-nacl.d: Likewise.
	* testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
	* testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
	* testsuite/ld-x86-64/pr21884-nacl.d: Likewise.
	* testsuite/ld-x86-64/pr21884-nacl.t: Likewise.
	* testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
	* testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
	* testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
	* testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
	* testsuite/ld-x86-64/tlsdesc-nacl.pd: Likewise.
	* testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
	* testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
	* testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
	* testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
	* Makefile.in: Regenerated.
	* po/BLD-POTFILES.in: Likewise.
2020-06-30 08:56:14 -07:00
..
atof-ieee.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
atof-vax.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
bfin-aux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
bfin-defs.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
bfin-lex-wrapper.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
bfin-lex.l Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
bfin-parse.y Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-crisaout.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-criself.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-i386aout.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-i386coff.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-i386elf.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
e-mipself.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
itbl-mips.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
m68k-parse.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
m68k-parse.y Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-aout.c PR25569, PDP11 ld -s clobbers last data byte 2020-02-21 10:47:05 +10:30
obj-aout.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-coff-seh.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-coff-seh.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-coff.c The "b" flag for COFF sections only unsets the LOAD attribute. It should also clear the CONTENTS attribute so that named bss sections don't take up space in an object file. This can be achieved by setting the 'bss' flag in seg_info. 2020-03-25 11:53:12 +00:00
obj-coff.h Tidy obj-coff.h 2020-03-03 08:44:26 +10:30
obj-ecoff.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-ecoff.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-elf.c Replace "if (x) free (x)" with "free (x)", gas 2020-05-21 10:45:33 +09:30
obj-elf.h gas: Extend .symver directive 2020-04-21 05:33:17 -07:00
obj-evax.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-evax.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-fdpicelf.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-fdpicelf.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-macho.c Indent labels 2020-02-26 10:37:25 +10:30
obj-macho.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-multi.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-multi.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-som.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
obj-som.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
rl78-defs.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
rl78-parse.y Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
rx-defs.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
rx-parse.y Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-aarch64.c Replace "if (x) free (x)" with "free (x)", gas 2020-05-21 10:45:33 +09:30
tc-aarch64.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-alpha.c Indent labels 2020-02-26 10:37:25 +10:30
tc-alpha.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-arc.c [ARC][committed] Code cleanup and improvements. 2020-01-13 11:16:47 +02:00
tc-arc.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-arm.c Stop the assembler from generating R_ARM_THM_JMP11 relocations as these are not supported by the kernel. 2020-06-25 11:11:51 +01:00
tc-arm.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-avr.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-avr.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-bfin.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-bfin.h bfin: allow ".=.+delta" 2020-04-17 12:45:23 +09:30
tc-bpf.c gas: avoid GCC 10 warning stringop-overflow in tc-bpf.c 2020-06-05 16:23:30 +02:00
tc-bpf.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-cr16.c tc-cr16.c: Use memmove to concatenate 2 overlapping strings 2020-05-25 19:39:13 -07:00
tc-cr16.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-cris.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-cris.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-crx.c gas: Silence GCC 10 warning on tc-crx.c 2020-05-26 06:53:36 -07:00
tc-crx.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-csky.c gas: Update fr_literal access in frag for GCC 10 2020-05-25 04:51:17 -07:00
tc-csky.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-d10v.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-d10v.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-d30v.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-d30v.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-dlx.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-dlx.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-epiphany.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-epiphany.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-fr30.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-fr30.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-frv.c Indent labels 2020-02-26 10:37:25 +10:30
tc-frv.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-ft32.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ft32.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-generic.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-generic.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-h8300.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-h8300.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-hppa.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-hppa.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-i386-intel.c Indent labels 2020-02-26 10:37:25 +10:30
tc-i386.c Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
tc-i386.h Remove x86 NaCl target support 2020-06-30 08:56:14 -07:00
tc-ia64.c Indent labels 2020-02-26 10:37:25 +10:30
tc-ia64.h Add support for a ".file 0" directive if supporting DWARF 5 or higher. 2020-03-06 17:13:22 +00:00
tc-ip2k.c gas: Fix ip2k-elf and xstormy16-elf build 2020-06-04 11:15:06 -07:00
tc-ip2k.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-iq2000.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-iq2000.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-lm32.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-lm32.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-m32c.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m32c.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-m32r.c miscellaneous SEC_SMALL_DATA 2020-03-02 11:36:19 +10:30
tc-m32r.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-m68hc11.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m68hc11.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m68k.c m68k: tag floating-point ABI used 2020-06-26 14:42:19 +09:30
tc-m68k.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-m68851.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mcore.c gas: Silence GCC 10 warning on tc-mcore.c 2020-05-25 19:39:13 -07:00
tc-mcore.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-mep.c opcodes: discriminate endianness and insn-endianness in CGEN ports 2020-06-04 16:17:42 +02:00
tc-mep.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-metag.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-metag.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-microblaze.c gas: Update fr_literal access in frag for GCC 10 2020-05-25 04:51:17 -07:00
tc-microblaze.h [PATCH 1/4]: microblaze: remove duplicate prototypes 2020-04-08 12:33:16 +01:00
tc-mips.c More 1 << 31 signed overflows 2020-03-10 21:56:42 +10:30
tc-mips.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mmix.c gas: Fix mmix fixups and TC_FX_SIZE_SLACK, PR25331 2020-06-29 05:32:02 +02:00
tc-mmix.h gas: Fix mmix fixups and TC_FX_SIZE_SLACK, PR25331 2020-06-29 05:32:02 +02:00
tc-mn10200.c Indent labels 2020-02-26 10:37:25 +10:30
tc-mn10200.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mn10300.c Indent labels 2020-02-26 10:37:25 +10:30
tc-mn10300.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-moxie.c moxie: don't force big-endian mode 2020-02-01 20:59:19 -05:00
tc-moxie.h [PATCH 2/4]: moxie: use generic pcrel support 2020-04-08 11:13:04 +01:00
tc-msp430.c ELF: Add support for unique section ID to assembler 2020-02-02 17:08:01 -08:00
tc-msp430.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-mt.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-mt.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-nds32.c More 1 << 31 signed overflows 2020-03-10 21:56:42 +10:30
tc-nds32.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-nios2.c Replace "if (x) free (x)" with "free (x)", gas 2020-05-21 10:45:33 +09:30
tc-nios2.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ns32k.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ns32k.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-or1k.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-or1k.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-pdp11.c Fix all unexpected failures in gas testsuite for pdp11-aout. 2020-05-28 10:11:59 -07:00
tc-pdp11.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-pj.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-pj.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-ppc.c Power10 tidies 2020-06-06 14:44:32 +09:30
tc-ppc.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-pru.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-pru.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-riscv.c RISC-V: Support debug and float CSR as the unprivileged ones. 2020-06-30 09:54:55 +08:00
tc-riscv.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-rl78.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-rl78.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-rx.c [GAS] change of ELF flags initial value in rx-linux 2020-05-05 10:19:41 +01:00
tc-rx.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-s12z.c C++ comments 2020-06-29 10:07:56 +09:30
tc-s12z.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-s390.c Fix compile time build problem building the s390 assembler. 2020-01-31 16:43:57 +00:00
tc-s390.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-score7.c miscellaneous SEC_SMALL_DATA 2020-03-02 11:36:19 +10:30
tc-score.c tc-score.c: Replace overlapping sprintf with memmove 2020-05-26 06:12:37 -07:00
tc-score.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-sh.c gas: Update fr_literal access in frag for GCC 10 2020-05-25 04:51:17 -07:00
tc-sh.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-sparc.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-sparc.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-spu.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-spu.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic4x.c tic4x: sign extension using shifts 2020-01-13 12:12:05 +10:30
tc-tic4x.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic6x.c ELF: Add support for unique section ID to assembler 2020-02-02 17:08:01 -08:00
tc-tic6x.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic30.c Replace "if (x) free (x)" with "free (x)", gas 2020-05-21 10:45:33 +09:30
tc-tic30.h Really remove tic30-aout support 2020-06-16 15:57:59 +09:30
tc-tic54x.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tic54x.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tilegx.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tilegx.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tilepro.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-tilepro.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-v850.c gas: Silence GCC 10 warning on tc-v850.c 2020-05-26 06:56:18 -07:00
tc-v850.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-vax.c gas: Silence GCC 10 warning tc-vax.c 2020-05-26 07:41:07 -07:00
tc-vax.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-visium.c gas: Silence GCC 10 warning on tc-visium.c 2020-05-26 07:54:05 -07:00
tc-visium.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-wasm32.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-wasm32.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xc16x.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xc16x.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-xgate.c tc-xgate.c: Replace R_XGATE_PCREL_X with BFD_RELOC_XGATE_PCREL_X 2020-05-26 09:34:18 -07:00
tc-xgate.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-xstormy16.c gas: Fix ip2k-elf and xstormy16-elf build 2020-06-04 11:15:06 -07:00
tc-xstormy16.h [PATCH 4/4]: Add generic prototype for md_pcrel_from_section 2020-04-08 12:28:10 +01:00
tc-xtensa.c C++ comments 2020-06-29 10:07:56 +09:30
tc-xtensa.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-z8k.c ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]' 2020-01-08 21:51:32 +10:30
tc-z8k.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
tc-z80.c C++ comments 2020-06-29 10:07:56 +09:30
tc-z80.h Fix a small set of Z80 problems. 2020-03-17 16:55:32 +00:00
te-386bsd.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-aix5.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-aix.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-armeabi.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-armfbsdeabi.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-armfbsdvfp.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-armlinuxeabi.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-cloudabi.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-csky_abiv1_linux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-csky_abiv1.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-csky_abiv2_linux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-csky_abiv2.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-dragonfly.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-freebsd.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-generic.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-gnu.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-go32.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-hppa64.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-hppa.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-hppalinux64.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-hpux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-ia64aix.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-interix.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-irix.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-linux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-lynx.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-macos.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-nacl.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-nbsd532.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-nbsd.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-pc532mach.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-pe.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-pep.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-solaris.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-svr4.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-symbian.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-tmips.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-uclinux.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-vms.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-vms.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-vxworks.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
te-wince-pe.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
vax-inst.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
xtensa-istack.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
xtensa-relax.c Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30
xtensa-relax.h Update year range in copyright notice of binutils files 2020-01-01 18:42:54 +10:30