diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-26 17:12:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-26 17:12:31 +0000 |
commit | 2af7b4a3fcb137be17f32df14af68e6ae7acf49a (patch) | |
tree | b95ee1db831d3028c8b7703793367cd093b391f3 | |
parent | 3f221096b900df6efd0523d8ae45cb6f54cce89e (diff) | |
download | gdb-2af7b4a3fcb137be17f32df14af68e6ae7acf49a.zip gdb-2af7b4a3fcb137be17f32df14af68e6ae7acf49a.tar.gz gdb-2af7b4a3fcb137be17f32df14af68e6ae7acf49a.tar.bz2 |
* i386.h (two_byte_segment_defaults): Correct base register 5 in
modes 1 and 2 to be ss rather than ds. From Gabriel Paubert
<paubert@iram.es>.
-rw-r--r-- | include/opcode/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a26fd02..742168d 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,9 @@ Tue Aug 26 12:21:52 1997 Ian Lance Taylor <ian@cygnus.com> + * i386.h (two_byte_segment_defaults): Correct base register 5 in + modes 1 and 2 to be ss rather than ds. From Gabriel Paubert + <paubert@iram.es>. + * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert <paubert@iram.es>. |