I checked in a patch for ./gas/i386/intel.d

H . J . Lu hjl@valinux.com
Wed Oct 18 12:49:00 GMT 2000


I checked in this patch to fix "make check" configured with

# .../configure --enable-targets=all --enable-64-bit-bfd


-- 
H.J. Lu (hjl@gnu.org)
---
2000-10-18  H.J. Lu <hjl@gnu.org>

	* gas/i386/intel.d: Fix the support for 64bit BFD in the last
	change.

Index: ./gas/i386/intel.d
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/i386/intel.d,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 intel.d
--- ./gas/i386/intel.d	2000/10/18 18:19:32	1.1.1.2
+++ ./gas/i386/intel.d	2000/10/18 19:41:26
@@ -573,12 +573,12 @@ Disassembly of section .text:
  9c0:	66 0f be 90 90 90 90 90 [ 	]*movsbw 0x90909090\(%eax\),%dx
  9c8:	66 0f c1 90 90 90 90 90 [ 	]*xadd   %dx,0x90909090\(%eax\)
 
-000009d0 <gs_foo>:
+0+9d0 <gs_foo>:
  9d0:	c3 [ 	]*ret    
 
-000009d1 <short_foo>:
+0+9d1 <short_foo>:
  9d1:	c3 [ 	]*ret    
 
-000009d2 <bar>:
+0+9d2 <bar>:
  9d2:	e8 f9 ff ff ff [ 	]*call   9d0 <gs_foo>
  9d7:	e8 f5 ff ff ff [ 	]*call   9d1 <short_foo>


More information about the Binutils mailing list