diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2008-04-10 08:59:46 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2008-04-10 08:59:46 +0000 |
commit | 45a5551e7407cb5815016928bfce96262084b751 (patch) | |
tree | 04eee100238dd832e145469ac3f20ca5fb38127d /opcodes/ChangeLog | |
parent | 2cefc35727da245c5b39b51551a488ba7f211689 (diff) | |
download | gdb-45a5551e7407cb5815016928bfce96262084b751.zip gdb-45a5551e7407cb5815016928bfce96262084b751.tar.gz gdb-45a5551e7407cb5815016928bfce96262084b751.tar.bz2 |
2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
* s390-mkopc.c (s390_cond_ext_format): Add back the mnemonic
extensions for conditional jumps (o, p, m, nz, z, nm, np, no).
(s390_crb_extensions): New extensions table.
(insertExpandedMnemonic): Handle '$' tag.
* s390-opc.txt: Remove conditional jump variants which can now
be expanded automatically.
Replace '*' tag with '$' in the compare and branch instructions.
2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
* gas/s390/zarch-z10.d: Map the compare and branch variants
with odd condition code mask to version with an even mask.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5eb98b8..f90038d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com> + + * s390-mkopc.c (s390_cond_ext_format): Add back the mnemonic + extensions for conditional jumps (o, p, m, nz, z, nm, np, no). + (s390_crb_extensions): New extensions table. + (insertExpandedMnemonic): Handle '$' tag. + * s390-opc.txt: Remove conditional jump variants which can now + be expanded automatically. + Replace '*' tag with '$' in the compare and branch instructions. + 2008-04-07 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (PREFIX_VEX_38XX): Add a tab. |