OSDN Git Service

* config/tc-z8k.c (cons, obj_coff_section): Delete declarations.
authorAlan Modra <amodra@bigpond.net.au>
Thu, 12 Dec 2002 21:27:58 +0000 (21:27 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Thu, 12 Dec 2002 21:27:58 +0000 (21:27 +0000)
commit6b632809f67b33ead10ff8eafca9113ffd855441
tree93ed43fadfc16e02511d10a12267c95f2110c36f
parent97616eb7bd491255223f1ddab2be5d246d8e04e0
* config/tc-z8k.c (cons, obj_coff_section): Delete declarations.
(whatreg, parse_reg, parse_exp): Make static, prototype.
(checkfor, regword, regaddr, get_ctrl_operand): Prototype.
(get_flags_operand, get_interrupt_operand, get_cc_operand): Likewise.
(get_operand, get_operands, get_specific, newfix): Likewise.
(apply_fix, build_bytes): Likewise.
(md_atof): Remove declaration of atof_ieee.
(tc_aout_fix_to_chars): Delete.
(md_begin): Constify "opcode".  Don't try to init opcode->idx.
Fix s_unseg call.
(md_parse_option): Fix s_segm and s_unseg calls.

* z8kgen.c: Include "libiberty.h".
(opt, args, toks): Fix initializer warnings.
(chewname): Make "name" a char **.  Return mnemonic trimmed of
operands.
(gas): Improve emitted "DO NOT EDIT" warning.  Format emitted
opcode_entry_type, and make "nicename" and "name" const.  Make
z8k_table const too.  Formatting.  Generate idx as gas needs it.
* z8k-opc.h: Regenerate.
opcodes/ChangeLog
opcodes/z8k-opc.h
opcodes/z8kgen.c