diff options
-rw-r--r-- | gas/ChangeLog | 2 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ce1a615..7fa8618 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ 2001-10-02 Alan Modra <amodra@bigpond.net.au> + * doc/as.texinfo (listing): Fix typo. + * as.c (print_version_id): Use BFD_VERSION_STRING in place of BFD_VERSION. * Makefile.am (Makefile): Depend on bfd/configure.in. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 3ade7f8..7e40900 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -1395,7 +1395,7 @@ On the HPPA local labels begin with @samp{L$}. @end ifset @node listing -@section Configuringh listing output: @code{--listing} +@section Configuring listing output: @code{--listing} The listing feature of the assembler can be enabled via the command line switch @samp{-a} (@pxref{a}). This feature combines the input source file(s) with a |