diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-12 22:34:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-12 22:34:05 +0000 |
commit | 45e85b87903c0674c8533cc255d2d8a57a0b77ff (patch) | |
tree | e1230236a3adabc85f8b84fe22f6241b4cf84791 /opcodes/ChangeLog | |
parent | 650f02e951a63d08980c2464fa8f79225c217ecd (diff) | |
download | gdb-45e85b87903c0674c8533cc255d2d8a57a0b77ff.zip gdb-45e85b87903c0674c8533cc255d2d8a57a0b77ff.tar.gz gdb-45e85b87903c0674c8533cc255d2d8a57a0b77ff.tar.bz2 |
* h8500-opc.h (h8500_table): Add missing initializers to quiet
warnings.
* config/tc-h8500.c (cons): Delete declaration.
(md_begin <opcode>): Constify.
(displacement_size, immediate_size, absolute_size): Remove.
(build_relaxable_instruction <operand>): Add ATTRIBUTE_UNUSED.
(tc_crawl_symbol_chain <headers>): Likewise.
(md_undefined_symbol <name>): Likewise.
(tc_headers_hook <headers>): Likewise.
(md_parse_option <c,arg>): Likewise.
(md_show_usage <stream>): Likewise.
(md_convert_frag <headers, seg>): Likewise.
(tc_coff_symbol_emit_hook <ignore>): Likewise.
(md_atof): Remove declaration of atof_ieee.
(tc_aout_fix_to_chars): Remove unused function.
(parse_reg): Prototype.
(parse_exp): Prototype.
(skip_colonthing): Prototype. Use &&, not & in logical expressions.
(parse_reglist): Prototype.
(get_operand): Prototype.
(get_operands): Prototype.
(get_specific): Prototype. Make "this_index" signed.
(check): Prototype, make static.
(insert): Prototype
(build_relaxable_instruction): Prototype, make static.
(build_bytes): Prototype.
(wordify_scb): Prototype.
* config/tc-h8500.h (start_label): Declare.
(tc_coff_sizemachdep): Declare.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2cca6e0..139d48d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,7 @@ 2002-12-13 Alan Modra <amodra@bigpond.net.au> + * h8500-opc.h (h8500_table): Add missing initializers to quiet + warnings. * pj-dis.c (print_insn_pj): Adjust for pj_opc_info_t change. * z8kgen.c: Include "libiberty.h". (opt, args, toks): Fix initializer warnings. |