old-cross-binutils/gas/config
H.J. Lu 8a9036a406 bfd/
2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>

	* archures.c (bfd_architecture): Add bfd_arch_l1om.
	(bfd_l1om_arch): New.
	(bfd_archures_list): Add &bfd_l1om_arch.
	* bfd-in2.h: Regenerated.

	* config.bfd (targ64_selvecs): Add bfd_elf64_l1om_vec if
	bfd_elf64_x86_64_vec is supported.  Add bfd_elf64_l1om_freebsd_vec
	if bfd_elf64_x86_64_freebsd_vec is supported.
	(targ_selvecs): Likewise.

	* configure.in: Support bfd_elf64_l1om_vec and
	bfd_elf64_l1om_freebsd_vec.
	* configure: Regenerated.

	* cpu-l1om.c: New.

	* elf64-x86-64.c (elf64_l1om_elf_object_p): New.
	(bfd_elf64_l1om_vec): Likewise.
	(bfd_elf64_l1om_freebsd_vec): Likewise.

	* Makefile.am (ALL_MACHINES): Add cpu-l1om.lo.
	(ALL_MACHINES_CFILES): Add cpu-l1om.c.
	* Makefile.in: Regenerated.

	* targets.c (bfd_elf64_l1om_vec): New.
	(bfd_elf64_l1om_freebsd_vec): Likewise.
	(_bfd_target_vector): Add bfd_elf64_l1om_vec and
	bfd_elf64_l1om_freebsd_vec.

binutils/

2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>

	* readelf.c (guess_is_rela): Handle EM_L1OM.
	(dump_relocations): Likewise.
	(get_machine_name): Likewise.
	(get_section_type_name): Likewise.
	(get_elf_section_flags): Likewise.
	(get_symbol_index_type): Likewise.
	(is_32bit_abs_reloc): Likewise.
	(is_32bit_pcrel_reloc): Likewise.
	(is_64bit_abs_reloc): Likewise.
	(is_64bit_pcrel_reloc): Likewise.
	(is_none_reloc): Likewise.

gas/

2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>

	* config/tc-i386.c (cpu_arch): Add l1om.
	(check_cpu_arch_compatible): New.
	(set_cpu_arch): Use it.
	(i386_arch): New.
	(i386_mach): Return bfd_mach_l1om for Intel L1OM.
	(md_show_usage): Display l1om.
	(i386_target_format): Return ELF_TARGET_L1OM_FORMAT if
	cpu_arch_isa_flags.bitfield.cpul1om is set.

	* config/tc-i386.h (TARGET_ARCH): Use (i386_arch ()).
	(i386_arch): New.
	(ELF_TARGET_L1OM_FORMAT): Likewise.

	* doc/c-i386.texi: Document l1om.

gas/testsuite/

2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/i386/l1om.d: New.
	* gas/i386/l1om-inval.l: Likewise.
	* gas/i386/l1om-inval.s: Likewise.

	* gas/i386/i386.exp: Run l1om-inval and l1om.

include/elf/

2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>

	* common.h (EM_L1OM): New.

ld/

2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>

	* configure.tgt (targ64_extra_emuls): Add elf_l1om if elf_x86_64
	is supported.  Add elf_l1om_fbsd if elf_x86_64_fbsd is supported.
	(targ_extra_emuls): Likewise.

	* Makefile.am (ALL_64_EMULATIONS): Add eelf_l1om.o and
	eelf_l1om_fbsd.o
	(eelf_l1om.c): New.
	(eelf_l1om_fbsd.c): Likewise.
	* Makefile.in: Regenerated.

	* emulparams/elf_l1om.sh: New.
	* emulparams/elf_l1om_fbsd.sh: Likewise.

ld/testsuite/

2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>

	* ld-x86-64/abs-l1om.d: New.
	* ld-x86-64/protected2-l1om.d: Likewise.
	* ld-x86-64/protected3-l1om.d: Likewise.

	* ld-x86-64/x86-64.exp: Run abs-l1om, protected2-l1om and
	protected3-l1om.

opcodes/

