PR 32391 commit
9f2e3c21f6 fallout again. Also fix another 'macro'
may be used uninitialized.
/* The parent's FORMALs might contain parameters that need further
substitution. See gas/testsuite/gas/arm/macro-vld1.s for an
example of this. */
- if (strchr (add->ptr, '\\'))
+ if (memchr (add->ptr, '\\', add->len))
{
sb newadd;
}
}
- if (macro == NULL)
+ if (j < 0)
as_warn (_("Attempt to purge non-existing macro `%s'"), copy);
free (copy);