old-cross-binutils/gas/config
Catherine Moore 2f0c68f23b Compact EH Support
The specification for the Compact EH format is available at:
https://github.com/MentorEmbedded/cxx-abi/blob/master/MIPSCompactEH.pdf

2015-05-28  Catherine Moore  <clm@codesourcery.com>
	    Bernd Schmidt <bernds@codesourcery.com>
	    Paul Brook <paul@codesourcery.com>

	bfd/
	* bfd-in2.h: Regenerated.
	* elf-bfd.h (DWARF2_EH_HDR, COMPACT_EH_HDR): Define.
	(COMPACT_EH_CANT_UNWIND_OPCODE): Define.
	(dwarf_eh_frame_hdr_info): Move dwarf-specific fields from
	eh_frame_hdr_info.
	(compact_eh_frame_hdr_info): Declare.
	(eh_frame_hdr_info):  Redeclare with union for dwarf-specific
	fields and compact-eh fields.
	(elf_backend_data): Add cant_unwind_opcode and compact_eh_encoding.
	(bfd_elf_section_data): Add eh_frame_entry_field.
	(elf_section_eh_frame_entry): Define.
	(bfd_elf_parse_eh_frame_entries): Declare.
	(_bfd_elf_parse_eh_frame_entry): Declare.
	(_bfd_elf_end_eh_frame_parsing): Declare.
	(_bfd_elf_write_section_eh_frame_entry): Declare.
	(_bfd_elf_eh_frame_entry_present): Declare.
	(_bfd_elf_section_for_symbol): Declare.
	* elf-eh-frame.c (bfd_elf_discard_eh_frame_entry): New function.
	(bfd_elf_record_eh_frame_entry): New function.
	(_bfd_elf_parse_eh_frame_entry): New function.
	(_bfd_elf_parse_eh_frame): Update hdr_info field references.
	(cmp_eh_frame_hdr): New function.
	(add_eh_frame_hdr_terminator): New function.
	(_bfd_elf_end_eh_frame_parsing): New function.
	(find_merged_cie): Update hdr_info field references.
	(_bfd_elf_discard_section_eh_frame): Likewise.
	(_bfd_elf_discard_section_eh_frame_hdr): Add Compact EH support.
	(_bfd_elf_eh_frame_entry_present): New function.
	(_bfd_elf_maybe_strip_eh_frame_hdr): Add Compact EH support.
	(_bfd_elf_write_section_eh_frame_entry): New function.
	(_bfd_elf_write_section_eh_frame): Update hdr_info field references.
	(_bfd_elf_fixup_eh_frame_hdr): New function.
	(write_compact_eh_frame_hdr): New function.
	(write_dwarf_eh_frame_hdr): New function.
	(_bfd_elf_write_section_eh_frame_hdr): Add Compact EH support.
	* elflink.c (_bfd_elf_section_for_symbol): New function.
	(elf_section_ignore_discarded_relocs): Add Compact EH support.
	(elf_link_input_bfd): Likewise.
	(bfd_elf_final_link): Likewise.
	(_bfd_elf_gc_mark): Likewise.
	(bfd_elf_parse_eh_frame_entries): New function.
	(bfd_elf_gc_sections): Add Compact EH support.
	(bfd_elf_discard_info): Likewise.
	* elfxx-mips.c: Include dwarf2.h.
	(_bfd_mips_elf_compact_eh_encoding): New function.
	(_bfd_mips_elf_cant_unwind_opcode): New function.
	* elfxx-mips.h (_bfd_mips_elf_compact_eh_encoding): Declare.
	(_bfd_mips_elf_cant_unwind_opcode): Declare.
	(elf_backend_compact_eh_encoding): Define.
	(elf_backend_cant_unwind_opcode): Define.
	* elfxx-target.h (elf_backend_compact_eh_encoding): Provide default.
	(elf_backend_cant_unwind_opcode): Provide default.
	(elf_backend_data elfNN_bed): Add elf_backend_compact_eh_encoding and
	elf_backend_cant_unwind_opcode.
	* section.c (SEC_INFO_TYPE_EH_FRAME_ENTRY): Add definition.

	gas/
	* config/tc-alpha.c (all_cfi_sections): Declare.
	(s_alpha_ent): Initialize all_cfi_sections.
	(alpha_elf_md_end): Invoke cfi_set_sections.
	* config/tc-mips.c (md_apply_fix):  Handle BFD_RELOC_NONE.
	(s_ehword): Use BFD_RELOC_32_PCREL.
	(mips_fix_adjustable): Handle BFD_RELOC_32_PCREL.
	(mips_cfi_reloc_for_encoding): New function.
	* tc-mips.h (DWARF2_FDE_RELOC_SIZE): Redefine.
	(DWARF2_FDE_RELOC_ENCODING): Define.
	(tc_cfi_reloc_for_encoding): Define.
	(mips_cfi_reloc_for_encoding): Define.
	(tc_compact_eh_opcode_stop): Define.
	(tc_compact_eh_opcode_pad): Define.
	* doc/as.texinfo: Document Compact EH extensions.
	* doc/internals.texi: Likewise.
	* dw2gencfi.c (EH_FRAME_LINKONCE): Redefine.
	(tc_cfi_reloc_for_encoding): Provide default.
	(compact_eh): Declare.
	(emit_expr_encoded): New function.
	(get_debugseg_name): Add Compact EH support.
	(alloc_debugseg_item): Likewise.
	(cfi_set_sections): New function.
	(dot_cfi_fde_data): New function.
	(dot_cfi_personality_id): New function.
	(dot_cfi_inline_lsda): New function.
	(cfi_pseudo_table): Add cfi_fde_data, cfi_personality_id,
	and cfi_inline_lsda.
	(dot_cfi_personality): Add Compact EH support.
	(dot_cfi_lsda): Likewise.
	(dot_cfi_sections): Likewise.
	(dot_cfi_startproc): Likewise.
	(get_cfi_seg): Likewise.
	(output_compact_unwind_data): New function.
	(output_cfi_insn): Add Compact EH support.
	(output_cie): Likewise.
	(output_fde): Likewise.
	(cfi_finish): Likewise.
	(cfi_emit_eh_header): New function.
	(output_eh_header): New function.
	* dw2gencfi.h (cfi_set_sections): Declare.
	(SUPPORT_COMPACT_EH): Define.
	(MULTIPLE_FRAME_SECTIONS): Define.
	New enumeration to describe the Compact EH header format.
	(fde_entry): Add new fields personality_id, eh_header_type, eh_data_size,
	eh_data, eh_loc and sections.
	(CFI_EMIT_eh_frame, CFI_EMIT_debug_frame, CFI_EMIT_target,
	CFI_EMIT_eh_frame_compact): Define.

