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: TARGET_STRING problem on ppc



On Tuesday, March 11, 2003, at 12:49 PM, David Edelsohn wrote:


Aldy Hernandez writes:

Aldy> The e500 doesn't have string load/store instructions (though it does
Aldy> have load/store multiple instructions). Before I kludge a special case
Aldy> for the e500, is there a reason why MASK_STRING is set regardless of if
Aldy> the CPU has that capability?


	Because the string instructions are not optional on PowerPC.  The
e500 is looking less and less like a PowerPC processor.  If you want to
disable setting it automatically it for e500, go ahead.

Crap crap. Ok, my apologies to both you and Geoff, but a kludge is coming up...


Aldy (who didn't design the chip)


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