diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-10-16 15:50:52 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-10-16 15:50:52 +0000 |
commit | 52a6c1feddc2e9f517ecb23b9b9068d79f30864a (patch) | |
tree | 2934a16c896d90ff73a9b98aa1261d7a77950c98 /opcodes/ChangeLog | |
parent | 2927aacaee356e861452258500e0b7ace0449977 (diff) | |
download | gdb-52a6c1feddc2e9f517ecb23b9b9068d79f30864a.zip gdb-52a6c1feddc2e9f517ecb23b9b9068d79f30864a.tar.gz gdb-52a6c1feddc2e9f517ecb23b9b9068d79f30864a.tar.bz2 |
2009-10-16 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.h: Use enum instead of nested macros.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3fef5ca..2b6cf20 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2009-10-16 H.J. Lu <hongjiu.lu@intel.com> + * i386-opc.h: Use enum instead of nested macros. + +2009-10-16 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c: Simplify enums. 2009-10-15 H.J. Lu <hongjiu.lu@intel.com> |