Re: backporting arm eabi to 4.0

2006-11-29 Thread Rafael Espíndola
I thought Chris was working on updating LLVM to gcc head. It will be done, but it is not a priority and I need the ARM bits sooner. Anyway, he will have 5 or 6 patches less to port :-) Paul Best Regards, Rafael

Re: backporting arm eabi to 4.0

2006-11-29 Thread Paul Brook
On Wednesday 22 November 2006 16:33, Rafael Espíndola wrote: > I am working on a ARM backend for LLVM. The problemis that llvm-gcc is > currently based on gcc 4.0 and I would like to use the new EABI. > > I have started to back port the ABI from 4.1 to 4.0. The first attempt > was to just copy the

backporting arm eabi to 4.0

2006-11-22 Thread Rafael Espíndola
I am working on a ARM backend for LLVM. The problemis that llvm-gcc is currently based on gcc 4.0 and I would like to use the new EABI. I have started to back port the ABI from 4.1 to 4.0. The first attempt was to just copy the gcc/config/arm directory and try to fix build errors. This proved har