diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-02 09:18:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-02 09:18:42 +0000 |
commit | f97d5f7ca4757cbf49f4cfdb855550bd8edf4088 (patch) | |
tree | c3be644816b3fdb5c730e2c0ecc17d681d171487 /gas | |
parent | 428409d521dfe477cb0a8da96e1e36452b7ab1c2 (diff) | |
download | gdb-f97d5f7ca4757cbf49f4cfdb855550bd8edf4088.zip gdb-f97d5f7ca4757cbf49f4cfdb855550bd8edf4088.tar.gz gdb-f97d5f7ca4757cbf49f4cfdb855550bd8edf4088.tar.bz2 |
* doc/as.texinfo (listing): Fix typo.
Diffstat (limited to 'gas')
-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 |