diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-08-04 05:55:31 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-08-04 05:55:31 -0700 |
commit | 789198ca955f924c7928c016d922c68e3e2e6dae (patch) | |
tree | b2fc3ab476c6fc83b1121f084bae9daaefcbfcdd | |
parent | b0a72f49dfab1dedd3b8fb88602ff2d6227b6ef8 (diff) | |
download | gdb-789198ca955f924c7928c016d922c68e3e2e6dae.zip gdb-789198ca955f924c7928c016d922c68e3e2e6dae.tar.gz gdb-789198ca955f924c7928c016d922c68e3e2e6dae.tar.bz2 |
gas/NEWS: Mention {disp16} pseudo prefix
* NEWS: Mention {disp16} pseudo prefix.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2a41ab1..cf0cc0d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2020-08-04 H.J. Lu <hongjiu.lu@intel.com> + * NEWS: Mention {disp16} pseudo prefix. + +2020-08-04 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/gas/i386/x86-64-pseudos.d: Revert an accidental change. @@ -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. |