diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-02-05 18:22:49 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-02-05 18:22:49 +0000 |
commit | 65ca155d272d69a8dbd249c54bbb41ff672ea190 (patch) | |
tree | 8c209dbcc7049e1fbc25b4744e822fef4afcd511 /opcodes/ChangeLog | |
parent | f1ab23406b16f148da6a95860e57cac688a2690c (diff) | |
download | fsf-binutils-gdb-65ca155d272d69a8dbd249c54bbb41ff672ea190.zip fsf-binutils-gdb-65ca155d272d69a8dbd249c54bbb41ff672ea190.tar.gz fsf-binutils-gdb-65ca155d272d69a8dbd249c54bbb41ff672ea190.tar.bz2 |
ld/testsuite/
2076-02-05 H.J. Lu <hongjiu.lu@intel.com>
* ld-i386/pcrel16.d: Undo the last change.
* ld-x86-64/pcrel16.d: Likewise.
opcodes/
2076-02-05 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (OP_J): Undo the last change. Properly handle 64K
wrap around within the same segment in 16bit mode.
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 2321dfa..74f6d87 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2076-02-05 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (OP_J): Undo the last change. Properly handle 64K + wrap around within the same segment in 16bit mode. + 2076-02-02 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (OP_J): Mask to 16bit only if there is a data16 |