summaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2011-03-18 10:46:51 +0000
committerAlan Modra <amodra@bigpond.net.au>2011-03-18 10:46:51 +0000
commitb87acf1fa000441dd855228a0f9dc8f1aaf310d7 (patch)
tree6cb5543edecd76bc0c6c253cd5f90a241dc1b982 /gas/read.c
parente63bca15f77ca67314e2e0f5a7d6552d2b51c52f (diff)
downloadbinutils-redhat-b87acf1fa000441dd855228a0f9dc8f1aaf310d7.tar.gz
* read.c (read_a_source_file): Remove md_after_pass_hook.
Move "quit" label before set of dot_symbol. * config/tc-d10v.h (md_after_pass_hook): Don't define. * config/tc-d30v.h (md_after_pass_hook): Likewise. * config/tc-m32r.h (md_after_pass_hook): Likewise. (md_cleanup): Define to call m32r_fill_insn.
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 ();