Bug 25678 - -m68000 doesn't work
Summary: -m68000 doesn't work
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.0.3
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-05 09:37 UTC by Wouter Verhelst
Modified: 2015-01-17 08:28 UTC (History)
2 users (show)

See Also:
Host: m68k-linux
Target: m68k-linux
Build: m68k-linux
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wouter Verhelst 2006-01-05 09:37:01 UTC
When gcc is called with -m68000 -Wa,-m68000 it may still generate bsr.l instructions which are only supported with -m68020 and above. The assembler obviously rejects those; but if -m68000 is specified, they shouldn't be there in the first place.
Comment 1 Jeffrey A. Law 2015-01-17 08:28:07 UTC
No testcase provided.