diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2006-05-11 16:11:29 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@codesourcery.com> | 2006-05-11 16:11:29 +0000 |
commit | 370b66a12822ceb6341ebe50954ce0645800acbb (patch) | |
tree | 77fd23ade7a4eefdce02ff35dfacb37ea3147c10 /gas | |
parent | 83180ade02b93262e245205c32d54443dbfba6e6 (diff) | |
download | gdb-370b66a12822ceb6341ebe50954ce0645800acbb.zip gdb-370b66a12822ceb6341ebe50954ce0645800acbb.tar.gz gdb-370b66a12822ceb6341ebe50954ce0645800acbb.tar.bz2 |
bfd/doc/
2006-05-11 Carlos O'Donell <carlos@codesourcery.com>
* bfd.texinfo: Rename "Index" to "BFD Index"
gas/
2006-05-11 Carlos O'Donell <carlos@codesourcery.com>
* doc/as.texinfo: Rename "Index" to "AS Index",
and "ABORT" to "ABORT (COFF)".
ld/
2006-05-11 Carlos O'Donell <carlos@codesourcery.com>
* ld.texinfo: Rename "Index" to "LD Index"
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 |