summaryrefslogtreecommitdiff
path: root/bfd/syms.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-07-10 05:14:13 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-07-10 05:14:13 +0000
commit9e47f5a7351fd2e0140e2d03dd354b7259f5f86c (patch)
tree6d5577da70adbef9c79dc383da20e98beda3217b /bfd/syms.c
parent75aa46f1262aa8b545e60b10e9e7b7a96c8846bd (diff)
downloadbinutils-redhat-9e47f5a7351fd2e0140e2d03dd354b7259f5f86c.tar.gz
Ryan Bradetich's warning fixes.
Diffstat (limited to 'bfd/syms.c')
-rw-r--r--bfd/syms.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/syms.c b/bfd/syms.c
index 305c9b06c4..82c81120f8 100644
--- a/bfd/syms.c
+++ b/bfd/syms.c
@@ -1,5 +1,5 @@
/* Generic symbol-table support for the BFD library.
- Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 1999
+ Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
Written by Cygnus Support.
@@ -788,8 +788,8 @@ struct indexentry
static int
cmpindexentry (a, b)
- const PTR *a;
- const PTR *b;
+ const PTR a;
+ const PTR b;
{
const struct indexentry *contestantA = (const struct indexentry *) a;
const struct indexentry *contestantB = (const struct indexentry *) b;