Commit 5c8c0abd by Ian Lance Taylor

Call ASM_OUTPUT_POOL_EPILOGUE after outputting the constant pool

From-SVN: r13306
parent 469ac993
......@@ -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;
}
......
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