PATCH: silence Texinfo warning from c-arm.texi
Ben Elliston
bje@au1.ibm.com
Thu Aug 23 04:34:00 GMT 2007
More information about the Binutils mailing list
Thu Aug 23 04:34:00 GMT 2007
- Previous message (by thread): PATCH: silence Texinfo warning from c-arm.texi
- Next message (by thread): PATCH: silence Texinfo warning from c-arm.texi
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 2007-08-22 at 07:19 -0400, Daniel Jacobowitz wrote: > Nope. See the third example below - the inner set of square brackets > are supposed to appear in the input. Maybe they should just move > outside of the @var? Oh, right. Thanks. How about this? 2007-08-23 Ben Elliston <bje@au.ibm.com> * doc/c-arm.texi (ARM Directives): Move brackets out of @vars. Index: doc/c-arm.texi =================================================================== RCS file: /cvs/src/src/gas/doc/c-arm.texi,v retrieving revision 1.45 diff -u -p -r1.45 c-arm.texi --- doc/c-arm.texi 26 Mar 2007 14:39:35 -0000 1.45 +++ doc/c-arm.texi 23 Aug 2007 01:37:01 -0000 @@ -403,8 +403,8 @@ be used to delete builtin in register na should only be done if it is really necessary. @cindex @code{dn} and @code{qn} directives, ARM -@item @var{name} .dn @var{register name} [@var{.type}] [@var{[index]}] -@item @var{name} .qn @var{register name} [@var{.type}] [@var{[index]}] +@item @var{name} .dn @var{register name} [@var{.type}] [[@var{index}]] +@item @var{name} .qn @var{register name} [@var{.type}] [[@var{index}]] The @code{dn} and @code{qn} directives are used to create typed and/or indexed register aliases for use in Advanced SIMD Extension
- Previous message (by thread): PATCH: silence Texinfo warning from c-arm.texi
- Next message (by thread): PATCH: silence Texinfo warning from c-arm.texi
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list