This is the mail archive of the gcc-patches@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]

[PATCH] (rs6000, trivial) Fix typo in eabi.asm


Hi,

There is a three argument "cmpi" insn in there, which isn't
a PowerPC insn at all, but an old POWER insn; it translates
to the same opcode, and current GAS accepts it just fine,
but...


2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>


* config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi)


Attachment: patch-gcc-cmpi
Description: Binary data


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