https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101971
Giulio Benetti <giulio.benetti at benettiengineering dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |---
--- Comment #7 from Giulio Benetti <giulio.benetti at benettiengineering dot
com> ---
Hello Andreas, Andrew,
here we use it on target m68k-uclinux not m68k-linux, sorry but that is only a
soft-link pointing to the real compiler(m68k-uclinux-uclibc-gcc).
So what I see here:
https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/config.gcc;h=08e6c6779a599c26e9b744af7a3a530efeda199b;hb=HEAD#l2366
is that starting from 5206 it can work, statically linked of course because
of the lack of MMU, but it should work.
I'm going to attach the .i and .s files to where it fails.
Please let me know if it's possible and there is the wish/time to fix it.
Thanks a lot