2012-05-07 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Mon, 7 May 2012 10:52:00 +0000 (10:52 +0000)
committerTristan Gingold <gingold@adacore.com>
Mon, 7 May 2012 10:52:00 +0000 (10:52 +0000)
* pe-dll.c (udef_table): Make it static.

ld/ChangeLog
ld/pe-dll.c

index 90fe1f600fed70217674ec8b8dd216bd4d95ed45..354c36373bf58398431ce3222cf0f1802040d2be 100644 (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.
index b50a1097c9756e2b4e80cab927dab06d7221517c..84ff02989223fac8bd6512ca0572abaea80c9de7 100644 (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)
 {
This page took 0.030713 seconds and 4 git commands to generate.