From d66ac08f409ac616e58b9905c736f62a147a81e0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 7 May 2012 10:52:00 +0000 Subject: [PATCH] 2012-05-07 Tristan Gingold * pe-dll.c (udef_table): Make it static. --- ld/ChangeLog | 4 ++++ ld/pe-dll.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 90fe1f600fe..354c36373bf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2012-05-07 Tristan Gingold + + * pe-dll.c (udef_table): Make it static. + 2012-05-05 Alan Modra * pe-dll.c (process_def_file_and_drectve): Use bfd_und_section_ptr. diff --git a/ld/pe-dll.c b/ld/pe-dll.c index b50a1097c97..84ff0298922 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) { -- 2.30.2