Tweak expected results for i386-pc-cygwin target.
authorNick Clifton <nickc@redhat.com>
Tue, 17 Jun 2003 11:46:34 +0000 (11:46 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 17 Jun 2003 11:46:34 +0000 (11:46 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/absrel.d
gas/testsuite/gas/i386/sub.d

index 8597df31083ce219269df4eedb8ad4f05226947b..84d0b372d2946650aa171638168e8ad915213286 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-17  Nick Clifton  <nickc@redhat.com>
+
+       * gas/i386/absrel.d: Tweak patterns to work for i386-pc-cygwin
+       target as well.
+       * gas/i386/sub.d: Likewise.
+
 2003-06-17  Loren James Rittle  <rittle@latour.rsch.comm.mot.com>
 
        * gas/alpha/elf-reloc-1.d: Allow system-specific gunk after
index 001ce0e2508dbe23b753d4e45b07963443e4f0d3..269dada2da2e461a534eb370da003404713244e4 100644 (file)
@@ -11,7 +11,7 @@ Disassembly of section \.text:
 0+005 <glob>:
    5:  a1 00 00 00 00[  ]*mov    0x0,%eax      6: (R_386_|dir)?32      ext
    a:  a1 00 00 00 00[  ]*mov    0x0,%eax      b: (R_386_|dir)?32      weak
-   f:  (a1 00 00 00 00[         ]*mov    0x0,%eax      10: (R_386_)?32 comm|a1 04 00 00 00[     ]*mov    0x4,%eax      10: dir32       comm.*)
+   f:  (a1 00 00 00 00[         ]*mov    0x0,%eax      10: (R_386_|dir)?32     comm.*|a1 04 00 00 00[   ]*mov    0x4,%eax      10: dir32       comm.*)
   14:  a1 00 00 00 00[  ]*mov    0x0,%eax      15: (R_386_|dir)?32     \.text
   19:  (a1 00 00 00 00[         ]*mov    0x0,%eax      1a: R_386_32    glob|a1 05 00 00 00[     ]*mov    0x5,%eax      1a: (dir)?32    \.text)
   1e:  a1 76 98 00 00[  ]*mov    0x9876,%eax
@@ -22,7 +22,7 @@ Disassembly of section \.text:
   37:  a1 00 00 00 00[  ]*mov    0x0,%eax
   3c:  a1 cc ed ff ff[  ]*mov    0xffffedcc,%eax       3d: (R_386_|dir)?32     ext
   41:  a1 cc ed ff ff[  ]*mov    0xffffedcc,%eax       42: (R_386_|dir)?32     weak
-  46:  (a1 cc ed ff ff[         ]*mov    0xffffedcc,%eax       47: (R_386_)?32 comm|a1 d0 ed ff ff[     ]*mov    0xffffedd0,%eax       47: dir32       comm.*)
+  46:  (a1 cc ed ff ff[         ]*mov    0xffffedcc,%eax       47: (R_386_|dir)?32     comm.*|a1 d0 ed ff ff[   ]*mov    0xffffedd0,%eax       47: dir32       comm.*)
   4b:  a1 cc ed ff ff[  ]*mov    0xffffedcc,%eax       4c: (R_386_|dir)?32     \.text
   50:  (a1 cc ed ff ff[         ]*mov    0xffffedcc,%eax       51: R_386_32    glob|a1 d1 ed ff ff[     ]*mov    0xffffedd1,%eax       51: (dir)?32    \.text)
   55:  a1 42 86 00 00[  ]*mov    0x8642,%eax
@@ -33,7 +33,7 @@ Disassembly of section \.text:
   6e:  a1 be 79 ff ff[  ]*mov    0xffff79be,%eax
   73:  a1 8a 67 ff ff[  ]*mov    0xffff678a,%eax       74: (R_386_|dir)?32     ext
   78:  a1 8a 67 ff ff[  ]*mov    0xffff678a,%eax       79: (R_386_|dir)?32     weak
-  7d:  (a1 8a 67 ff ff[         ]*mov    0xffff678a,%eax       7e: (R_386_)?32 comm|a1 8e 67 ff ff[     ]*mov    0xffff678e,%eax       7e: dir32       comm.*)
+  7d:  (a1 8a 67 ff ff[         ]*mov    0xffff678a,%eax       7e: (R_386_|dir)?32     comm.*|a1 8e 67 ff ff[   ]*mov    0xffff678e,%eax       7e: dir32       comm.*)
   82:  a1 8a 67 ff ff[  ]*mov    0xffff678a,%eax       83: (R_386_|dir)?32     \.text
   87:  (a1 8a 67 ff ff[         ]*mov    0xffff678a,%eax       88: R_386_32    glob|a1 8f 67 ff ff[     ]*mov    0xffff678f,%eax       88: (dir)?32    \.text)
   8c:  a1 00 00 00 00[  ]*mov    0x0,%eax
index 597ae41edda1773feeb51fa19e4f5f2ab886c433..d4ac3f774ddb61f5f4da90a8d698417387ed5c64 100644 (file)
@@ -6,5 +6,5 @@
 Disassembly of section .text:
 
 0+000 <foo>:
-   0:  66 be (0|1)(0|2) 00[    ]+mov[  ]+\$0x(1)?(0|2),%si[    ]+2:[   ]+(R_386_PC|DISP)16[    ]+.data(\+0xfffffff0)?
+   0:  66 be (0|1)(0|2|4) 00[  ]+mov[  ]+\$0x(1)?(0|2|4),%si[  ]+2:[   ]+(R_386_PC|DISP)16[    ]+.data(\+0xfffffff0)?
 .*
This page took 0.028511 seconds and 4 git commands to generate.