aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-d10v.h
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/config/tc-d10v.h
parentdb3a4e404273a3d5a07fd9228dfe2bb92fceea75 (diff)
downloadgdb-04648e6590b87d680db3ccd1b5cc5d38e57c1862.zip
gdb-04648e6590b87d680db3ccd1b5cc5d38e57c1862.tar.gz
gdb-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/config/tc-d10v.h')
-rw-r--r--gas/config/tc-d10v.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-d10v.h b/gas/config/tc-d10v.h
index 930f3a1..3c32624 100644
--- a/gas/config/tc-d10v.h
+++ b/gas/config/tc-d10v.h
@@ -1,6 +1,6 @@
/* tc-d10v.h -- Header file for tc-d10v.c.
Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, 2007, 2009,
- 2010 Free Software Foundation, Inc.
+ 2010, 2011 Free Software Foundation, Inc.
Written by Martin Hunt, Cygnus Support.
This file is part of GAS, the GNU Assembler.
@@ -47,7 +47,6 @@ long md_pcrel_from_section (struct fix *, segT);
int d10v_cleanup (void);
void d10v_frob_label (symbolS *);
-#define md_after_pass_hook() d10v_cleanup ()
#define md_cleanup() d10v_cleanup ()
#define md_do_align(a,b,c,d,e) d10v_cleanup ()
#define tc_frob_label(sym) d10v_frob_label (sym)