2012-05-07 Tristan Gingold <gingold@adacore.com>

* pe-dll.c (udef_table): Make it static.
This commit is contained in:
Tristan Gingold 2012-05-07 10:52:00 +00:00
parent 545c08b4a9
commit d66ac08f40
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-05-07 Tristan Gingold <gingold@adacore.com>
* pe-dll.c (udef_table): Make it static.
2012-05-05 Alan Modra <amodra@gmail.com>
* pe-dll.c (process_def_file_and_drectve): Use bfd_und_section_ptr.

View File

@ -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)
{