diff options
Diffstat (limited to 'gas/config/tc-d30v.h')
-rw-r--r-- | gas/config/tc-d30v.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-d30v.h b/gas/config/tc-d30v.h index 5193550..e75f3d8 100644 --- a/gas/config/tc-d30v.h +++ b/gas/config/tc-d30v.h @@ -1,5 +1,5 @@ /* tc-310v.h -- Header file for tc-d30v.c. - Copyright 1997, 1998, 2000, 2001, 2002, 2005, 2007, 2009 + Copyright 1997, 1998, 2000, 2001, 2002, 2005, 2007, 2009, 2011 Free Software Foundation, Inc. Written by Martin Hunt, Cygnus Support. @@ -46,7 +46,6 @@ extern long md_pcrel_from_section (struct fix *, segT); #define md_number_to_chars number_to_chars_bigendian int d30v_cleanup (int); -#define md_after_pass_hook() d30v_cleanup (FALSE) #define md_cleanup() d30v_cleanup (FALSE) #define TC_START_LABEL(ch, s, ptr) (ch == ':' && d30v_cleanup (FALSE)) void d30v_start_line (void); |