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]

Re: i386 ld --gc-sections and few minor problems with objdump --disassemble-all -m i8086


On Wed, Jul 18, 2001 at 11:01:58PM +0930, Alan Modra wrote:
> opcodes/ChangeLog
> 	* i386-dis.c (grps): Print l or w suffix, and require mem modrm
> 	for lgdt, lidt, sgdt, sidt.

Oops, forgot to commit this, which goes with the above.

gas/testsuite/ChangeLog
	* gas/i386/opcode.d: Tweak lgdt for 2001-07-18 change.
	* gas/i386/intel.d: Likewise.

-- 
Alan Modra

Index: gas/testsuite/gas/i386/intel.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/intel.d,v
retrieving revision 1.9
diff -u -p -r1.9 intel.d
--- intel.d	2001/03/18 21:28:56	1.9
+++ intel.d	2001/07/18 21:45:20
@@ -248,7 +248,7 @@ Disassembly of section .text:
  304:	fd [ 	]*std    
  305:	ff 90 90 90 90 90 [ 	]*call   \*0x90909090\(%eax\)
  30b:	0f 00 90 90 90 90 90 [ 	]*lldt   0x90909090\(%eax\)
- 312:	0f 01 90 90 90 90 90 [ 	]*lgdt   0x90909090\(%eax\)
+ 312:	0f 01 90 90 90 90 90 [ 	]*lgdtl  0x90909090\(%eax\)
  319:	0f 02 90 90 90 90 90 [ 	]*lar    0x90909090\(%eax\),%edx
  320:	0f 03 90 90 90 90 90 [ 	]*lsl    0x90909090\(%eax\),%edx
  327:	0f 06 [ 	]*clts   
Index: gas/testsuite/gas/i386/opcode.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/opcode.d,v
retrieving revision 1.2
diff -u -p -r1.2 opcode.d
--- opcode.d	1999/05/13 06:00:21	1.2
+++ opcode.d	2001/07/18 21:45:28
@@ -248,7 +248,7 @@ Disassembly of section .text:
  304:	fd [ 	]*std    
  305:	ff 90 90 90 90 90 [ 	]*call   \*0x90909090\(%eax\)
  30b:	0f 00 90 90 90 90 90 [ 	]*lldt   0x90909090\(%eax\)
- 312:	0f 01 90 90 90 90 90 [ 	]*lgdt   0x90909090\(%eax\)
+ 312:	0f 01 90 90 90 90 90 [ 	]*lgdtl  0x90909090\(%eax\)
  319:	0f 02 90 90 90 90 90 [ 	]*lar    0x90909090\(%eax\),%edx
  320:	0f 03 90 90 90 90 90 [ 	]*lsl    0x90909090\(%eax\),%edx
  327:	0f 06 [ 	]*clts   


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