2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>

	* configure.in: Handle bfd_l1om_arch.
	* disassemble.c (disassembler): Likewise.

	* configure: Regenerated.

	* i386-dis.c (print_insn): Handle bfd_mach_l1om and
	bfd_mach_l1om_intel_syntax.  Use 8 bytes per line for Intel L1OM.

	* i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to ~CpuL1OM.
	Add CPU_L1OM_FLAGS.
	(cpu_flags): Add CpuL1OM.
	(set_bitfield): Take an argument to set the value field.
	(process_i386_cpu_flag): Support ~CpuXXX and ~(CpuXXX|CpuYYY).
	(process_i386_opcode_modifier): Updated.
	(process_i386_operand_type): Likewise.
	* i386-init.h: Regenerated.
	* i386-tbl.h: Likewise.

	* i386-opc.h (CpuL1OM): New.
	(CpuXsave): Updated.
	(i386_cpu_flags): Add cpul1om.
2009-07-25 14:58:58 +00:00
..
aout_gnu.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
atof-ieee.c PR 10437 2009-07-24 11:45:01 +00:00
atof-vax.c Remove duplicate definitions of the md_atof() function 2007-10-17 16:45:56 +00:00
bfin-aux.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
bfin-defs.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
bfin-lex.l * config/bfin-lex.l (NUMBER): Protect special `.'. 2008-08-22 07:21:49 +00:00
bfin-parse.y PR 10143 2009-05-26 15:35:37 +00:00
e-crisaout.c Switch to GPLv3 2007-07-03 11:01:12 +00:00
e-criself.c Switch to GPLv3 2007-07-03 11:01:12 +00:00
e-i386aout.c Switch to GPLv3 2007-07-03 11:01:12 +00:00
e-i386coff.c Switch to GPLv3 2007-07-03 11:01:12 +00:00
e-i386elf.c Switch to GPLv3 2007-07-03 11:01:12 +00:00
e-mipsecoff.c Switch to GPLv3 2007-07-03 11:01:12 +00:00
e-mipself.c Switch to GPLv3 2007-07-03 11:01:12 +00:00
itbl-mips.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
m68k-parse.h gas/ 2009-02-12 08:31:03 +00:00
m68k-parse.y M68K TLS support. 2009-02-03 14:36:47 +00:00
obj-aout.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
obj-aout.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
obj-coff.c PR 10437 2009-07-24 11:45:01 +00:00
obj-coff.h 2009-05-20 Kai Tietz <kai.tietz@onevision.com> 2009-05-20 13:48:16 +00:00
obj-ecoff.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
obj-ecoff.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
obj-elf.c 2009-07-24 Roland McGrath <roland@redhat.com> 2009-07-24 23:49:51 +00:00
obj-elf.h * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define. 2009-01-23 14:45:48 +00:00
obj-evax.c 2009-03-03 Tristan Gingold <gingold@adacore.com> 2009-03-03 10:04:58 +00:00
obj-evax.h 2009-03-03 Tristan Gingold <gingold@adacore.com> 2009-03-03 10:04:58 +00:00
obj-fdpicelf.c 2008-04-23 Mike Frysinger <vapier@gentoo.org> 2008-04-23 18:40:34 +00:00
obj-fdpicelf.h 2008-04-23 Mike Frysinger <vapier@gentoo.org> 2008-04-23 18:40:34 +00:00
obj-macho.c 2009-07-02 Tristan Gingold <gingold@adacore.com> 2009-07-02 08:09:35 +00:00
obj-macho.h 2009-07-02 Tristan Gingold <gingold@adacore.com> 2009-07-02 08:09:35 +00:00
obj-multi.c Switch to GPLv3 2007-07-03 11:01:12 +00:00
obj-multi.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
obj-som.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
obj-som.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-alpha.c PR 10437 2009-07-24 11:45:01 +00:00
tc-alpha.h 2009-03-03 Tristan Gingold <gingold@adacore.com> 2009-03-03 10:04:58 +00:00
tc-arc.c PR 10437 2009-07-24 11:45:01 +00:00
tc-arc.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-arm.c PR 10437 2009-07-24 11:45:01 +00:00
tc-arm.h * config/tc-arm.h (MAX_MEM_ALIGNMENT_BYTES): Define. 2009-07-14 15:47:13 +00:00
tc-avr.c * config/tc-avr.c (md_apply_fix): Cast fixup reloc type to avoid 2009-07-17 15:22:11 +00:00
tc-avr.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-bfin.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-bfin.h Banish PARAMS and PTR. Convert to ISO C. 2008-08-12 23:39:31 +00:00
tc-cr16.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-cr16.h * config/tc-cr16.h (TC_LINKRELAX_FIXUP): Set only for code sections. 2009-07-04 01:50:44 +00:00
tc-cris.c PR 10437 2009-07-24 11:45:01 +00:00
tc-cris.h * config/tc-cris.c (cris_create_short_jump): Remove prototype. 2009-03-11 03:22:44 +00:00
tc-crx.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-crx.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-d10v.c Remove duplicate definitions of the md_atof() function 2007-10-17 16:45:56 +00:00
tc-d10v.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-d30v.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-d30v.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-dlx.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-dlx.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-fr30.c PR 10437 2009-07-24 11:45:01 +00:00
tc-fr30.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-frv.c PR 10437 2009-07-24 11:45:01 +00:00
tc-frv.h * include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO, 2009-01-15 12:42:52 +00:00
tc-generic.c Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-generic.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-h8300.c PR 10437 2009-07-24 11:45:01 +00:00
tc-h8300.h * NEWS: Mention these changes. 2008-08-06 15:42:15 +00:00
tc-hppa.c PR 10437 2009-07-24 11:45:01 +00:00
tc-hppa.h binutils/3807 2009-03-03 23:21:52 +00:00
tc-i370.c PR 10437 2009-07-24 11:45:01 +00:00
tc-i370.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-i386-intel.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-i386.c bfd/ 2009-07-25 14:58:58 +00:00
tc-i386.h bfd/ 2009-07-25 14:58:58 +00:00
tc-i860.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-i860.h PR gas/5172 2007-10-18 13:03:12 +00:00
tc-i960.c PR 10437 2009-07-24 11:45:01 +00:00
tc-i960.h Banish PARAMS and PTR. Convert to ISO C. 2008-08-12 23:39:31 +00:00
tc-ia64.c PR 10437 2009-07-24 11:45:01 +00:00
tc-ia64.h * include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO, 2009-01-15 12:42:52 +00:00
tc-ip2k.c * include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO, 2009-01-15 12:42:52 +00:00
tc-ip2k.h * include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO, 2009-01-15 12:42:52 +00:00
tc-iq2000.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-iq2000.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-lm32.c Add LM32 port. 2008-12-23 19:10:25 +00:00
tc-lm32.h Add LM32 port. 2008-12-23 19:10:25 +00:00
tc-m32c.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-m32c.h Banish PARAMS and PTR. Convert to ISO C. 2008-08-12 23:39:31 +00:00
tc-m32r.c PR 10437 2009-07-24 11:45:01 +00:00
tc-m32r.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-m68hc11.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-m68hc11.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-m68k.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-m68k.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-m68851.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-maxq.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-maxq.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-mcore.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-mcore.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-mep.c PR 10437 2009-07-24 11:45:01 +00:00
tc-mep.h * config/tc-mep.c (mep_check_ivc2_scheduling): For IVC2, allocate 2009-06-24 00:51:09 +00:00
tc-mips.c PR 10437 2009-07-24 11:45:01 +00:00
tc-mips.h gas/ 2008-09-06 08:47:00 +00:00
tc-mmix.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-mmix.h 2008-10-07 H.J. Lu <hongjiu.lu@intel.com> 2008-10-07 14:21:59 +00:00
tc-mn10200.c Remove duplicate definitions of the md_atof() function 2007-10-17 16:45:56 +00:00
tc-mn10200.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-mn10300.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-mn10300.h * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic. 2008-09-19 10:00:40 +00:00
tc-moxie.c PR 10437 2009-07-24 11:45:01 +00:00
tc-moxie.h Add new binutils target: moxie 2009-04-16 15:39:48 +00:00
tc-msp430.c PR 10437 2009-07-24 11:45:01 +00:00
tc-msp430.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-mt.c Remove duplicate definitions of the md_atof() function 2007-10-17 16:45:56 +00:00
tc-mt.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-ns32k.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-ns32k.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-openrisc.c PR 10437 2009-07-24 11:45:01 +00:00
tc-openrisc.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-or32.c Remove duplicate definitions of the md_atof() function 2007-10-17 16:45:56 +00:00
tc-or32.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-pdp11.c PR 10437 2009-07-24 11:45:01 +00:00
tc-pdp11.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-pj.c PR 10437 2009-07-24 11:45:01 +00:00
tc-pj.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-ppc.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-ppc.h * include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO, 2009-01-15 12:42:52 +00:00
tc-s390.c PR 10437 2009-07-24 11:45:01 +00:00
tc-s390.h * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define. 2009-01-23 14:45:48 +00:00
tc-score.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-score.h Add support for Score7 architecture. 2009-03-02 10:33:08 +00:00
tc-score7.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-sh.c PR 10437 2009-07-24 11:45:01 +00:00
tc-sh.h * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic. 2008-09-19 10:00:40 +00:00
tc-sh64.c PR 10437 2009-07-24 11:45:01 +00:00
tc-sh64.h * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic. 2008-09-19 10:00:40 +00:00
tc-sparc.c PR 10437 2009-07-24 11:45:01 +00:00
tc-sparc.h Banish PARAMS and PTR. Convert to ISO C. 2008-08-12 23:39:31 +00:00
tc-spu.c include/elf/ 2009-07-24 19:51:27 +00:00
tc-spu.h include/elf/ 2009-07-24 19:51:27 +00:00
tc-tic4x.c PR 10437 2009-07-24 11:45:01 +00:00
tc-tic4x.h Banish PARAMS and PTR. Convert to ISO C. 2008-08-12 23:39:31 +00:00
tc-tic30.c PR 10437 2009-07-24 11:45:01 +00:00
tc-tic30.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-tic54x.c PR 10437 2009-07-24 11:45:01 +00:00
tc-tic54x.h Banish PARAMS and PTR. Convert to ISO C. 2008-08-12 23:39:31 +00:00
tc-v850.c PR 10437 2009-07-24 11:45:01 +00:00
tc-v850.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-vax.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-vax.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-xc16x.c PR 10437 2009-07-24 11:45:01 +00:00
tc-xc16x.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-xstormy16.c PR 10437 2009-07-24 11:45:01 +00:00
tc-xstormy16.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-xtensa.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
tc-xtensa.h 2008-11-04 Sterling Augustine <sterling@tensilica.com> 2008-11-04 23:11:02 +00:00
tc-z8k.c PR 10437 2009-07-24 11:45:01 +00:00
tc-z8k.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
tc-z80.c PR 10437 2009-07-24 11:45:01 +00:00
tc-z80.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-386bsd.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-aix5.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-armeabi.h * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP. 2009-05-01 14:44:17 +00:00
te-armlinuxeabi.h * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP. 2009-05-01 14:44:17 +00:00
te-dynix.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-epoc-pe.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-freebsd.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-generic.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-gnu.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-go32.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-hppa.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-hppa64.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-hppalinux64.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-hpux.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-i386aix.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-ia64aix.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-interix.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-irix.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-linux.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-lnews.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-lynx.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-mach.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-macos.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-nbsd.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-nbsd532.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-netware.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-pc532mach.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-pe.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-pep.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-psos.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-riscix.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-solaris.h * Makefile.am (TARG_ENV_HFILES): Add config/te-solaris.h. 2008-09-26 07:02:44 +00:00
te-sparcaout.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-sun3.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-svr4.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-symbian.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-tmips.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-vms.h * include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO, 2009-01-15 12:42:52 +00:00
te-vxworks.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
te-wince-pe.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
vax-inst.h Switch to GPLv3 2007-07-03 11:01:12 +00:00
xtensa-istack.h 2008-11-04 Sterling Augustine <sterling@tensilica.com> 2008-11-04 23:11:02 +00:00
xtensa-relax.c * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c, 2009-06-22 17:56:02 +00:00
xtensa-relax.h 2009-01-07 Sterling Augustine <sterling@tensilica.com> 2009-01-07 17:41:09 +00:00