summaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2012-06-22 21:54:04 +0000
committerRoland McGrath <roland@gnu.org>2012-06-22 21:54:04 +0000
commitf2a1f42e96baf2e1dfaedb94cd61239801044daf (patch)
tree4ec4aa5b97390d8d51aff67ff4f3a4dbbb048233 /gas/NEWS
parent6c5c69c7a0d93109240d6a9f71e0ad521074c928 (diff)
downloadbinutils-redhat-f2a1f42e96baf2e1dfaedb94cd61239801044daf.tar.gz
gas/
* NEWS: Mention 'rep ret' too. gas/testsuite/ * gas/i386/rep-ret.d: New file. * gas/i386/rep-ret.s: New file. * gas/i386/i386.exp: Add the new test. opcodes/ * i386-opc.tbl: Add RepPrefixOk to ret. * i386-tbl.h: Regenerate.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 6f62b938d8..c277dad875 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -13,7 +13,7 @@
* Add support for the Adapteva EPIPHANY architecture.
-* For x86, allow 'rep bsf' or 'rep bsr' syntax.
+* For x86, allow 'rep bsf', 'rep bsr', and 'rep ret' syntax.
Changes in 2.22: