OSDN Git Service

2010-09-22 Tristan Gingold <gingold@adacore.com>
authorgingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Sep 2010 08:21:14 +0000 (08:21 +0000)
committergingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Sep 2010 08:21:14 +0000 (08:21 +0000)
* config/alpha/alpha.c (alpha_use_linkage): Initialize target field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164511 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 7c08567..f62eb6c 100644 (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.
        * 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
index 4db554c..49c86fd 100644 (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)