aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-01-31 15:13:23 -0800
committerRichard Henderson <rth@gcc.gnu.org>2004-01-31 15:13:23 -0800
commitfadeed3b069258037b0c38c3caec7004e2546267 (patch)
tree5deda97421f00708cf9d3b12a2cc5501fe610bd3 /gcc/varasm.c
parentccdc170325f15c929a3b44688c1f223047e3e4e5 (diff)
downloadgcc-fadeed3b069258037b0c38c3caec7004e2546267.zip
gcc-fadeed3b069258037b0c38c3caec7004e2546267.tar.gz
gcc-fadeed3b069258037b0c38c3caec7004e2546267.tar.bz2
* varasm.c (output_constant_pool): Don't zap the pool.
From-SVN: r77056
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index f9acb38..8bad0ff 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. */