binutils-gdb/gas/config
Maciej W. Rozycki 8b10b0b3e1 MIPS: Add options to control branch ISA checks
Complement commit 9d862524f6 ("MIPS: Verify the ISA mode and alignment
of branch and jump targets") and add GAS and LD options to control the
checks for invalid branches between ISA modes introduced there, to help
with some handwritten code lacking `.insn' annotation for labels used as
branch targets and code produced by older versions of GCC which suffers
from the issue with branches to code that has been optimized away,
addressed with GCC commit 242424 ("MIPS/GCC: Mark trailing labels with
`.insn'"), <https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01061.html>.

	bfd/
	* elfxx-mips.h (_bfd_mips_elf_insn32): Rename prototype to...
	(_bfd_mips_elf_linker_flags): ... this.  Add another parameter.
	* elfxx-mips.c (mips_elf_link_hash_table): Add
	`ignore_branch_isa' member.
	(mips_elf_perform_relocation): Do not treat an ISA mode mismatch
	in branch relocation calculation as an error if
	`ignore_branch_isa' has been set.
	(_bfd_mips_elf_insn32): Rename to...
	(_bfd_mips_elf_linker_flags): ... this.  Rename the `on'
	parameter to `insn32' and add an `ignore_branch_isa' parameter.
	Handle the new parameter.

	gas/
	* config/tc-mips.c (mips_ignore_branch_isa): New variable.
	(options): Add OPTION_IGNORE_BRANCH_ISA and
	OPTION_NO_IGNORE_BRANCH_ISA enum values.
	(md_longopts): Add "mignore-branch-isa" and
	"mno-ignore-branch-isa" options.
	(md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
	OPTION_NO_IGNORE_BRANCH_ISA.
	(fix_bad_cross_mode_branch_p): Return FALSE if
	`mips_ignore_branch_isa' has been set.
	(md_show_usage): Add `-mignore-branch-isa' and
	`-mno-ignore-branch-isa'.

	* doc/as.texinfo (Target MIPS options): Add
	`-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
	(-mignore-branch-isa, -mno-ignore-branch-isa): New options.
	* doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
	`-mno-ignore-branch-isa' options.

	* testsuite/gas/mips/branch-local-ignore-2.d: New test.
	* testsuite/gas/mips/branch-local-ignore-3.d: New test.
	* testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
	* testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
	* testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
	* testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
	* testsuite/gas/mips/mips.exp: Run the new tests.

	ld/
	* emultempl/mipself.em (ignore_branch_isa): New variable.
	(mips_create_output_section_statements): Rename
	`_bfd_mips_elf_insn32' called to `_bfd_mips_elf_linker_flags',
	add `ignore_branch_isa' argument.
	(PARSE_AND_LIST_PROLOGUE): Add OPTION_IGNORE_BRANCH_ISA and
	OPTION_NO_IGNORE_BRANCH_ISA enum values.
	(PARSE_AND_LIST_LONGOPTS): Add "ignore-branch-isa" and
	"no-ignore-branch-isa" options.
	(PARSE_AND_LIST_OPTIONS): Add `--ignore-branch-isa' and
	`--no-ignore-branch-isa'.
	(PARSE_AND_LIST_ARGS_CASES): Handle OPTION_IGNORE_BRANCH_ISA and
	OPTION_NO_IGNORE_BRANCH_ISA.

	* ld.texinfo (Options specific to MIPS targets): Add
	`--ignore-branch-isa' and `--no-ignore-branch-isa' options.
	(ld and the MIPS family): Likewise.

	* testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: New test.
	* testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: New test.
	* testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: New test.
	* testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: New test.
	* testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1: New test.
	* testsuite/ld-mips-elf/unaligned-branch-ignore-mips16: New
	test.
	* testsuite/ld-mips-elf/unaligned-branch-ignore-micromips: New
	test.
	* testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
2017-01-30 17:16:01 +00:00
..
aout_gnu.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
atof-ieee.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
atof-vax.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
bfin-aux.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
bfin-defs.h Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
bfin-lex-wrapper.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
bfin-lex.l Add support for processing lex source files with flex v 2.6.3 2017-01-18 13:38:27 +00:00
bfin-parse.y Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
e-crisaout.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
e-criself.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
e-i386aout.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
e-i386coff.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
e-i386elf.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
e-mipself.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
itbl-mips.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
m68k-parse.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
m68k-parse.y Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-aout.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-aout.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-coff-seh.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-coff-seh.h Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
obj-coff.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
obj-coff.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-ecoff.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-ecoff.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-elf.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-elf.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-evax.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
obj-evax.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-fdpicelf.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-fdpicelf.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-macho.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
obj-macho.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-multi.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-multi.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-som.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-som.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
rl78-defs.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
rl78-parse.y Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
rx-defs.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
rx-parse.y Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-aarch64.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-aarch64.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-alpha.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-alpha.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-arc.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-arc.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-arm.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-arm.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-avr.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-avr.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-bfin.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-bfin.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-cr16.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-cr16.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-cris.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-cris.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-crx.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-crx.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-d10v.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-d10v.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-d30v.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-d30v.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-dlx.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-dlx.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-epiphany.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-epiphany.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-fr30.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-fr30.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-frv.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-frv.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-ft32.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-ft32.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-generic.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-generic.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-h8300.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-h8300.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-hppa.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-hppa.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-i370.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-i370.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-i386-intel.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-i386.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-i386.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-i860.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-i860.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-i960.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-i960.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-ia64.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-ia64.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-ip2k.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-ip2k.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-iq2000.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-iq2000.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-lm32.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-lm32.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-m32c.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-m32c.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-m32r.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-m32r.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-m68hc11.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-m68hc11.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-m68k.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-m68k.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-m68851.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-mcore.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-mcore.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-mep.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-mep.h Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-metag.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-metag.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-microblaze.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-microblaze.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-mips.c MIPS: Add options to control branch ISA checks 2017-01-30 17:16:01 +00:00
tc-mips.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-mmix.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-mmix.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-mn10200.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-mn10200.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-mn10300.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-mn10300.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-moxie.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-moxie.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-msp430.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-msp430.h Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-mt.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-mt.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-nds32.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-nds32.h Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-nios2.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-nios2.h Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-ns32k.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-ns32k.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-or1k.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-or1k.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-pdp11.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-pdp11.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-pj.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-pj.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-ppc.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-ppc.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-pru.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-pru.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-riscv.c RISC-V/GAS: Support more relocs against constant addresses 2017-01-09 09:20:05 -08:00
tc-riscv.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-rl78.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-rl78.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-rx.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-rx.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-s390.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-s390.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-score.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-score.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-score7.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-sh.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-sh.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-sh64.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-sh64.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-sparc.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-sparc.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-spu.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-spu.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-tic4x.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-tic4x.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-tic6x.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-tic6x.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-tic30.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-tic30.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-tic54x.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-tic54x.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-tilegx.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-tilegx.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-tilepro.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-tilepro.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-v850.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-v850.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-vax.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-vax.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-visium.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-visium.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-xc16x.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-xc16x.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-xgate.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-xgate.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-xstormy16.c Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-xstormy16.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-xtensa.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-xtensa.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-z8k.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-z8k.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-z80.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
tc-z80.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-386bsd.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-aix.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-aix5.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-armeabi.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-armfbsdeabi.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-armfbsdvfp.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-armlinuxeabi.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-dragonfly.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-dynix.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-epoc-pe.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-freebsd.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-generic.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-gnu.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-go32.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-hppa.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-hppa64.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-hppalinux64.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-hpux.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-i386aix.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-ia64aix.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-interix.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-irix.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-linux.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-lynx.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-mach.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-macos.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-nacl.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-nbsd.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-nbsd532.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-netware.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-pc532mach.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-pe.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-pep.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-psos.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-riscix.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-solaris.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-sparcaout.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-sun3.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-svr4.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-symbian.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-tmips.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-uclinux.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-vms.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
te-vms.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-vxworks.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
te-wince-pe.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
vax-inst.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
xtensa-istack.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
xtensa-relax.c Fix spelling mistakes and typos in the GAS sources. 2017-01-23 15:23:07 +00:00
xtensa-relax.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30