aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-08-04 05:55:31 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-08-04 05:55:31 -0700
commit789198ca955f924c7928c016d922c68e3e2e6dae (patch)
treeb2fc3ab476c6fc83b1121f084bae9daaefcbfcdd
parentb0a72f49dfab1dedd3b8fb88602ff2d6227b6ef8 (diff)
downloadgdb-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/ChangeLog4
-rw-r--r--gas/NEWS2
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.
diff --git a/gas/NEWS b/gas/NEWS
index 272fe5d..fbb87aa 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.