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

src/opcodes ChangeLog i386-dis.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_15-branch
Changes by:	amodra@sourceware.org	2004-03-13 12:26:47

Modified files:
	opcodes        : ChangeLog i386-dis.c 

Log message:
	Apply the following patches from mainline
	2004-03-12  Michal Ludvig  <mludvig@suse.cz>
	* i386-dis.c (GRPPLOCK): Delete.
	(grps): Delete GRPPLOCK entry.
	
	2004-03-12  Alan Modra  <amodra@bigpond.net.au>
	* i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
	(M, Mp): Use OP_M.
	(None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
	(GRPPADLCK): Define.
	(dis386): Use NOP_Fixup on "nop".
	(dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
	(twobyte_has_modrm): Set for 0xa7.
	(padlock_table): Delete.  Move to..
	(grps): ..here, using OP_0f07.  Use OP_Ofae on lfence, mfence
	and clflush.
	(print_insn): Revert PADLOCK_SPECIAL code.
	(OP_E): Delete sfence, lfence, mfence checks.
	
	2004-03-12  Jakub Jelinek  <jakub@redhat.com>
	* i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
	(INVLPG_Fixup): New function.
	(PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
	
	2004-03-12  Alan Modra  <amodra@bigpond.net.au>
	* i386-dis.c (grps): Use clflush by default for 0x0fae/7.
	(OP_E): Twiddle clflush to sfence here.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.651.2.1&r2=1.651.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/i386-dis.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.42.6.1&r2=1.42.6.2


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