]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-bfin.c
More fallout from "Allow symbol and label names to be enclosed in double quotes"
[thirdparty/binutils-gdb.git] / gas / config / tc-bfin.c
index 3736d79ba342f30279216e8a614b1849f8b94282..656e51554173c702f79d552d1402d6e82f5e2632 100644 (file)
@@ -1970,9 +1970,9 @@ bfin_eol_in_insn (char *line)
 }
 
 bfd_boolean
-bfin_start_label (char *s, char *ptr)
+bfin_start_label (char *s)
 {
-  while (s != ptr)
+  while (*s != 0)
     {
       if (*s == '(' || *s == '[')
        return FALSE;