Call ASM_OUTPUT_POOL_EPILOGUE after outputting the constant pool

From-SVN: r13306
This commit is contained in:
Ian Lance Taylor 1996-12-13 18:15:16 +00:00
parent 469ac9939b
commit 5c8c0abd1f

View File

@ -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;
}