[Bug target/18385] code contains 68040 instructions
law at redhat dot com
gcc-bugzilla@gcc.gnu.org
Sun Dec 13 13:30:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18385
Jeffrey A. Law <law at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|SUSPENDED |RESOLVED
CC| |law at redhat dot com
Resolution|--- |FIXED
--- Comment #7 from Jeffrey A. Law <law at redhat dot com> ---
All this configury stuff got changed a while back. By default the m68k-elf
configuration uses m68020. There is a multilib for m68000 that only uses
m68000 instructions.
I've looked at the generated code and well as the build logs. FOr the m68000
multilib, I don't see anything other than pure m68000 code in
crtbegin/crtend.o. In the build logs I see the proper -mcpu=68000 option when
building the m68000 multilibs.
I'm going close this as resolved since it looks like everything is working as
it should now.
More information about the Gcc-bugs
mailing list