2015-05-22  Catherine Moore  <clm@codesourcery.com>
	    Bernd Schmidt <bernds@codesourcery.com>

	gas/testsuite/
	* gas/mips/mips.exp: Run new tests.

	* gas/mips/compact-eh-1.s: New file.
	* gas/mips/compact-eh-2.s: New file.
	* gas/mips/compact-eh-3.s: New file.
	* gas/mips/compact-eh-4.s: New file.
	* gas/mips/compact-eh-5.s: New file.
	* gas/mips/compact-eh-6.s: New file.
	* gas/mips/compact-eh-7.s: New file.
	* gas/mips/compact-eh-eb-1.d: New file.
	* gas/mips/compact-eh-eb-2.d: New file.
	* gas/mips/compact-eh-eb-3.d: New file.
	* gas/mips/compact-eh-eb-4.d: New file.
	* gas/mips/compact-eh-eb-5.d: New file.
	* gas/mips/compact-eh-eb-6.d: New file.
	* gas/mips/compact-eh-eb-7.d: New file.
	* gas/mips/compact-eh-el-1.d: New file.
	* gas/mips/compact-eh-el-2.d: New file.
	* gas/mips/compact-eh-el-3.d: New file.
	* gas/mips/compact-eh-el-4.d: New file.
	* gas/mips/compact-eh-el-5.d: New file.
	* gas/mips/compact-eh-el-6.d: New file.
	* gas/mips/compact-eh-el-7.d: New file.
	* gas/mips/compact-eh-err1.l: New file.
	* gas/mips/compact-eh-err1.s: New file.
	* gas/mips/compact-eh-err2.l: New file.
	* gas/mips/compact-eh-err2.s: New file.

