Commit e607534b by Douglas B Rupp Committed by Douglas Rupp

alpha.c (alpha_need_linkage): Fix obvious mistake in last checkin.

	* config/alpha/alpha.c (alpha_need_linkage): Fix obvious
	mistake in last checkin.

From-SVN: r61455
parent 1faad0fc
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.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment