aboutsummaryrefslogtreecommitdiff
path: root/gdb/objc-lang.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2012-08-07 16:51:34 +0000
committerJan Beulich <jbeulich@novell.com>2012-08-07 16:51:34 +0000
commit4c692bc7aa91109a1102fd0c6f3229e7efbe87d0 (patch)
tree24ebc9515994d6053b89455ca2baedba0cb07593 /gdb/objc-lang.c
parentdc1039df6354fe0931769191e1413a624ad5697d (diff)
downloadgdb-4c692bc7aa91109a1102fd0c6f3229e7efbe87d0.zip
gdb-4c692bc7aa91109a1102fd0c6f3229e7efbe87d0.tar.gz
gdb-4c692bc7aa91109a1102fd0c6f3229e7efbe87d0.tar.bz2
There were several cases where the registers in the REX encoded range
got treated identically to the ones in the base range, due to not paying attention to the fact that reg_entry's reg_num field doesn't fully specify the register number (reg_flags also needs to be checked for RegRex). This patch introduces and uses a new (inline) function to obtain the full register number, and uses it to fix all those cases. It additionally adds the missing operand checks for SVME instructions (which match the monitor/mwait ones). gas/ 2012-08-07 Jan Beulich <jbeulich@suse.com> * config/tc-i386.c (register_number): New function. (build_vex_prefix, process_immext, process_operands, build_modrm_byte, i386_index_check): Use it. gas/testsuite/ 2012-08-07 Jan Beulich <jbeulich@suse.com> * gas/i386/x86-64-specific-reg.{s,l}: New. * gas/i386/i386.exp: Run new test. opcodes/ 2012-08-07 Jan Beulich <jbeulich@suse.com> * i386-opc.tbl: Remove "FIXME" comments from SVME instructions.
Diffstat (limited to 'gdb/objc-lang.c')
0 files changed, 0 insertions, 0 deletions