This is the mail archive of the gcc-help@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: error while x-compiling libgcc2.c


Hi Florent,

The GTU, LTU, GEU, LEU comparisons are implemented. The
"GO_IF_LEGITIMATE_ADDRESS" is also there.

We tried building the libraries using the make script and it ended up
with the error. For debugging we compiled the file (libgcc2.c) in the
path and it went on fine. Any idea about this situation?

On Tue, Mar 31, 2009 at 12:21 PM, Florent DEFAY
<spira.inhabitant@gmail.com> wrote:
> Hi Ganesh,
>
> 2009/3/31 ganesh gopalasubramanian <gganeshgcc@gmail.com>:
>> Hi Florent,
>>
>> I am facing the problem too. How did u sort that out?
>
> In my case, there were several problems.
>
> First, I did not implement unsigned comparisons. Indeed, GTU, LTU,
> GEU, LEU seem necessary to compile muldi3.
> If you have already implement them, then something else could be
> missing in the machine description.
> Then came other errors but with error messages about RTL mismatching,
> so easier to deal with. On top of all, I had a
> bug in the GO_IF_LEGITIMATE_ADDRESS.
>
> I hope it could help. Please keep me informed.
>
> Regards.
>
> Florent
>


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