From: Richard Henderson Date: Sat, 31 Jan 2004 23:13:23 +0000 (-0800) Subject: * varasm.c (output_constant_pool): Don't zap the pool. X-Git-Tag: releases/gcc-4.0.0~10493 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fadeed3b069258037b0c38c3caec7004e2546267;p=thirdparty%2Fgcc.git * varasm.c (output_constant_pool): Don't zap the pool. From-SVN: r77056 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 710a1840e6d7..3f395838b002 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-31 Richard Henderson + + * varasm.c (output_constant_pool): Don't zap the pool. + 2004-01-31 Kazu Hirata * genrecog.c (decision_type): Add DT_const_int. diff --git a/gcc/varasm.c b/gcc/varasm.c index f9acb3895ab3..8bad0fffb004 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -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; } /* Determine what kind of relocations EXP may need. */