This is the mail archive of the binutils@sourceware.org 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 gas]: Fix testsuite x86-64-disp32 test for x64 windows


Hi,

ChangeLog

2012-02-08  Kai Tietz  <ktietz@redhat.com>

        * gas/i386/x86-64-disp32.d: Fix lable-pattern.

Tested for x64-w64-mingw32, and x86_64-unknown-linux-gnu.  Ok for apply?

Regards,
Kai

Index: x86-64-disp32.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/x86-64-disp32.d,v
retrieving revision 1.3
diff -u -r1.3 x86-64-disp32.d
--- x86-64-disp32.d     20 Jan 2012 20:53:50 -0000      1.3
+++ x86-64-disp32.d     8 Feb 2012 17:33:37 -0000
@@ -7,7 +7,7 @@

 Disassembly of section .text:

-0+ <foo-0x26>:
+0+ <.*>:
 [      ]*[a-f0-9]+:    8b 18                   mov    \(%rax\),%ebx
 [      ]*[a-f0-9]+:    8b 58 03                mov    0x3\(%rax\),%ebx
 [      ]*[a-f0-9]+:    8b 58 00                mov    0x0\(%rax\),%ebx


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