OSDN Git Service

Call ASM_OUTPUT_POOL_EPILOGUE after outputting the constant pool
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Dec 1996 18:15:16 +0000 (18:15 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Dec 1996 18:15:16 +0000 (18:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13306 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/varasm.c

index a862647..21ccb1d 100644 (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;
 }