From: H.J. Lu Date: Tue, 4 Aug 2020 12:55:31 +0000 (-0700) Subject: gas/NEWS: Mention {disp16} pseudo prefix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=789198ca955f924c7928c016d922c68e3e2e6dae;p=binutils-gdb.git gas/NEWS: Mention {disp16} pseudo prefix * NEWS: Mention {disp16} pseudo prefix. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 2a41ab14b59..cf0cc0d74aa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-08-04 H.J. Lu + + * NEWS: Mention {disp16} pseudo prefix. + 2020-08-04 H.J. Lu * testsuite/gas/i386/x86-64-pseudos.d: Revert an accidental diff --git a/gas/NEWS b/gas/NEWS index 272fe5dfa16..fbb87aa7f08 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,7 @@ -*- text -*- +* Add {disp16} pseudo prefix to x86 assembler. + * Add support for Intel AMX instructions. * Configure with --enable-x86-used-note by default for Linux/x86.