OSDN Git Service

* config/tc-i960.c (md_convert_frag): Add ATTRIBUTE_UNUSED to args.
authoramodra <amodra>
Thu, 12 Dec 2002 22:25:00 +0000 (22:25 +0000)
committeramodra <amodra>
Thu, 12 Dec 2002 22:25:00 +0000 (22:25 +0000)
commit306add60e41c3da0bb0d68e0add7ec407b4839cd
tree97ab092ab36370d665e72ccf7d4ed5125af7e46a
parentfe1d7f676860a6133a6802790de420a70b0436ca
* config/tc-i960.c (md_convert_frag): Add ATTRIBUTE_UNUSED to args.
(s_endian <ignore>): Likewise.
(md_undefined_symbol <name>): Likewise.
(tc_crawl_symbol_chain <headers>): Likewise.
(tc_set_bal_of_call): Likewise.
(tc_coff_symbol_emit_hook <symbolP>): Likewise.
(i960_handle_align <fragp>): Likewise.
(i960_validate_fix <this_segment_type>): Likewise
(tc_gen_reloc <section>): Likewise.
(tc_coff_symbol_emit_hook): Only define for OBJ_COFF.
(struct memS, struct regop): Forward declare.
(brcnt_emit, brlab_next, cobr_fmt, ctrl_fmt, emit, get_args,
get_cdisp, get_ispec, get_regnum, i_scan, mem_fmt, mema_to_memb,
parse_expr, parse_ldconst, parse_memop, parse_po, parse_regop,
reg_fmt, relax_cobr, s_leafproc, s_sysproc, shift_ok, syntax,
targ_has_sfr, targ_has_iclass, tc_bfd_fix2rtype): Prototype.
(md_chars_to_number, md_number_to_imm): Make static, prototype.
(md_number_to_field): Likewise.
(md_number_to_disp): Remove unused function.
(md_atof): Remove declaration of atof_ieee.
(md_apply_fix3): Correct md_number_to_imm call.
gas/ChangeLog
gas/config/tc-i960.c