summaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-05-07 10:52:00 +0000
committerTristan Gingold <gingold@adacore.com>2012-05-07 10:52:00 +0000
commit5d9b3c0adfc87833163ffee140dc7abf1037435d (patch)
treeaa401c9087cbe0fe512498f36b3027d1dda1e1bd /ld/pe-dll.c
parent3750a17151b4fd20f4da42e91123863b670828fb (diff)
downloadbinutils-redhat-5d9b3c0adfc87833163ffee140dc7abf1037435d.tar.gz
2012-05-07 Tristan Gingold <gingold@adacore.com>
* pe-dll.c (udef_table): Make it static.
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r--ld/pe-dll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/pe-dll.c b/ld/pe-dll.c
index b50a1097c9..84ff029892 100644
--- a/ld/pe-dll.c
+++ b/ld/pe-dll.c
@@ -2826,7 +2826,7 @@ struct key_value
const char *oname;
};
-struct key_value *udef_table;
+static struct key_value *udef_table;
static int undef_sort_cmp (const void *l1, const void *r1)
{