* pj.h (pj_opc_info_t): Add union.
commit0276cb3089d777b71434cb3bfff12fcfa8b28488
authorAlan Modra <amodra@bigpond.net.au>
Thu, 12 Dec 2002 21:52:06 +0000 (12 21:52 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Thu, 12 Dec 2002 21:52:06 +0000 (12 21:52 +0000)
tree8cc5d4407911266e05fc62c46ac17f98fd7217fd
parent37d7687900acd172c294f2a2999b89ee8518cc4e
* pj.h (pj_opc_info_t): Add union.

* pj-dis.c (print_insn_pj): Adjust for pj_opc_info_t change.

* config/tc-pj.c (little, big, parse_exp_save_ilp): Prototype.
(c_to_r, ipush_code, fake_opcode, alias): Likewise.
(fake_opcode): Adjust for pj_opc_int_t change.
(md_begin): Likewise.
(md_assemble): Likewise.
(ipush_code): Correct parse_exp_save_ilp call.  Test pending_reloc
instead of non-existent third arg of parse_exp_save_ilp.
(md_parse_option): Correct "little" and "big" calls.
gas/ChangeLog
gas/config/tc-pj.c
include/opcode/ChangeLog
include/opcode/pj.h
opcodes/ChangeLog
opcodes/pj-dis.c