diff options
author | Roland McGrath <roland@gnu.org> | 2012-06-22 21:54:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-06-22 21:54:06 +0000 |
commit | fe13e45b9a7ffd7f0f0f3c88fd76c6be6fabbc66 (patch) | |
tree | ac59244c13abdc5e5f941c19c7473e6713336659 /gas/NEWS | |
parent | 352b3eda56110eb857612d07956b155ff0ee0961 (diff) | |
download | gdb-fe13e45b9a7ffd7f0f0f3c88fd76c6be6fabbc66.zip gdb-fe13e45b9a7ffd7f0f0f3c88fd76c6be6fabbc66.tar.gz gdb-fe13e45b9a7ffd7f0f0f3c88fd76c6be6fabbc66.tar.bz2 |
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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |