]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
x86/Intel: debug registers are named DRn
authorJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 08:43:38 +0000 (10:43 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 08:43:38 +0000 (10:43 +0200)
commitbfbd943845684ac374c41797154d2c53cc338145
treea2e8a3bcea766e00b8573cc9beaee70d660bd8cb
parent78467458dd39623607605180bce0a58728110f34
x86/Intel: debug registers are named DRn

%db<n> is an AT&T invention; the Intel documentation and MASM have only
ever specified DRn (in line with CRn and TRn). (In principle gas also
shouldn't accept the names in Intel mode, but at least for now I've kept
things as they are. Perhaps as a first step this should just be warned
about.)
gas/ChangeLog
gas/testsuite/gas/i386/intel-intel.d
gas/testsuite/gas/i386/intel.d
gas/testsuite/gas/i386/intel.s
gas/testsuite/gas/i386/opcode-intel.d
opcodes/ChangeLog
opcodes/i386-dis.c