From: Ian Lance Taylor Date: Tue, 26 Aug 1997 17:12:31 +0000 (+0000) Subject: * i386.h (two_byte_segment_defaults): Correct base register 5 in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2af7b4a3fcb137be17f32df14af68e6ae7acf49a;p=binutils-gdb.git * i386.h (two_byte_segment_defaults): Correct base register 5 in modes 1 and 2 to be ss rather than ds. From Gabriel Paubert . --- diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a26fd02909f..742168d44b0 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,9 @@ Tue Aug 26 12:21:52 1997 Ian Lance Taylor + * i386.h (two_byte_segment_defaults): Correct base register 5 in + modes 1 and 2 to be ss rather than ds. From Gabriel Paubert + . + * i386.h: Set ud2 to 0x0f0b. From Gabriel Paubert .