diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c97bb65..d8ea270 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2006-05-11 Carlos O'Donell <carlos@codesourcery.com> + + * doc/as.texinfo: Rename "Index" to "AS Index", + and "ABORT" to "ABORT (COFF)". + 2006-05-11 Paul Brook <paul@codesourcery.com> * config/tc-arm.c (parse_half): New function. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 944670a..c1a48ff 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -191,7 +191,7 @@ section entitled ``GNU Free Documentation License''. * Reporting Bugs:: Reporting Bugs * Acknowledgements:: Who Did What * GNU Free Documentation License:: GNU Free Documentation License -* Index:: Index +* AS Index:: AS Index @end menu @end ifnottex @@ -3736,7 +3736,7 @@ Some machine configurations provide additional directives. @menu * Abort:: @code{.abort} @ifset COFF -* ABORT:: @code{.ABORT} +* ABORT (COFF):: @code{.ABORT} @end ifset * Align:: @code{.align @var{abs-expr} , @var{abs-expr}} @@ -3914,8 +3914,8 @@ of the source quit, it could use this directive tells @command{@value{AS}} to quit also. One day @code{.abort} will not be supported. @ifset COFF -@node ABORT -@section @code{.ABORT} +@node ABORT (COFF) +@section @code{.ABORT} (COFF) @cindex @code{ABORT} directive When producing COFF output, @command{@value{AS}} accepts this directive as a @@ -6764,8 +6764,8 @@ intentionally leaving anyone out. @include fdl.texi -@node Index -@unnumbered Index +@node AS Index +@unnumbered AS Index @printindex cp |