varpool.c (varpool_extra_name_alias): Return NULL, not false.
authorJack Howarth <howarth@bromo.med.uc.edu>
Fri, 3 Jun 2011 18:23:22 +0000 (18:23 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 3 Jun 2011 18:23:22 +0000 (18:23 +0000)
2011-06-03  Jack Howarth <howarth@bromo.med.uc.edu>

 * varpool.c (varpool_extra_name_alias): Return NULL, not false.

From-SVN: r174612

gcc/ChangeLog
gcc/varpool.c

index 2831dabdf7f09d4b144e8f77429799bd9427d14f..46ee4cfa1e50c97a4eb2d5259615791f0a083487 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-03  Jack Howarth <howarth@bromo.med.uc.edu>
+
+       * varpool.c (varpool_extra_name_alias): Return NULL, not false.
+
 2011-06-03  Richard Henderson  <rth@redhat.com>
            Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
index 5d0eb6893ffd3dd890412d3726e2c57a80432f16..43ee22903896b6171a4cfbb729ba5237e8ca599f 100644 (file)
@@ -676,7 +676,7 @@ varpool_extra_name_alias (tree alias, tree decl)
 
 #ifndef ASM_OUTPUT_DEF
   /* If aliases aren't supported by the assembler, fail.  */
-  return false;
+  return NULL;
 #endif
 
   gcc_assert (TREE_CODE (decl) == VAR_DECL);