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/testsuite]: Fix testsuite failure for disp32 32-bit test for windows-targets


Hi,

ChangeLog

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

        * gas/i386/disp32.d: Adjust lable-pattern.

Tested for i686-w64-mingw32, i686-pc-cygwin, and
x86_64-unknown-linux-gnu (multilib).  Ok for apply?

Regards,
Kai

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

 Disassembly of section .text:

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


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