diff options
author | Cui,Lili <lili.cui@intel.com> | 2020-09-23 10:30:26 +0800 |
---|---|---|
committer | Cui,Lili <lili.cui@intel.com> | 2020-09-25 09:39:00 +0800 |
commit | 09d7303523a013f2a4140f5d41af9b170fadba35 (patch) | |
tree | ec391194981c992109305cb585c207f1db72feac /opcodes/ChangeLog | |
parent | bee4644aff236997784d7b12e059a5a5fc25eff1 (diff) | |
download | gdb-09d7303523a013f2a4140f5d41af9b170fadba35.zip gdb-09d7303523a013f2a4140f5d41af9b170fadba35.tar.gz gdb-09d7303523a013f2a4140f5d41af9b170fadba35.tar.bz2 |
Put together MOD_VEX_0F38* in i386-dis.c,
There are 11 MOD_VEX_0F38* inserted in MOD_0F38* group,
which should be placed in MOD_VEX_0F38* group.
opcode/
PR 26654
*i386-dis.c (enum): Put MOD_VEX_0F38* together.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 02d4449..957c694 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2020-09-24 Lili Cui <lili.cui@intel.com> + + PR 26654 + *i386-dis.c (enum): Put MOD_VEX_0F38* together. + 2020-09-24 Andrew Burgess <andrew.burgess@embecosm.com> * csky-dis.c (csky_output_operand): Enclose body of if in curly |