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]

A patch for a.out gas testsuite


I checked in the patch enclosed here for the a.out assembler.

-- 
H.J. Lu (hjl@valinux.com)
--
2000-12-11  H.J. Lu  <hjl@gnu.org>

	* gas/i386/intel.d: Adjusted for the a.out assembler.
	* gas/i386/intel.s: Likewise.

Index: gas/i386/intel.d
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/i386/intel.d,v
retrieving revision 1.3
diff -u -p -r1.3 intel.d
--- gas/i386/intel.d	2000/12/05 02:34:01	1.3
+++ gas/i386/intel.d	2000/12/11 21:31:53
@@ -621,7 +621,5 @@ Disassembly of section .text:
  a70:	ff 20 [ 	]*jmp    \*\(%eax\)
  a72:	ff 25 d2 09 00 00 [ 	]*jmp    \*0x9d2
  a78:	e9 55 ff ff ff [ 	]*jmp    9d2 <bar>
- a7d:	90 [ 	]*nop    
- a7e:	90 [ 	]*nop    
- a7f:	90 [ 	]*nop    
- a80:	8b 83 00 00 00 00 [ 	]*mov    0x0\(%ebx\),%eax
+ a7d:	8b 83 (00 00|d0 09) 00 00 [ 	]*mov    (0x0|0x9d0)\(%ebx\),%eax
+ a83:	90 [ 	]*nop[ 	]*    
Index: gas/i386/intel.s
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/i386/intel.s,v
retrieving revision 1.3
diff -u -p -r1.3 intel.s
--- gas/i386/intel.s	2000/12/05 02:34:01	1.3
+++ gas/i386/intel.s	2000/12/11 21:35:54
@@ -616,7 +616,5 @@ rot5:
  jmp	[eax]
  jmp	[bar]
  jmp	bar
- nop
- nop
- nop
  mov	eax, DWORD PTR gs_foo@GOT[ebx]
+ nop

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