This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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] Fix PowerPC cmp[l][i] and tlbie insns


The size field for compare insns is not optional in PowerPC -- I
found 17 occurrences of wrong usage in the Linux kernel, some of
them actual bugs, so it might well be worth fixing.

The L field isn't optional in the tlbie insn either (the only other
user of this field).


Segher



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


	* include/opc/ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
	* opcodes/ppc-opc.c (L): Make this field not optional.


Attachment: patch-binutils-l
Description: Binary data



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