This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Document that most directives are case insensitive


Ciro Santilli <ciro.santilli@gmail.com> writes:
>> From 052ebb714e141e6df52e6a942ee353aa522b2f07 Mon Sep 17 00:00:00 2001
>> From: Ciro Santilli <ciro.santilli@gmail.com>
>> Date: Tue, 23 Jun 2015 10:06:42 +0200
>> Subject: [PATCH] Document that most directives are case insensitive
>>
>> ---
>>  gas/doc/as.texinfo | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
>> index 6694b23..6b5b6f1 100644
>> --- a/gas/doc/as.texinfo
>> +++ b/gas/doc/as.texinfo
>> @@ -4205,7 +4205,7 @@ 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.
>> --
>> 1.9.1

Thanks, applied with the changelog:

gas/
2015-07-08  Ciro Santilli  <ciro.santilli@gmail.com>

	* doc/as.texinfo: Clarify case requirements for pseudo ops.

Sorry for the delay.

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]