]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-m32r.h
More fallout from "Allow symbol and label names to be enclosed in double quotes"
[thirdparty/binutils-gdb.git] / gas / config / tc-m32r.h
index 6f350e1019ebe0bce0e3b71b41d7e236cfe0c664..60bc57d4b12a147f39790e713d8a372a1a9f01a1 100644 (file)
@@ -100,7 +100,8 @@ extern int m32r_force_relocation (struct fix *);
 
 /* Ensure insns at labels are aligned to 32 bit boundaries.  */
 int m32r_fill_insn (int);
-#define TC_START_LABEL(ch, s, ptr)     (ch == ':' && m32r_fill_insn (0))
+#define TC_START_LABEL(STR, NUL_CHAR, NEXT_CHAR)       \
+  (NEXT_CHAR == ':' && m32r_fill_insn (0))
 
 #define md_cleanup()               m32r_fill_insn (1)
 #define md_elf_section_change_hook m32r_elf_section_change_hook