aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-02-27 14:45:48 -0800
committerH.J. Lu <hjl.tools@gmail.com>2018-02-27 14:46:03 -0800
commit8f065d3b4a814b5a69b3f39700fea7034c79c492 (patch)
treea170e1535a729ac8e30224e1a941fe28f5fff564 /gas/NEWS
parente05cac70d855cd404eae9aeea5fcfb83ce8aabcf (diff)
downloadbinutils-8f065d3b4a814b5a69b3f39700fea7034c79c492.zip
binutils-8f065d3b4a814b5a69b3f39700fea7034c79c492.tar.gz
binutils-8f065d3b4a814b5a69b3f39700fea7034c79c492.tar.bz2
gas: Rename .nop directive to .nops
Since directives of NO_PSEUDO_DOT targets don't have the leading '.' and "nop" can be a valid instruction, rename .nop directive to .nops to avoid conflict. * NEWS: Rename .nop to .nops. * doc/as.texinfo: Likewise. * read.c (potable): Add "nops". Remove "nop". (s_nop): Renamed to ... (s_nops): This. * read.h (s_nop): Renamed to ... (s_nops): This. * write.c (cvt_frag_to_fill): Rename .nop to .nops. (md_generate_nops): Likewise. (relax_segment): Likewise. * testsuite/gas/i386/nop-1.d: Updated. * testsuite/gas/i386/nop-1.s: Likewise. * testsuite/gas/i386/nop-2.d: Likewise. * testsuite/gas/i386/nop-2.s: Likewise. * testsuite/gas/i386/nop-3.d: Likewise. * testsuite/gas/i386/nop-3.s: Likewise. * testsuite/gas/i386/nop-4.d: Likewise. * testsuite/gas/i386/nop-4.s: Likewise. * testsuite/gas/i386/nop-5.d: Likewise. * testsuite/gas/i386/nop-5.s: Likewise. * testsuite/gas/i386/nop-6.d: Likewise. * testsuite/gas/i386/nop-6.s: Likewise. * testsuite/gas/i386/nop-bad-1.l: Likewise. * testsuite/gas/i386/nop-bad-1.s: Likewise. * testsuite/gas/i386/x86-64-nop-1.d: Likewise. * testsuite/gas/i386/x86-64-nop-2.d: Likewise. * testsuite/gas/i386/x86-64-nop-3.d: Likewise. * testsuite/gas/i386/x86-64-nop-4.d: Likewise. * testsuite/gas/i386/x86-64-nop-5.d: Likewise. * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
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 8a9d3a2..8a4b93a 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -3,7 +3,7 @@
* Add -O[2|s] command-line options to x86 assembler to enable alternate
shorter instruction encoding.
-* Add support for .nop directive. It is currently supported only for
+* Add support for .nops directive. It is currently supported only for
x86 targets.
Changes in 2.30: