diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-07-15 06:49:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-07-15 06:57:47 -0700 |
commit | 04c662e2b66bedd050f97adec19afe0fcfce9ea7 (patch) | |
tree | bc8bd76482538d3ced9901b0d24c91813de80566 /contrib | |
parent | 56c1b507aa8bd8029f63bc78275fab1d815966f5 (diff) | |
download | gdb-04c662e2b66bedd050f97adec19afe0fcfce9ea7.zip gdb-04c662e2b66bedd050f97adec19afe0fcfce9ea7.tar.gz gdb-04c662e2b66bedd050f97adec19afe0fcfce9ea7.tar.bz2 |
x86: Don't display eiz with no scale
Change
67 48 8b 1c 25 ef cd ab 89 mov 0x89abcdef(,%eiz,1),%rbx
to
67 48 8b 1c 25 ef cd ab 89 mov 0x89abcdef,%rbx
in AT&T syntax and
67 48 8b 1c 25 ef cd ab 89 mov rbx,QWORD PTR [eiz*1+0x89abcdef]
to
67 48 8b 1c 25 ef cd ab 89 mov rbx,QWORD PTR ds:0x89abcdef
in Intel syntax.
gas/
PR gas/26237
* testsuite/gas/i386/evex-no-scale-64.d: Updated.
* testsuite/gas/i386/addr32.d: Likewise.
* testsuite/gas/i386/x86-64-addr32-intel.d: Likewise.
* testsuite/gas/i386/x86-64-addr32.d: Likewise.
opcodes/
PR gas/26237
* i386-dis.c (OP_E_memory): Don't display eiz with no scale
without base nor index registers.
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions