summaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gas/read.c b/gas/read.c
index 68b66bc4f0..5cca366cec 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -1123,14 +1123,10 @@ read_a_source_file (char *name)
/* Report unknown char as error. */
demand_empty_rest_of_line ();
}
-
-#ifdef md_after_pass_hook
- md_after_pass_hook ();
-#endif
}
- symbol_set_value_now (&dot_symbol);
quit:
+ symbol_set_value_now (&dot_symbol);
#ifdef md_cleanup
md_cleanup ();