OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df78b73
)
Call ASM_OUTPUT_POOL_EPILOGUE after outputting the constant pool
author
ian
<ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Dec 1996 18:15:16 +0000
(18:15 +0000)
committer
ian
<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
patch
|
blob
|
history
diff --git
a/gcc/varasm.c
b/gcc/varasm.c
index
a862647
..
21ccb1d
100644
(file)
--- 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;
}