On Thu, 2005-03-03 at 17:22 +0100, Olivier Thauvin wrote:

> ops/core_ops_switch.c
> as   -o src/asmfun.o src/asmfun.s
> src/asmfun.s: Assembler messages:
> src/asmfun.s:6: Error: unsupported relocation against f14

Adding -mregnames to the as call makes it compile for me, but it
apparently doesn't export the symbol properly:

blib/lib/libparrot.a(jit_cpu.o)(.text+0x2722): In function
`Parrot_end_jit':
src/jit_cpu.c:74: undefined reference to
`Parrot_ppc_jit_restore_nonvolatile_registers'
blib/lib/libparrot.a(jit_cpu.o)(.text+0x2726):src/jit_cpu.c:74:
undefined reference to `Parrot_ppc_jit_restore_nonvolatile_registers

-- c

Reply via email to