mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 12:53:17 +08:00
gas/
2005-11-10 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (intel_e11): Don't special-case segment registers in brackets. gas/testsuite/ 2005-11-10 Jan Beulich <jbeulich@novell.com> * gas/i386/intelbad.d: Add tests for ill registers in brackets. * gas/i386/intelbad.l: Adjust.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-10 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
|
* config/tc-i386.c (intel_e11): Don't special-case segment
|
||||||
|
registers in brackets.
|
||||||
|
|
||||||
2005-11-10 Nick Clifton <nickc@redhat.com>
|
2005-11-10 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/tc-arm.c (BAD_ADDR_MODE): Define.
|
* config/tc-arm.c (BAD_ADDR_MODE): Define.
|
||||||
|
@ -6644,7 +6644,7 @@ intel_e11 ()
|
|||||||
/* No scaling. If this is a memory operand, the register is either a
|
/* No scaling. If this is a memory operand, the register is either a
|
||||||
base register (first occurrence) or an index register (second
|
base register (first occurrence) or an index register (second
|
||||||
occurrence). */
|
occurrence). */
|
||||||
else if (intel_parser.in_bracket && !(reg->reg_type & (SReg2 | SReg3)))
|
else if (intel_parser.in_bracket)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (!i.base_reg)
|
if (!i.base_reg)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-10 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
|
* gas/i386/intelbad.d: Add tests for ill registers in brackets.
|
||||||
|
* gas/i386/intelbad.l: Adjust.
|
||||||
|
|
||||||
2005-11-10 Nick Clifton <nickc@redhat.com>
|
2005-11-10 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* gas/arm/archv6t2-bad.s: Add tests of badly composed ldrex and
|
* gas/arm/archv6t2-bad.s: Add tests of badly composed ldrex and
|
||||||
|
@ -81,31 +81,49 @@
|
|||||||
.*:113: Error: .*
|
.*:113: Error: .*
|
||||||
.*:114: Error: .*
|
.*:114: Error: .*
|
||||||
.*:115: Error: .*
|
.*:115: Error: .*
|
||||||
.*:116: Error: .*
|
|
||||||
.*:117: Error: .*
|
.*:117: Error: .*
|
||||||
.*:118: Error: .*
|
.*:118: Error: .*
|
||||||
.*:119: Error: .*
|
.*:119: Error: .*
|
||||||
.*:120: Error: .*
|
.*:120: Error: .*
|
||||||
.*:121: Error: .*
|
.*:121: Error: .*
|
||||||
.*:122: Error: .*
|
.*:122: Error: .*
|
||||||
.*:123: Error: .*
|
|
||||||
.*:124: Error: .*
|
.*:124: Error: .*
|
||||||
.*:125: Error: .*
|
.*:125: Error: .*
|
||||||
.*:126: Error: .*
|
.*:126: Error: .*
|
||||||
.*:127: Error: .*
|
.*:127: Error: .*
|
||||||
.*:128: Error: .*
|
.*:128: Error: .*
|
||||||
#...
|
|
||||||
.*:129: Error: .*
|
.*:129: Error: .*
|
||||||
#...
|
|
||||||
.*:130: Error: .*
|
|
||||||
.*:131: Error: .*
|
.*:131: Error: .*
|
||||||
.*:132: Error: .*
|
.*:132: Error: .*
|
||||||
.*:133: Error: .*
|
.*:133: Error: .*
|
||||||
|
.*:134: Error: .*
|
||||||
.*:135: Error: .*
|
.*:135: Error: .*
|
||||||
.*:136: Error: .*
|
.*:136: Error: .*
|
||||||
.*:137: Error: .*
|
.*:138: Error: .*
|
||||||
.*:138: Warning: .*
|
.*:139: Error: .*
|
||||||
.*:139: Warning: .*
|
.*:140: Error: .*
|
||||||
.*:141: Error: .*
|
.*:141: Error: .*
|
||||||
.*:142: Warning: .*
|
|
||||||
.*:142: Error: .*
|
.*:142: Error: .*
|
||||||
|
.*:143: Error: .*
|
||||||
|
.*:144: Error: .*
|
||||||
|
.*:145: Error: .*
|
||||||
|
.*:147: Error: .*
|
||||||
|
.*:148: Error: .*
|
||||||
|
.*:149: Error: .*
|
||||||
|
.*:150: Error: .*
|
||||||
|
.*:151: Error: .*
|
||||||
|
#...
|
||||||
|
.*:152: Error: .*
|
||||||
|
#...
|
||||||
|
.*:153: Error: .*
|
||||||
|
.*:154: Error: .*
|
||||||
|
.*:155: Error: .*
|
||||||
|
.*:156: Error: .*
|
||||||
|
.*:158: Error: .*
|
||||||
|
.*:159: Error: .*
|
||||||
|
.*:160: Error: .*
|
||||||
|
.*:161: Warning: .*
|
||||||
|
.*:162: Warning: .*
|
||||||
|
.*:164: Error: .*
|
||||||
|
.*:165: Warning: .*
|
||||||
|
.*:165: Error: .*
|
||||||
|
@ -113,6 +113,28 @@ start:
|
|||||||
mov eax, [eax]+2*ecx
|
mov eax, [eax]+2*ecx
|
||||||
mov eax, [[eax]ecx]
|
mov eax, [[eax]ecx]
|
||||||
mov eax, eax:[ecx]
|
mov eax, eax:[ecx]
|
||||||
|
|
||||||
|
mov eax, [ss]
|
||||||
|
mov eax, [st]
|
||||||
|
mov eax, [mm0]
|
||||||
|
mov eax, [xmm0]
|
||||||
|
mov eax, [cr0]
|
||||||
|
mov eax, [dr7]
|
||||||
|
|
||||||
|
mov eax, [ss+edx]
|
||||||
|
mov eax, [st+edx]
|
||||||
|
mov eax, [mm0+edx]
|
||||||
|
mov eax, [xmm0+edx]
|
||||||
|
mov eax, [cr0+edx]
|
||||||
|
mov eax, [dr7+edx]
|
||||||
|
|
||||||
|
mov eax, [edx+ss]
|
||||||
|
mov eax, [edx+st]
|
||||||
|
mov eax, [edx+cr0]
|
||||||
|
mov eax, [edx+dr7]
|
||||||
|
mov eax, [edx+mm0]
|
||||||
|
mov eax, [edx+xmm0]
|
||||||
|
|
||||||
lea eax, [bx+si*1]
|
lea eax, [bx+si*1]
|
||||||
lea eax, [bp+si*2]
|
lea eax, [bp+si*2]
|
||||||
lea eax, [bx+di*4]
|
lea eax, [bx+di*4]
|
||||||
@ -121,6 +143,7 @@ start:
|
|||||||
lea eax, [bp+2*si]
|
lea eax, [bp+2*si]
|
||||||
lea eax, [bx+4*di]
|
lea eax, [bx+4*di]
|
||||||
lea eax, [bp+8*di]
|
lea eax, [bp+8*di]
|
||||||
|
|
||||||
mov eax, [ah]
|
mov eax, [ah]
|
||||||
mov eax, [ax]
|
mov eax, [ax]
|
||||||
mov eax, [eax+bx]
|
mov eax, [eax+bx]
|
||||||
|
Reference in New Issue
Block a user