summaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-01 15:50:31 +0000
committerNick Clifton <nickc@redhat.com>2003-04-01 15:50:31 +0000
commit607ef48f7ab86b671bdfe6dce7f156a795615e0d (patch)
tree9e80b2b0eb31299c28ec0f33b97da7a60ea07d62 /gas/write.c
parentc828ed7ef40828cf4580dff0d4e9013a00e91598 (diff)
downloadbinutils-redhat-607ef48f7ab86b671bdfe6dce7f156a795615e0d.tar.gz
Add Xtensa port
Diffstat (limited to 'gas/write.c')
-rw-r--r--gas/write.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/write.c b/gas/write.c
index f5db82e298..e4ce91cb92 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -1586,6 +1586,10 @@ write_object_file ()
/* Relaxation has completed. Freeze all syms. */
finalize_syms = 1;
+#ifdef md_post_relax_hook
+ md_post_relax_hook;
+#endif
+
#ifndef BFD_ASSEMBLER
/* Crawl the symbol chain.