On 2016/10/13 3:16, S.P.Zeidler wrote:
If you don't use an ASM method it should fall back to C and that should
always work, just be a bit slower, and most of the ASM in sparc only kicks
in if MACHINE is sparc64.
Ah, I've realized the situation at last (I'm newbie to sparc). I checked two
cases of MACHINE == MACHINE_ARCH == sparc{,64}, but we also have to test yet
another case of MACHINE_ARCH == sparc && MACHINE == sparc64. Yes, I will do
it later (-current is broken at the moment, due to import errors of gdb.old).