This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC-3.4.0 on FRV architecture BUG report


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]