Fix compile warnings building previous delta in a 32-bit environment.
[deliverable/binutils-gdb.git] / gas / config / tc-m32r.h
index cf5dbf4f5edfac41c72461fd051ccdc55ce2ad4e..1114c3075dbf385c61bb3eda568b31a5c64492da 100644 (file)
@@ -1,6 +1,5 @@
 /* tc-m32r.h -- Header file for tc-m32r.c.
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2007 Free Software Foundation, Inc.
+   Copyright (C) 1996-2015 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -101,10 +100,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);
 
This page took 0.023092 seconds and 4 git commands to generate.