* varasm.c (output_constant_pool): Don't zap the pool.
authorRichard Henderson <rth@redhat.com>
Sat, 31 Jan 2004 23:13:23 +0000 (15:13 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 31 Jan 2004 23:13:23 +0000 (15:13 -0800)
From-SVN: r77056

gcc/ChangeLog
gcc/varasm.c

index 710a1840e6d72d4ac7e23e979646b3a6927910d7..3f395838b002a220aa11212b131391017c10f666 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-31  Richard Henderson  <rth@redhat.com>
+
+       * varasm.c (output_constant_pool): Don't zap the pool.
+
 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
 
        * genrecog.c (decision_type): Add DT_const_int.
index f9acb3895ab32831c657b83b766c7ae8e3ba3643..8bad0fffb004219230bf27f29ae4c0be59766e09 100644 (file)
@@ -3124,9 +3124,6 @@ output_constant_pool (const char *fnname ATTRIBUTE_UNUSED,
 #ifdef ASM_OUTPUT_POOL_EPILOGUE
   ASM_OUTPUT_POOL_EPILOGUE (asm_out_file, fnname, fndecl, pool->offset);
 #endif
-
-  /* Done with this pool.  */
-  cfun->varasm->pool = NULL;
 }
 \f
 /* Determine what kind of relocations EXP may need.  */