From fe13e45b9a7ffd7f0f0f3c88fd76c6be6fabbc66 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 22 Jun 2012 21:54:06 +0000 Subject: 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. --- gas/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/NEWS') diff --git a/gas/NEWS b/gas/NEWS index 6f62b93..c277dad 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: -- cgit v1.1