aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2008-02-16 16:16:48 +0000
committerH.J. Lu <hjl.tools@gmail.com>2008-02-16 16:16:48 +0000
commit65da13b5e0bbbc3c4ae8d3f988ca8bfb022ac30d (patch)
treea5486180920797ae3d7a4591f2fa5853cbe737d0 /opcodes/ChangeLog
parenteaf19029ad413850b96f97c01078e2ec567730c8 (diff)
downloadgdb-65da13b5e0bbbc3c4ae8d3f988ca8bfb022ac30d.zip
gdb-65da13b5e0bbbc3c4ae8d3f988ca8bfb022ac30d.tar.gz
gdb-65da13b5e0bbbc3c4ae8d3f988ca8bfb022ac30d.tar.bz2
gas/
2008-02-16 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (inoutportreg): New. (process_immext): New. (md_assemble): Use it. (update_imm): Use imm16 and imm32s. (i386_att_operand): Use inoutportreg. opcodes/ 2008-02-16 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (operand_type_init): Add OPERAND_TYPE_INOUTPORTREG. * i386-init.h: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d750f8f..e5ef349 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-16 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-gen.c (operand_type_init): Add OPERAND_TYPE_INOUTPORTREG.
+ * i386-init.h: Regenerated.
+
2008-02-14 Nick Clifton <nickc@redhat.com>
PR binutils/5524