On Thu, 3 Sep 2020 at 20:23, Richard Henderson <richard.hender...@linaro.org> wrote: > > Only argument set members have to be C identifiers, everything > else gets prefixed during conversion to C. Some places just > checked the leading character, and some places matched a leading > character plus a C identifier. > > Convert everything to match full identifiers, including the > [&%@&] prefix, and drop the full C identifier requirement. > > Reported-by: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
I'll take this via target-arm.next, as that will allow me to update the neon size-encoding patches to use "3same_fp_size" as I queue those, rather than having to send a separate patch to fix up the name afterwards. thanks -- PMM