* alpha.c (alpha_find_call): Warning fixes.
authorAlan Modra <amodra@gmail.com>
Fri, 1 Feb 2002 08:24:16 +0000 (08:24 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 1 Feb 2002 08:24:16 +0000 (08:24 +0000)
commit1355568ab48a9dcfd079493f7deb5e1c5e88015b
tree9b1cc576a383708096f9c89c5800bd25f6126768
parent48fa4a5def1116273c2c2a236939e96eb9b6231a
* alpha.c (alpha_find_call): Warning fixes.
* mips.c (mips_find_call): Likewise.
* sparc.c (sparc_find_call): Likewise.
* basic_blocks.c: Warning fixes.  Eliminate DEFUN.
* call_graph.c: Likewise.
* cg_arcs.c: Likewise.
* cg_dfn.cp: Likewise.
* gprof.c: Likewise.
* gprof.h: Likewise.
* hist.c: Likewise.
* search_list.c: Likewise.
* source.c: Likewise.
* source.h: Likewise.
* sym_ids.c: Likewise.
* symtab.c: Likewise.
* symtab.h: Likewise.
* utils.c: Likewise.
* cg_print.c: Likewise.
(struct function_map, symbol_map, symbol_map_count): Move
declaration to..
* corefile: ..here.
* corefile.c: Warning fixes.  Eliminate DEFUN.
(struct function_map): Remove declaration.
* gmon_io.c: Warning fixes.  Eliminate DEFUN.
(gmon_io_read_64): Make static.
(gmon_io_write_64): Likewise.
(gmon_read_raw_arc): Likewise.
(gmon_write_raw_arc): Likewise.
(gmon_io_write_8): Don't pass char, pass int param.
* gmon_io.h (gmon_io_write_8): Likewise.

and a few copyright dates that should have been done previously.
25 files changed:
gprof/ChangeLog
gprof/alpha.c
gprof/basic_blocks.c
gprof/basic_blocks.h
gprof/call_graph.c
gprof/cg_arcs.c
gprof/cg_dfn.c
gprof/cg_print.c
gprof/corefile.c
gprof/corefile.h
gprof/gmon_io.c
gprof/gmon_io.h
gprof/gprof.c
gprof/gprof.h
gprof/hist.c
gprof/mips.c
gprof/search_list.c
gprof/source.c
gprof/source.h
gprof/sparc.c
gprof/sym_ids.c
gprof/sym_ids.h
gprof/symtab.c
gprof/symtab.h
gprof/utils.c
This page took 0.026581 seconds and 4 git commands to generate.