GCC-3.4.0 on FRV architecture BUG report

Jie Zhang zhangjie@magima.com.cn
Tue May 18 01:24:00 GMT 2004


zhanrk wrote:

> And I have follow your advice, which proves that it is a gas BUG.
> 
> I use the following command to generate the assembly output:
> 
>      frv-elf-gcc -S -nostdinc -I /root/openboot/include -Wall -fomit-frame-pointer
> -fno-builtin -mcpu=fr400 -mno-vliw-branch stdio.c -o stdio.S
> 
> 
> 
> assembly result:
> 
> /*
> 
>  * It is correct.
> 
>  */
> 
> 	call puts
> 

Even now you cannot prove it is a gas bug. There is still possibility
for a ld bug. Please find out if the relocation generated by as against
puts for this instruction is correct. If it is correct, it should be a
ld bug. If you file a bug report on http://sources.redhat.com/bugzilla/ ,
you will be appreciated.

Jie



More information about the Gcc mailing list