aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-03-18 10:46:52 +0000
committerAlan Modra <amodra@gmail.com>2011-03-18 10:46:52 +0000
commit04648e6590b87d680db3ccd1b5cc5d38e57c1862 (patch)
tree13c62a4d6601c5dfe14ab09b48c7b5a5c5351cb4 /gas/read.c
parentdb3a4e404273a3d5a07fd9228dfe2bb92fceea75 (diff)
downloadbinutils-04648e6590b87d680db3ccd1b5cc5d38e57c1862.zip
binutils-04648e6590b87d680db3ccd1b5cc5d38e57c1862.tar.gz
binutils-04648e6590b87d680db3ccd1b5cc5d38e57c1862.tar.bz2
* 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 68b66bc..5cca366 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 ();