binutils-gdb/opcodes
Nathan Sidwell 266abb8f72 * bfd/archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e,
bfd_mach_mcf5307, bfd_mach_mcf5407, bfd_mach_mcf528x,
	bfd_mach_mcfv4e, bfd_mach_mcf521x, bfd_mach_mcf5249,
	bfd_mach_mcf547x, bfd_mach_mcf548x): Remove.
	(bfd_mach_mcf_isa_a, bfd_mach_mcf_isa_a_div,
	bfd_mach_mcf_isa_a_div_mac, bfd_mach_mcf_isa_a_div_emac,
	bfd_mach_mcf_isa_aplus, bfd_mach_mcf_isa_aplus_mac,
	bfd_mach_mcf_isa_aplus_emac, bfd_mach_mcf_isa_aplus_usp,
	bfd_mach_mcf_isa_aplus_usp_mac, bfd_mach_mcf_isa_aplus_usp_emac,
	bfd_mach_mcf_isa_b, bfd_mach_mcf_isa_b_mac, bfd_mach_mcf_isa_b_emac,
	bfd_mach_mcf_isa_b_usp_float, bfd_mach_mcf_isa_b_usp_float_mac,
	bfd_mach_mcf_isa_b_usp_float_emac): New.
	(bfd_default_scan): Update coldfire mapping.
	* bfd/bfd-in.h (bfd_m68k_mach_to_features,
	bfd_m68k_features_to_mach): Declare.
	* bfd/bfd-in2.h: Rebuilt.
	* bfd/cpu-m68k.c (arch_info_struct): Add new coldfire machines,
	adjust legacy names.
	(m68k_arch_features): New.
	(bfd_m68k_mach_to_features,
	bfd_m68k_features_to_mach): Define.
	* bfd/elf32-m68k.c (elf32_m68k_object_p): New.
	(elf32_m68k_merge_private_bfd_data): Merge the CF EF flags.
	(elf32_m68k_print_private_bfd_data): Print the CF EF flags.
	(elf_backend_object_p): Define.
	* bfd/ieee.c (ieee_write_processor): Update coldfire machines.
	* bfd/libbfd.h: Rebuilt.

	* gas/config/tc-m68k.c (mcf5208_control_regs, mcf5213_control_regs,
	mcf5329_control_regs): New.
	(not_current_architecture, selected_arch, selected_cpu): New.
	(m68k_archs, m68k_extensions): New.
	(archs): Renamed to ...
	(m68k_cpus): ... here.  Adjust.
	(n_arches): Remove.
	(md_pseudo_table): Add arch and cpu directives.
	(find_cf_chip, m68k_ip): Adjust table scanning.
	(no_68851, no_68881): Remove.
	(md_assemble): Lazily initialize.
	(select_control_regs): Adjust cpu names. Add 5208, 5213, 5329.
	(md_init_after_args): Move functionality to m68k_init_arch.
	(mri_chip): Adjust table scanning.
	(md_parse_option): Reimplement 'm' processing to add -march & -mcpu
	options with saner parsing.
	(m68k_lookup_cpu, m68k_set_arch, m68k_set_cpu, m68k_set_extension,
	m68k_init_arch): New.
	(s_m68k_cpu, s_m68k_arch): New.
	(md_show_usage): Adjust.
	(m68k_elf_final_processing): Set CF EF flags.
	* gas/config/tc-m68k.h (m68k_init_after_args): Remove.
	(tc_init_after_args): Remove.
	* gas/doc/c-m68k.texi (M68K-Opts): Document -march, -mcpu options.
	(M68k-Directives): Document .arch and .cpu directives.

	* gas/testsuite/gas/m68k/all.exp: Add arch-cpu-1 test.
	* gas/testsuite/gas/m68k/arch-cpu-1.[sd]: New.

	* include/elf/m68k.h (EF_CPU32, EF_M68000, EF_CFV4E): Rename to ...
	(EF_M68K_CPU32, EF_M68K_M68000, EF_M68K_CFV4E): ... here.
	(EF_M68K_ISA_MASK, EF_M68K_ISA_A, EF_M68K_M68K_ISA_A_PLUS,
	EF_M68K_ISA_B, EF_M68K_HW_DIV, EF_M68K_MAC_MASK, EF_M68K_MAC,
	EF_M68K_EMAC, EF_M68K_USP, EF_M68K_FLOAT): New.

	* include/opcode/m68k.h (m68008, m68ec030, m68882): Remove.
	(m68k_mask): New.
	(cpu_m68k, cpu_cf): New.
	(mcf5200, mcf5206e, mcf521x, mcf5249, mcf528x, mcf5307, mcf5407,
	mcf5470, mcf5480): Rename to cpu_<foo>. Add m680x0 variants.

	* opcodes/m68k-dis.c (print_insn_m68k): Use
	bfd_m68k_mach_to_features.

	* binutils/readelf.c (get_machine_flags): Add logic for EF_M68K flags.
