bustage in libgcc2.h when LONG_LONG_TYPE_SIZE <= 32

Chris Waterson waterson@maubi.net
Thu Dec 14 00:37:00 GMT 2000


I'm cross compiling from x86 to H8300, and am running into build bustage
in gcc/libgcc2.[h|c]. It appears that the H8300 has LONG_LONG_TYPE_SIZE ==
32, and this makes it s.t. `DItype' never gets defined.

Here's a lame patch that fixes the problem with a cannon. Not familiar
enough with the code to suggest anything better.

chris



More information about the Gcc-patches mailing list