This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC-3.4.0 on FRV architecture BUG report
- From: Jie Zhang <zhangjie at magima dot com dot cn>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 17 May 2004 09:31:10 +0800
- Subject: Re: GCC-3.4.0 on FRV architecture BUG report
- References: <40A49E58.00006C.18179@m244.163.com>
zhanrk-gcc wrote:
> /*
> * BUG ?!
> * It should be "call 03a00470 <puts>"
> */
> 3a01b08: fe 3f ff 00 call 3a01708 <readline+0x188>
I don't know FRV target. You may first see assembly output to find out
what instruction it is there. If it is "call puts", the bug is in as or
ld, not in gcc.
Jie