2006-02-07 19:01:10 +00:00
..
po Add new Chinese (simplified) translation 2006-01-16 16:15:17 +00:00
ChangeLog * bfd/archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e, 2006-02-07 19:01:10 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004 split changelogs 2006-01-16 23:15:07 +00:00
ChangeLog-2005 split changelogs 2006-01-16 23:15:07 +00:00
ChangeLog-9297
ChangeLog-9899
MAINTAINERS
Makefile.am * Makefile.am: Run "make dep-am". 2005-12-27 01:20:06 +00:00
Makefile.in * Makefile.am: Run "make dep-am". 2005-12-27 01:20:06 +00:00
acinclude.m4
aclocal.m4 2005-09-30 H.J. Lu <hongjiu.lu@intel.com> 2005-09-30 18:05:59 +00:00
alpha-dis.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
alpha-opc.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
arc-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
arc-dis.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
arc-ext.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
arc-ext.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
arc-opc.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
arm-dis.c 2005-11-02 Paul Brook <paul@codesourcery.com> 2005-11-02 16:53:11 +00:00
avr-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
bfin-dis.c bfin-dis.c: Tidy up code, removing redundant constructs. 2005-10-21 16:28:18 +00:00
cgen-asm.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
cgen-asm.in Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
cgen-bitset.c 2005-12-02 Dave Brolley <brolley@redhat.com> 2005-12-02 20:09:42 +00:00
cgen-dis.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
cgen-dis.in 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
cgen-ibld.in * cgen-ibld.in (extract_normal): Avoid memory range errors. 2006-01-03 22:06:18 +00:00
cgen-opc.c 2005-12-02 Dave Brolley <brolley@redhat.com> 2005-12-02 20:09:42 +00:00
cgen-ops.h ChangeLog: 2005-07-14 22:52:28 +00:00
cgen-types.h ChangeLog: 2005-07-14 22:52:28 +00:00
cgen.sh Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
config.in * configure.in: Check for basename. 2005-03-31 16:52:54 +00:00
configure Add new Chinese (simplified) translation 2006-01-16 16:15:17 +00:00
configure.in Add new Chinese (simplified) translation 2006-01-16 16:15:17 +00:00
cris-dis.c * cris-dis.c (bytes_to_skip): Handle new parameter prefix_matchedp. 2005-12-05 23:27:01 +00:00
cris-opc.c * cris-opc.c (cris_opcodes) <"move" "s,P">: Define using 2005-12-07 12:56:13 +00:00
crx-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
crx-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
d10v-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
d10v-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
d30v-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
d30v-opc.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
dep-in.sed ld/ 2005-10-30 17:40:28 +00:00
dis-buf.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
dis-init.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
disassemble.c PR binutils/1486 2006-01-17 17:39:20 +00:00
dlx-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
fr30-asm.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
fr30-desc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
fr30-desc.h 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
fr30-dis.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
fr30-ibld.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
fr30-opc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
fr30-opc.h Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
frv-asm.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
frv-desc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
frv-desc.h 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
frv-dis.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
frv-ibld.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
frv-opc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
frv-opc.h 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
h8300-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
h8500-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
h8500-opc.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
hppa-dis.c * hppa-dis.c (print_insn_hppa): Don't print '%' before register names. 2005-08-14 01:15:34 +00:00
i370-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
i370-opc.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
i386-dis.c opcodes/ 2005-12-08 15:21:05 +00:00
i860-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
i960-dis.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-asmtab.c include/opcode/ 2005-10-24 07:42:50 +00:00
ia64-asmtab.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
ia64-gen.c Fix 32-bit host/target --enable-targets=all build failure from Doug Evans. 2005-11-23 04:58:37 +00:00
ia64-ic.tbl
ia64-opc-a.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-opc-b.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-opc-d.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-opc-f.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-opc-i.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-opc-m.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-opc-x.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-opc.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
ia64-raw.tbl
ia64-war.tbl
ia64-waw.tbl
ip2k-asm.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
ip2k-desc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
ip2k-desc.h 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
ip2k-dis.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
ip2k-ibld.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
ip2k-opc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
ip2k-opc.h Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
iq2000-asm.c Fix compile time warnings from a GCC 4.0 compiler 2005-07-05 15:07:46 +00:00
iq2000-desc.c 2005-11-02 H.J. Lu <hongjiu.lu@intel.com> 2005-11-02 16:58:31 +00:00
iq2000-desc.h 2005-11-02 H.J. Lu <hongjiu.lu@intel.com> 2005-11-02 16:58:31 +00:00
iq2000-dis.c 2005-11-02 H.J. Lu <hongjiu.lu@intel.com> 2005-11-02 16:58:31 +00:00
iq2000-ibld.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
iq2000-opc.c 2005-11-02 H.J. Lu <hongjiu.lu@intel.com> 2005-11-02 16:58:31 +00:00
iq2000-opc.h Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
m32c-asm.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
m32c-desc.c * m32c-desc.c: Regenerate. 2006-01-06 23:25:36 +00:00
m32c-desc.h 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
m32c-dis.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
m32c-ibld.c * cgen-ibld.in (extract_normal): Avoid memory range errors. 2006-01-03 22:06:18 +00:00
m32c-opc.c * m32c-desc.c: Regenerate. 2006-01-06 23:25:36 +00:00
m32c-opc.h * m32c-desc.c: Regenerate. 2006-01-06 23:25:36 +00:00
m32r-asm.c * m32r.opc (parse_hi16): Do not assume a 32-bit host word size. 2005-10-26 07:49:05 +00:00
m32r-desc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
m32r-desc.h 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
m32r-dis.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
m32r-ibld.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
m32r-opc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
m32r-opc.h Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
m32r-opinst.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
m68hc11-dis.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
m68hc11-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
m68k-dis.c * bfd/archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e, 2006-02-07 19:01:10 +00:00
m68k-opc.c 2006-01-16 Paul Brook <paul@codesourcery.com> 2006-01-16 16:23:30 +00:00
m88k-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
m10200-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
m10200-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
m10300-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
m10300-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
makefile.vms
maxq-dis.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
mcore-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
mcore-opc.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
mips-dis.c * mips.h: Assign 'm'/'M' codes to MIPS16e save/restore 2005-11-14 02:25:39 +00:00
mips-opc.c * mips-opc.c: Add I33 masks to these MIPS32R2 instructions: prefx, 2006-01-26 15:14:57 +00:00
mips16-opc.c * mips.h: Assign 'm'/'M' codes to MIPS16e save/restore 2005-11-14 02:25:39 +00:00
mmix-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
mmix-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
msp430-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
mt-asm.c Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
mt-desc.c Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
mt-desc.h Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
mt-dis.c Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
mt-ibld.c Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
mt-opc.c Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
mt-opc.h Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
ns32k-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
openrisc-asm.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
openrisc-desc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
openrisc-desc.h 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
openrisc-dis.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
openrisc-ibld.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
openrisc-opc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
openrisc-opc.h Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
opintl.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
or32-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
or32-opc.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
pdp11-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
pdp11-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
pj-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
pj-opc.c Fix PicoJava opcodes 2005-12-22 17:09:39 +00:00
ppc-dis.c bfd/ 2005-10-06 19:21:14 +00:00
ppc-opc.c * ppc-opc.c (powerpc_opcodes): Add frin,friz,frip,frim. Correct 2005-11-15 21:33:04 +00:00
s390-dis.c * s390-dis.c (print_insn_s390): Print unsigned operands with %u. 2005-08-12 18:03:03 +00:00
s390-mkopc.c * s390-dis.c (print_insn_s390): Print unsigned operands with %u. 2005-08-12 18:03:03 +00:00
s390-opc.c * s390-dis.c (print_insn_s390): Print unsigned operands with %u. 2005-08-12 18:03:03 +00:00
s390-opc.txt * s390-opc.txt: Add unnormalized hfp multiply and multiply-and-add 2005-10-19 15:05:10 +00:00
sh-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
sh-opc.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
sh64-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
sh64-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
sh64-opc.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
sparc-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
sparc-opc.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
stamp-h.in
sysdep.h Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
tic4x-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
tic30-dis.c 2005-07-04 H.J. Lu <hongjiu.lu@intel.com> 2005-07-04 17:51:36 +00:00
tic54x-dis.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
tic54x-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
tic80-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
tic80-opc.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
v850-dis.c Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
v850-opc.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
vax-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
w65-dis.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
w65-opc.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
xstormy16-asm.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
xstormy16-desc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
xstormy16-desc.h 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
xstormy16-dis.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
xstormy16-ibld.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
xstormy16-opc.c 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:49:22 +00:00
xstormy16-opc.h Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
xtensa-dis.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
z8k-dis.c Update the address and phone number of the FSF 2005-05-07 07:34:31 +00:00
z8k-opc.h
z8kgen.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
z80-dis.c fixes related to indexed operands 2006-01-18 13:48:46 +00:00