Chromatic <[EMAIL PROTECTED]> wrote: > On Thu, 2005-03-03 at 09:30 -0800, chromatic wrote:
>> Adding -mregnames to the as call makes it compile for me, but it >> apparently doesn't export the symbol properly: > Ah, here it is. For whatever reason, it doesn't strip the leading > underscore from the symbol name. (GNU as allows symbols to start with > word characters, but I don't see a flag to remove a prefix.) > Compiling the file manually with the -mregnames flag and applying this > patch fixes the build for me. Ok. I've duplicate jit/ppc/asm.s to jit/ppc/ppc-linux.s, removed the leading underscore and the register name prefixes. config/auto/jit.pl should now use this file for the platform "ppc-linux". > -- c Thanks to Olivier and your for providing feedback, leo