From 5e1a177545885157d185cbc42a2ac11fe86d2cc5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 11 Jul 1999 20:06:47 +0000 Subject: [PATCH] * corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED. * sym-ids.c (non_existent_file): Fully initialize structure. --- gprof/ChangeLog | 5 +++++ gprof/corefile.c | 3 ++- gprof/sym_ids.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 1c97fc4480..4ffadb5137 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +1999-07-11 Ian Lance Taylor + + * corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED. + * sym-ids.c (non_existent_file): Fully initialize structure. + 1999-07-01 Ian Lance Taylor * Many files: Add casts in many print statements to cast bfd_vma diff --git a/gprof/corefile.c b/gprof/corefile.c index 115daa7f14..24539bcdf9 100644 --- a/gprof/corefile.c +++ b/gprof/corefile.c @@ -392,7 +392,8 @@ DEFUN (get_src_info, (addr, filename, name, line_num), * entered. */ void -DEFUN (core_create_function_syms, (core_bfd), bfd * core_bfd) +core_create_function_syms (core_bfd) + bfd *core_bfd ATTRIBUTE_UNUSED; { bfd_vma min_vma = ~0, max_vma = 0; int class; diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c index 9e0feaa5e5..412c8d4827 100644 --- a/gprof/sym_ids.c +++ b/gprof/sym_ids.c @@ -46,7 +46,7 @@ static Sym_Table right_ids; static Source_File non_existent_file = { - 0, "" + 0, "", 0, 0, 0, NULL }; -- 2.11.0