From 04648e6590b87d680db3ccd1b5cc5d38e57c1862 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 18 Mar 2011 10:46:52 +0000 Subject: * 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. --- gas/config/tc-m32r.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gas/config/tc-m32r.h') diff --git a/gas/config/tc-m32r.h b/gas/config/tc-m32r.h index 9def7ba..3265712 100644 --- a/gas/config/tc-m32r.h +++ b/gas/config/tc-m32r.h @@ -1,6 +1,6 @@ /* tc-m32r.h -- Header file for tc-m32r.c. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2007, 2009 Free Software Foundation, Inc. + 2007, 2009, 2011 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -101,10 +101,9 @@ extern int m32r_force_relocation (struct fix *); /* Ensure insns at labels are aligned to 32 bit boundaries. */ int m32r_fill_insn (int); -#define md_after_pass_hook() m32r_fill_insn (1) #define TC_START_LABEL(ch, s, ptr) (ch == ':' && m32r_fill_insn (0)) -#define md_cleanup m32r_elf_section_change_hook +#define md_cleanup() m32r_fill_insn (1) #define md_elf_section_change_hook m32r_elf_section_change_hook extern void m32r_elf_section_change_hook (void); -- cgit v1.1