Commit fadeed3b by Richard Henderson Committed by Richard Henderson

* varasm.c (output_constant_pool): Don't zap the pool.

From-SVN: r77056
parent ccdc1703
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> 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
* genrecog.c (decision_type): Add DT_const_int. * genrecog.c (decision_type): Add DT_const_int.
......
...@@ -3124,9 +3124,6 @@ output_constant_pool (const char *fnname ATTRIBUTE_UNUSED, ...@@ -3124,9 +3124,6 @@ output_constant_pool (const char *fnname ATTRIBUTE_UNUSED,
#ifdef ASM_OUTPUT_POOL_EPILOGUE #ifdef ASM_OUTPUT_POOL_EPILOGUE
ASM_OUTPUT_POOL_EPILOGUE (asm_out_file, fnname, fndecl, pool->offset); ASM_OUTPUT_POOL_EPILOGUE (asm_out_file, fnname, fndecl, pool->offset);
#endif #endif
/* Done with this pool. */
cfun->varasm->pool = NULL;
} }
/* Determine what kind of relocations EXP may need. */ /* Determine what kind of relocations EXP may need. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment