x86: make sure all PUSH/POP honor DefaultSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / general.l
index d5f74d11a63240b96afb822f75a3a0560f98a0af..acd44403ee48dc4de8a33f83e584fe9db7801527 100644 (file)
 .*:144: Warning:.*
 .*:178: Warning:.*
 .*:224: Warning:.*
+.*:233: Warning:.*
+.*:234: Warning:.*
+.*:238: Warning:.*
+.*:239: Warning:.*
    1                           .psize 0
    2                           .text
    3                           #test jumps and calls
 [      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+666A00[       ]+push  \$0
 [      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+66683412 0000[        ]+push  \$0x1234
 [      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+66FF37[       ]+push  \(%bx\)
+[      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+6606[         ]+push  %es
+.*Warning:.*32-bit.*push.*
+[      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+660FA0[       ]+push  %fs
+.*Warning:.*32-bit.*push.*
 [      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+6660[         ]+pusha
 [      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+669C[         ]+pushf
 [      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+668F07[       ]+pop   \(%bx\)
+[      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+6607[         ]+pop   %es
+.*Warning:.*32-bit.*pop.*
+[      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+660FA1[       ]+pop   %fs
+.*Warning:.*32-bit.*pop.*
 [      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+6661[         ]+popa
 [      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+669D[         ]+popf
 [      ]*[1-9][0-9]*[  ]+[0-9a-f]*[    ]+66C3[         ]+ret
This page took 0.02435 seconds and 4 git commands to generate.