From 5c8c0abd1ffe7eccbdfa464803e4360d37563c7e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 13 Dec 1996 18:15:16 +0000 Subject: [PATCH] Call ASM_OUTPUT_POOL_EPILOGUE after outputting the constant pool From-SVN: r13306 --- gcc/varasm.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/varasm.c b/gcc/varasm.c index a862647..21ccb1d 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -3567,6 +3567,10 @@ output_constant_pool (fnname, fndecl) done: ; } +#ifdef ASM_OUTPUT_POOL_EPILOGUE + ASM_OUTPUT_POOL_EPILOGUE (asm_out_file, fnname, fndecl, pool_offset); +#endif + /* Done with this pool. */ first_pool = last_pool = 0; } -- 2.7.4