This is the mail archive of the gcc@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:sh3e opcodes in sh2e's crt1.o?


> It looks like crt1.asm unconditionally includes an sh3e opcode (stc
> spc,r1) which causes problems trying to build an sh2a-single-only
> executable, which falls back to sh2e but doesn't have this sh3e
> opcode.  Comments?

It's not actually unconditional, but the condition it depends on is set
conditionally with a flawed condition.  Please try the attached patch.


Attachment: tmp
Description: Binary data


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