libc/include/opcode
Peter Bergner bc089f5083 include/opcode/
* ppc.h (ppc_cpu_t): New typedef.
	(struct powerpc_opcode <flags>): Use it.
	(struct powerpc_operand <insert, extract>): Likewise.
	(struct powerpc_macro <flags>): Likewise.

gas/
	* config/tc-ppc.c (ppc_cpu): Use ppc_cpu_t typedef.
	(ppc_insert_operand): Likewise.
	(ppc_machine): Likewise.
	* config/tc-ppc.h: #include "opcode/ppc.h"
	(struct _ppc_fix_extra <ppc_cpu>): Use ppc_cpu_t typedef.
	(ppc_cpu): Update extern decl.

opcodes/
	* ppc-dis.c (print_insn_powerpc): Update prototye to use new
	ppc_cpu_t typedef.
	(struct dis_private): New.
	(POWERPC_DIALECT): New define.
	(powerpc_dialect): Renamed to...
	(powerpc_init_dialect): This.  Update to use ppc_cpu_t and
	struct dis_private.
	(print_insn_big_powerpc): Update for using structure in
	info->private_data.
	(print_insn_little_powerpc): Likewise.
	(operand_value_powerpc): Change type of dialect param to ppc_cpu_t.
	(skip_optional_operands): Likewise.
	(print_insn_powerpc): Likewise.  Remove initialization of dialect.
	* ppc-opc.c (extract_bat, extract_bba, extract_bdm, extract_bdp,
	extract_bo, extract_boe, extract_fxm, extract_mb6, extract_mbe,
	extract_nb, extract_nsi, extract_rbs, extract_sh6, extract_spr,
	extract_sprg, extract_tbr insert_bat, insert_bba, insert_bdm,
	insert_bdp, insert_bo, insert_boe, insert_fxm, insert_mb6, insert_mbe,
	insert_nsi, insert_ral, insert_ram, insert_raq, insert_ras, insert_rbs,
	insert_sh6, insert_spr, insert_sprg, insert_tbr): Change the dialect
	param to be of type ppc_cpu_t.  Update prototype.
2008-06-13 20:16:00 +00:00
..
ChangeLog include/opcode/ 2008-06-13 20:16:00 +00:00
ChangeLog-9103 Move entries in ChangeLog-9103 to appropriate */ChangeLog-9103. 2005-04-13 17:33:48 +00:00
alpha.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
arc.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
arm.h 2008-03-09 Paul Brook <paul@codesourcery.com> 2008-03-09 13:23:29 +00:00
avr.h /gas: 2008-03-28 21:51:38 +00:00
bfin.h * dis-asm.h (print_insn_bfin): Declare. 2005-09-30 15:12:52 +00:00
cgen-bitset.h 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:38:59 +00:00
cgen.h 2005-10-28 Dave Brolley <brolley@redhat.com> 2005-10-28 19:38:59 +00:00
convex.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
cr16.h * cr16.h (cr16_num_optab): Declared. 2008-02-18 13:46:45 +00:00
cris.h * cris.h (MOVE_M_TO_PREG_OPCODE, MOVE_M_TO_PREG_ZBITS) 2005-12-07 12:53:57 +00:00
crx.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
d10v.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
d30v.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
dlx.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
h8300.h PR 3134 2008-02-27 12:33:42 +00:00
hppa.h * hppa.h (pa_opcodes): Reorder bb opcodes so that pa10 opcodes come 2006-03-04 22:11:48 +00:00
i370.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
i386.h binutils/ 2008-04-03 14:03:20 +00:00
i860.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
i960.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
ia64.h bfd/ 2006-02-23 21:36:17 +00:00
m68hc11.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
m68k.h gas/testsuite/ 2007-07-03 07:54:19 +00:00
m88k.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
maxq.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
mips.h * mips.h: Document new field descriptors +Q. 2008-06-12 21:44:53 +00:00
mmix.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
mn10200.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
mn10300.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
msp430.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
np1.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
ns32k.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
or32.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
pdp11.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
pj.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
pn.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
ppc.h include/opcode/ 2008-06-13 20:16:00 +00:00
pyr.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
s390.h 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com> 2008-03-19 10:29:18 +00:00
score-datadep.h Add support for Score target. 2006-09-16 23:51:50 +00:00
score-inst.h * tc-score.c (data_op2): Check invalid operands. 2006-10-31 09:54:41 +00:00
sparc.h Update function declarations to ISO C90 formatting 2005-07-01 11:16:27 +00:00
spu-insns.h * spu-insns.h: Add soma double-float insns. 2007-03-01 11:17:41 +00:00
spu.h New Cell SPU port. 2006-10-25 06:49:18 +00:00
tahoe.h 19990502 sourceware import 1999-05-03 07:29:06 +00:00
tic4x.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
tic30.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
tic54x.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
tic80.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
v850.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00
vax.h Update the address and phone number of the FSF organization 2005-05-10 10:21:13 +00:00