2015-05-22  Catherine Moore  <clm@codesourcery.com>

	include/
	* bfdlink.h: Rename eh_frame_hdr to eh_frame_hdr_type.

2015-05-22  Catherine Moore  <clm@codesourcery.com>
	    Paul Brook <paul@codesourcery.com>

	ld/
	* emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
	Add Compact EH support.
	* scripttempl/elf.sc: Handle .eh_frame_entry and .gnu_extab
	sections.

2015-05-22  Catherine Moore  <clm@codesourcery.com>

	ld/testsuite/
	* ld-mips-elf/compact-eh.ld: New linker script.
	* ld-mips-elf/compact-eh1.d: New.
	* ld-mips-elf/compact-eh1.s: New.
	* ld-mips-elf/compact-eh1a.s: New.
	* ld-mips-elf/compact-eh1b.s: New.
	* ld-mips-elf/compact-eh2.d: New.
	* ld-mips-elf/compact-eh2.s: New.
	* ld-mips-elf/compact-eh3.d: New.
	* ld-mips-elf/compact-eh3.s: New.
	* ld-mips-elf/compact-eh3a.s: New.
	* ld-mips-elf/compact-eh4.d: New.
	* ld-mips-elf/compact-eh5.d: New.
	* ld-mips-elf/compact-eh6.d: New.
	* ld-mips-elf/mips-elf.exp: Run new tests.
