* as.c (emulation_name): Remove unused static variable.
authorIan Lance Taylor <ian@airs.com>
Wed, 19 Jun 1996 18:42:42 +0000 (18:42 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 19 Jun 1996 18:42:42 +0000 (18:42 +0000)
commit8095b665cb218ed8d9a617362fec29d570250a8a
tree90a6d1234bcaf2bb2a4093ba87d273fc83b140b2
parent9753202d00b3bdbbda6e66b42aab00a4440e81ff
* as.c (emulation_name): Remove unused static variable.
(default_emul_bfd_name): Add return NULL to avoid warning.
* ecoff.c (ecoff_stab): Remove unused variables name and
name_end.
* frags.c (frag_new): Remove unused variable tmp.
* hash.c (hash_grow): Parenthesize + within <<.
(hash_print_statistics): Use %lu, not %d, to print unsigned
long variables.
* messages.c: Include "libiberty.h".
(fprint_value): Add cast to avoid printf warning.
(sprint_value): Likewise.
* read.c: Include "ecoff.h".
(emit_expr): Add casts to avoid printf warnings.
* read.h: Use extern for function declarations.
(pop_insert): Declare.
* stabs.c: Include "ecoff.h".
* subsegs.c (subseg_set_rest): Remove unused variables tmp,
former_last_fragP, and new_fragP.
* subsegs.h (subsegs_print_statistics): Declare.
* symbols.c (debug_verify_symchain): Change macro to discard
arguments.
* write.c (dump_section_relocs): Likewise.
* write.h: Use extern for function declarations.
(write_print_statistics): Declare.
* config/e-mipsecoff.c (mipsecoff_bfd_name): Return NULL to avoid
warning.
* config/e-mipself.c (mipself_bfd_name): Likewise.
* config/obj-elf.h (elf_ecoff_set_ext): Declare.
gas/ChangeLog
gas/as.c
gas/config/obj-elf.h
gas/symbols.c
gas/write.c