From: Ian Lance Taylor Date: Mon, 5 Oct 1998 00:59:52 +0000 (+0000) Subject: Sun Oct 4 20:57:43 1998 Alan Modra X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3ef365828b677ecb1df754e134a55010e5bfebc;p=binutils-gdb.git Sun Oct 4 20:57:43 1998 Alan Modra * config/tc-i386.c (md_assemble): Handle AMD_3DNOW_OPCODE. * config/tc-i386.h (template.extension_opcode): Change to unsigned int to allow full range of 8-bit opcode suffixes. (None): Redefine as 0xffff. From Jeff B Epler * doc/c-i386.texi (i386-SIMD): New section. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index dab34279c78..fef289d48e2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Sun Oct 4 20:57:43 1998 Alan Modra + + * config/tc-i386.c (md_assemble): Handle AMD_3DNOW_OPCODE. + * config/tc-i386.h (template.extension_opcode): Change to + unsigned int to allow full range of 8-bit opcode suffixes. + (None): Redefine as 0xffff. + + From Jeff B Epler + * doc/c-i386.texi (i386-SIMD): New section. + Thu Oct 1 15:37:54 1998 Richard Henderson * read.c (discard_rest_of_line): New function.