diff options
author | Alan Modra <amodra@gmail.com> | 2004-01-18 23:12:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-01-18 23:12:47 +0000 |
commit | a02a862a31951cce3a13b7c3090e34c8c59adcd6 (patch) | |
tree | e4aef40f0974e328c5ced6655b49cf88d7425c88 /opcodes/ChangeLog | |
parent | 5421d6bee13deaddf29e0c2b2a6ff6bc81e744b2 (diff) | |
download | binutils-a02a862a31951cce3a13b7c3090e34c8c59adcd6.zip binutils-a02a862a31951cce3a13b7c3090e34c8c59adcd6.tar.gz binutils-a02a862a31951cce3a13b7c3090e34c8c59adcd6.tar.bz2 |
* i386-dis.c (OP_E): Print scale factor on intel mode sib when not
1. Don't print scale factor on AT&T mode when index missing.
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 f099f04..da28aff 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2004-01-19 Alan Modra <amodra@bigpond.net.au> + + * i386-dis.c (OP_E): Print scale factor on intel mode sib when not + 1. Don't print scale factor on AT&T mode when index missing. + 2004-01-16 Alexandre Oliva <aoliva@redhat.com> * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended |