alpha.c (alpha_need_linkage): Fix obvious mistake in last checkin.
authorDouglas B Rupp <rupp@gnat.com>
Fri, 17 Jan 2003 19:56:54 +0000 (19:56 +0000)
committerDouglas Rupp <rupp@gcc.gnu.org>
Fri, 17 Jan 2003 19:56:54 +0000 (19:56 +0000)
* config/alpha/alpha.c (alpha_need_linkage): Fix obvious
mistake in last checkin.

From-SVN: r61455

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 6a5d4f5..4b8849f 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-17  Douglas B Rupp  <rupp@gnat.com>
+
+       * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
+       mistake in last checkin.
+
 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
 
        * et-forest.c: Fix comment typos.
index 42543db..cc5c9f2 100644 (file)
@@ -9121,7 +9121,7 @@ alpha_need_linkage (name, is_local)
        }
     }
   else
-    alpha_links = splay_tree_new_ggc ((splay_tree_compare_fn) strcmp);
+    alpha_links_tree = splay_tree_new_ggc ((splay_tree_compare_fn) strcmp);
 
   al = (struct alpha_links *) ggc_alloc (sizeof (struct alpha_links));
   name = ggc_strdup (name);