aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2015-07-08 20:11:03 +0100
committerRichard Sandiford <rdsandiford@googlemail.com>2015-07-08 20:11:06 +0100
commit7e3023528162de7760a0e7e487aa81bbf44cb6a9 (patch)
treec24c24ced4ee2f4dbe609726b9a11635d2019c0d /gas/doc
parenta9bd710f8777b5f4d6cbb9f5f14d6eb16f60c690 (diff)
downloadfsf-binutils-gdb-7e3023528162de7760a0e7e487aa81bbf44cb6a9.zip
fsf-binutils-gdb-7e3023528162de7760a0e7e487aa81bbf44cb6a9.tar.gz
fsf-binutils-gdb-7e3023528162de7760a0e7e487aa81bbf44cb6a9.tar.bz2
Clarify case requirements for gas pseudo-ops
gas/ 2015-07-08 Ciro Santilli <ciro.santilli@gmail.com> * doc/as.texinfo: Clarify case requirements for pseudo ops.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texinfo3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index f42979a..950bf28 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -4205,7 +4205,8 @@ address; you can only have a defined section in one of the two arguments.
@cindex pseudo-ops, machine independent
@cindex machine independent directives
All assembler directives have names that begin with a period (@samp{.}).
-The rest of the name is letters, usually in lower case.
+The names are case insensitive for most targets, and usually written
+in lower case.
This chapter discusses directives that are available regardless of the
target machine configuration for the @sc{gnu} assembler.