2015-05-28 15:21:17 -07:00
..
aout_gnu.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
atof-ieee.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
atof-vax.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfin-aux.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfin-defs.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfin-lex-wrapper.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfin-lex.l ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
bfin-parse.y ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-crisaout.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-criself.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-i386aout.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-i386coff.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-i386elf.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
e-mipself.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
itbl-mips.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68k-parse.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
m68k-parse.y ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-aout.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-aout.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-coff-seh.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-coff-seh.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-coff.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-coff.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-ecoff.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-ecoff.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-elf.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-elf.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-evax.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-evax.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-fdpicelf.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-fdpicelf.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-macho.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-macho.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-multi.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-multi.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-som.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
obj-som.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
rl78-defs.h Make RL78 disassembler and simulator respect ISA for mul/div 2015-04-30 15:25:49 -04:00
rl78-parse.y Fix typos in previous patch. 2015-05-01 15:08:07 -04:00
rx-defs.h Add support to the RX toolchain to restrict the use of string instructions. 2015-04-09 12:48:37 +01:00
rx-parse.y Add support to the RX toolchain to restrict the use of string instructions. 2015-04-09 12:48:37 +01:00
tc-aarch64.c [AArch64] Sort relocation case labels alphabetically 2015-05-20 10:48:29 +01:00
tc-aarch64.h [AArch64] Don't tail-pads sections to the alignment 2015-03-13 12:00:37 +00:00
tc-alpha.c Compact EH Support 2015-05-28 15:21:17 -07:00
tc-alpha.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-arc.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-arc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-arm.c Change ARM symbol name verification code so that it only triggers when the form "name = val" is used. 2015-05-08 17:28:26 +01:00
tc-arm.h Change ARM symbol name verification code so that it only triggers when the form "name = val" is used. 2015-05-08 17:28:26 +01:00
tc-avr.c Fix avr compiler warning 2015-04-17 21:01:28 +09:30
tc-avr.h avr/gas: Write out data to track .org/.align usage. 2015-02-25 23:15:02 +00:00
tc-bfin.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-bfin.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-cr16.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-cr16.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-cris.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-cris.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-crx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-crx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-d10v.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-d10v.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-d30v.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-d30v.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-dlx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-dlx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-epiphany.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-epiphany.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-fr30.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-fr30.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-frv.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-frv.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ft32.c FT32 initial support 2015-01-28 16:25:18 +10:30
tc-ft32.h FT32 initial support 2015-01-28 16:25:18 +10:30
tc-generic.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-generic.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-h8300.c Add support for the h8300-linux target. 2015-02-23 17:04:53 +00:00
tc-h8300.h Add support for the h8300-linux target. 2015-02-23 17:04:53 +00:00
tc-hppa.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-hppa.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-i370.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-i370.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-i386-intel.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-i386.c Support AMD64/Intel ISAs in assembler/disassembler 2015-05-15 09:48:10 -07:00
tc-i386.h Add Intel MCU support to gas 2015-05-11 11:12:39 -07:00
tc-i860.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-i860.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-i960.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-i960.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ia64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ia64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ip2k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ip2k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-iq2000.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-iq2000.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-lm32.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-lm32.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m32c.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m32c.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m32r.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m32r.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m68hc11.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m68hc11.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m68k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m68k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-m68851.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mcore.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mcore.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mep.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mep.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-metag.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-metag.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-microblaze.c Second fix for microblaze gas port's ability to parse constants. 2015-04-02 17:13:12 +01:00
tc-microblaze.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mips.c Compact EH Support 2015-05-28 15:21:17 -07:00
tc-mips.h Compact EH Support 2015-05-28 15:21:17 -07:00
tc-mmix.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mmix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mn10200.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mn10200.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mn10300.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mn10300.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-moxie.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-moxie.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-msp430.c Add support to the MSP430 linker for the automatic placement of code and data into either low or high memory regions. 2015-05-05 13:38:00 +01:00
tc-msp430.h Fixes the generation of dwarf line debug information for the msp430, even in the presence of function sections and linker garbage collection. 2015-02-23 14:53:02 +00:00
tc-mt.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-mt.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-nds32.c NDS32: Set branch instruction to relaxable. 2015-01-29 16:29:42 +08:00
tc-nds32.h NDS32: Set branch instruction to relaxable. 2015-01-29 16:29:42 +08:00
tc-nios2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-nios2.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ns32k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ns32k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-or1k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-or1k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-pdp11.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-pdp11.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-pj.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-pj.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-ppc.c Fix powerpc gas abort on invalid instruction fixups 2015-03-11 18:15:31 +10:30
tc-ppc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-rl78.c Make RL78 disassembler and simulator respect ISA for mul/div 2015-04-30 15:25:49 -04:00
tc-rl78.h Adds support to the RL78 port for linker relaxation affecting .debug sections. 2015-04-14 16:23:33 +01:00
tc-rx.c Add support to the RX toolchain to restrict the use of string instructions. 2015-04-09 12:48:37 +01:00
tc-rx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-s390.c S/390: Add check for length field operand 2015-03-10 12:49:34 +01:00
tc-s390.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-score.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-score.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-score7.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-sh.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-sh.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-sh64.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-sh64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-sparc.c gas: typo in comment fixed. 2015-05-06 09:28:22 -07:00
tc-sparc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-spu.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-spu.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic4x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic4x.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic6x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic6x.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic30.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic30.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic54x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tic54x.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tilegx.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tilegx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tilepro.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-tilepro.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-v850.c Fixes a thinko in the implementation of the V850 -m8byte-align and -m4byte-align command line options. 2015-03-05 13:04:33 +00:00
tc-v850.h Adds support for generating notes in V850 binaries. 2015-02-24 17:54:09 +00:00
tc-vax.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-vax.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-visium.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-visium.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-xc16x.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-xc16x.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-xgate.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-xgate.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-xstormy16.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-xstormy16.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-xtensa.c xtensa: fix gas segfault with --text-section-literals 2015-05-26 10:14:17 +03:00
tc-xtensa.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-z8k.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-z8k.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-z80.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tc-z80.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-386bsd.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-aix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-aix5.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-armeabi.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-armfbsdeabi.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-armfbsdvfp.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-armlinuxeabi.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-dragonfly.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-dynix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-epoc-pe.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-freebsd.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-generic.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-gnu.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-go32.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-hppa.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-hppa64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-hppalinux64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-hpux.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-i386aix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-ia64aix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-interix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-irix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-linux.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-lynx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-mach.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-macos.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-nacl.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-nbsd.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-nbsd532.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-netware.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-pc532mach.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-pe.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-pep.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-psos.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-riscix.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-solaris.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-sparcaout.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-sun3.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-svr4.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-symbian.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-tmips.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-uclinux.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-vms.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-vms.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-vxworks.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
te-wince-pe.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
vax-inst.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xtensa-istack.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xtensa-relax.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
xtensa-relax.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30