binutils-gdb/gas/config
H.J. Lu a91e1603af Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX
Mark an ALLOC section, which should be placed in special memory area,
with SHF_GNU_MBIND.  Its sh_info field indicates the special memory
type.  GNU_MBIND section names start with ".mbind" so that they are
placed as orphan sections by linker.  All input GNU_MBIND sections
with the same sh_type, sh_flags and sh_info are placed in one output
GNU_MBIND section.  In executable and shared object, create a
GNU_MBIND segment for each GNU_MBIND section and its segment type is
PT_GNU_MBIND_LO plus the sh_info value.  Each GNU_MBIND segment is
aligned at page boundary.

The assembler syntax:

    .section .mbind.foo,"adx",%progbits
                          ^             0: Special memory type.
                          |
                         'd' for SHF_GNU_MBIND.

    .section .mbind.foo,"adx",%progbits,0x1
                          ^             1: Special memory type.
                          |
                         'd' for SHF_GNU_MBIND.

    .section .mbind.bar,"adG",%progbits,.foo_group,comdat,0x2
                          ^                               2: Special memory type.
                          |
                         'd' for SHF_GNU_MBIND.

bfd/

	* elf.c (get_program_header_size): Add a GNU_MBIND segment for
	each GNU_MBIND section and align GNU_MBIND section to page size.
	(_bfd_elf_map_sections_to_segments): Create a GNU_MBIND
	segment for each GNU_MBIND section.
	(_bfd_elf_init_private_section_data): Copy sh_info from input
	for GNU_MBIND section.

binutils/

	* NEWS: Mention support for ELF SHF_GNU_MBIND and
	PT_GNU_MBIND_XXX.
	* readelf.c (get_segment_type): Handle PT_GNU_MBIND_XXX.
	(get_elf_section_flags): Handle SHF_GNU_MBIND.
	(process_section_headers): Likewise.
	* testsuite/binutils-all/mbind1.s: New file.
	* testsuite/binutils-all/objcopy.exp: Run readelf test on
	mbind1.s.

gas/

	* NEWS: Mention support for ELF SHF_GNU_MBIND.
	* config/obj-elf.c (section_match): New.
	(get_section): Match both sh_info and group name.
	(obj_elf_change_section): Add argument for sh_info.  Pass both
	sh_info and group name to get_section. Issue an error for
	SHF_GNU_MBIND section without SHF_ALLOC.  Set sh_info.
	(obj_elf_parse_section_letters): Set SHF_GNU_MBIND for 'd'.
	(obj_elf_section): Support SHF_GNU_MBIND section info.
	* config/obj-elf.h (obj_elf_change_section): Add argument for
	sh_info.
	* config/tc-arm.c (start_unwind_section): Pass 0 as sh_info to
	obj_elf_change_section.
	* config/tc-ia64.c (obj_elf_vms_common): Likewise.
	* config/tc-microblaze.c (microblaze_s_data): Likewise.
	(microblaze_s_sdata): Likewise.
	(microblaze_s_rdata): Likewise.
	(microblaze_s_bss): Likewise.
	* config/tc-mips.c (s_change_section): Likewise.
	* config/tc-msp430.c (msp430_profiler): Likewise.
	* config/tc-rx.c (parse_rx_section): Likewise.
	* config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
	* doc/as.texinfo: Document 'd' for SHF_GNU_MBIND.
	* testsuite/gas/elf/elf.exp: Run section12a, section12b and
	section13.
	* testsuite/gas/elf/section10.d: Updated.
	* testsuite/gas/elf/section10.s: Likewise.
	* testsuite/gas/elf/section12.s: New file.
	* testsuite/gas/elf/section12a.d: Likewise.
	* testsuite/gas/elf/section12b.d: Likewise.
	* testsuite/gas/elf/section13.l: Likewise.
	* testsuite/gas/elf/section13.d: Likewise.
	* testsuite/gas/elf/section13.s: Likewise.

include/

	* elf/common.h (PT_GNU_MBIND_NUM): New.
	(PT_GNU_MBIND_LO): Likewise.
	(PT_GNU_MBIND_HI): Likewise.
	(SHF_GNU_MBIND): Likewise.

ld/

	* NEWS: Mention support for ELF SHF_GNU_MBIND and
	PT_GNU_MBIND_XXX.
	* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
	input GNU_MBIND sections with the same type, attributes and
	sh_info field into a single output GNU_MBIND section.
	* testsuite/ld-elf/elf.exp: Run mbind2a and mbind2b.
	* testsuite/ld-elf/mbind1.s: New file.
	* testsuite/ld-elf/mbind1a.d: Likewise.
	* testsuite/ld-elf/mbind1b.d: Likewise.
	* testsuite/ld-elf/mbind1c.d: Likewise.
	* testsuite/ld-elf/mbind2a.s: Likewise.
	* testsuite/ld-elf/mbind2b.c: Likewise.
2017-04-04 09:06:04 -07: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 GAS: Add ECOFF `.aent' pseudo-op support 2017-02-17 21:29:11 +00:00
obj-ecoff.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
obj-elf.c Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07:00
obj-elf.h Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07:00
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 Rename R_AARCH64_TLSDESC_LD64_LO12_NC to R_AARCH64_TLSDESC_LD64_LO12 and R_AARCH64_TLSDESC_ADD_LO12_NC to R_AARCH64_TLSDESC_ADD_LO12. 2017-03-13 09:58:04 +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 gas/arc: Limit special handling of t/nt flag to ARCv2 2017-03-16 10:07:22 +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 Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07: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 X86: Add pseudo prefixes to control encoding 2017-03-09 09:59:00 -08: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 Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07: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 Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07:00
tc-microblaze.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-mips.c Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07: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 Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07: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 Nios2 dynobj handling fixes 2017-02-28 13:20:21 +10:30
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 PowerPC -Mraw disassembly 2017-03-29 22:55:18 +10:30
tc-ppc.h PowerPC addpcis fix 2017-02-28 11:59:47 +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: Avoid a const warning 2017-04-03 09:14:50 -07:00
tc-riscv.h RISC-V: Define DWARF2_USE_FIXED_ADVANCE_PC. 2017-03-14 09:51:29 -07:00
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 Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07:00
tc-rx.h Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
tc-s390.c Reduce the size of s390 symbol tables by allowing relocations in mergeable string sections (eg .debug_str) to be made section relative rather than symbol relative. 2017-03-31 12:54:38 +01: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 opcodes,gas: associate SPARC ASIs with an architecture level. 2017-02-23 07:53:16 -08: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 Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX 2017-04-04 09:06:04 -07:00
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-wasm32.c Add support for the WebAssembly file format and the wasm32 ELF conversion to gas and the binutils. 2017-03-30 10:57:21 +01:00
tc-wasm32.h Add support for the WebAssembly file format and the wasm32 ELF conversion to gas and the binutils. 2017-03-30 10:57:21 +01:00
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 gas: xtensa: make trampolines relaxation work with jumps in slots other than 0 2017-03-22 10:35:18 -07: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