summaryrefslogtreecommitdiff
path: root/gprof/sym_ids.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
commit5e1a177545885157d185cbc42a2ac11fe86d2cc5 (patch)
treeccd79596bf4a3c9e9a27f9e4fe5ff8360cd97287 /gprof/sym_ids.c
parent32a5294c234405147be6882a5b560111d4aa9feb (diff)
downloadbinutils-redhat-5e1a177545885157d185cbc42a2ac11fe86d2cc5.tar.gz
* corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED.
* sym-ids.c (non_existent_file): Fully initialize structure.
Diffstat (limited to 'gprof/sym_ids.c')
-rw-r--r--gprof/sym_ids.c2
1 files changed, 1 insertions, 1 deletions
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, "<non-existent-file>"
+ 0, "<non-existent-file>", 0, 0, 0, NULL
};