alpha.c (alpha_use_linkage): Initialize target field.

2010-09-22  Tristan Gingold  <gingold@adacore.com>

	* config/alpha/alpha.c (alpha_use_linkage): Initialize target field.

From-SVN: r164511
This commit is contained in:
Tristan Gingold 2010-09-22 08:21:14 +00:00 committed by Tristan Gingold
parent 33da99cb9c
commit 50842acbc6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-09-22 Tristan Gingold <gingold@adacore.com>
* config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
2010-09-22 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.
@ -23,13 +27,13 @@
* c-parser.c (c_parser_objc_method_definition): Check the return
value of objc_start_method_definition and if false is returned,
parse the method definition but emit no code.
2010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/25965
* c-decl.c (detect_field_duplicates): If compiling Objective-C,
call objc_get_interface_ivars ().
2010-09-21 Kai Tietz <kai.tietz@onevision.com>
PR target/45694

View File

@ -10029,6 +10029,7 @@ alpha_use_linkage (rtx func, tree cfundecl, int lflag, int rflag)
al = ggc_alloc_alpha_links ();
al->num = cfaf->num;
al->target = NULL;
node = splay_tree_lookup (alpha_links_tree, (splay_tree_key) name);
if (node)