aboutsummaryrefslogtreecommitdiff
path: root/gprof/corefile.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-07-11 20:06:47 +0000
committerIan Lance Taylor <ian@airs.com>1999-07-11 20:06:47 +0000
commit8622e41b9ffd432fc916f0dd2fc8227f27eea3a9 (patch)
treea752a77a2d4b87d5ac0ae0f91fd9314ec6e7a206 /gprof/corefile.c
parent57d91c3cedcd8d6dde2420f9addbbb80ceeade1b (diff)
downloadgdb-8622e41b9ffd432fc916f0dd2fc8227f27eea3a9.zip
gdb-8622e41b9ffd432fc916f0dd2fc8227f27eea3a9.tar.gz
gdb-8622e41b9ffd432fc916f0dd2fc8227f27eea3a9.tar.bz2
* corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED.
* sym-ids.c (non_existent_file): Fully initialize structure.
Diffstat (limited to 'gprof/corefile.c')
-rw-r--r--gprof/corefile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/corefile.c b/gprof/corefile.c
index 115daa7..24539bc 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;