* config/tc-z8k.c (cons, obj_coff_section): Delete declarations.
authorAlan Modra <amodra@gmail.com>
Thu, 12 Dec 2002 21:27:58 +0000 (21:27 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 12 Dec 2002 21:27:58 +0000 (21:27 +0000)
commit78a33af2ee420f41bf871968204b7e9adfcbf7cd
tree34dfb2bfcf36c0bd49a54e2503b57e67ffe9b21d
parent55b9cdf15a44d8036f6d1cd491bc548ff0f4c825
* 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.
gas/ChangeLog
gas/config/tc-z8k.c
opcodes/ChangeLog
opcodes/z8k-opc.h
opcodes/z8kgen.c
This page took 0.024733 seconds and 4 git commands to generate.