diff options
author | Michael Meissner <gnu@the-meissners.org> | 2006-10-23 22:53:29 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 2006-10-23 22:53:29 +0000 |
commit | 7918206c559f06d25e8fdd6894cfc3000f1cb22e (patch) | |
tree | 868bfcdf63ba0b360547e2ccefd1d1a925d29baf /opcodes/ChangeLog | |
parent | a3ffa599fe54e0e5396f1617b7bc1c391055a1b7 (diff) | |
download | gdb-7918206c559f06d25e8fdd6894cfc3000f1cb22e.zip gdb-7918206c559f06d25e8fdd6894cfc3000f1cb22e.tar.gz gdb-7918206c559f06d25e8fdd6894cfc3000f1cb22e.tar.bz2 |
Fix AMDFAM10 POPCNT instruction
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 554a4cc..3173ec3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2006-10-23 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> + + * i386-dis.c (dis386): Add support for the change in POPCNT opcode in + amdfam10 architecture. + (PREGRP37): NEW. + (print_insn): Disallow REP prefix for POPCNT. + 2006-10-20 Andrew Stubbs <andrew.stubbs@st.com> * sh-dis.c (print_insn_sh): Remove 0x from output to prevent GDB |