diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-19 05:47:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-19 05:47:45 +0000 |
commit | 5f5e16be30e5eab2267f83983922549ba6e4e4b1 (patch) | |
tree | f8229af6daadcd17e94f0c125044569fd1fd0d40 /gas/doc/as.texinfo | |
parent | d1810171449baae174e0fbb5ee85b305eb35634d (diff) | |
download | gdb-5f5e16be30e5eab2267f83983922549ba6e4e4b1.zip gdb-5f5e16be30e5eab2267f83983922549ba6e4e4b1.tar.gz gdb-5f5e16be30e5eab2267f83983922549ba6e4e4b1.tar.bz2 |
* doc/as.texinfo (Invoking): Typo fix.
* config/tc-tic54x.c (encode_operand): Comment typo fix.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index b398734..6716199 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -1403,7 +1403,7 @@ gcc -c -g -O -Wa,-alh,-L file.c @noindent This passes two options to the assembler: @samp{-alh} (emit a listing to -standard output with with high-level and assembly source) and @samp{-L} (retain +standard output with high-level and assembly source) and @samp{-L} (retain local symbols in the symbol table). Usually you do not need to use this @samp{-Wa} mechanism, since many compiler |