From be9c1db4d69e328888b3dc5932e03b8900c9dd6a Mon Sep 17 00:00:00 2001 From: jesusc Date: Sun, 24 Aug 2003 03:12:14 +0000 Subject: [PATCH] It is --use-stdout, not --use-stderr... git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2850 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- doc/sdccman.lyx | 80 ++++++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index fe3c79a4..b4a5e2ed 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -1674,10 +1674,10 @@ Install paths \begin_inset Tabular - - - - + + + + \begin_inset Text @@ -5222,6 +5222,30 @@ status Collapsed Causes the linker to check if the external ram usage is within limits of the given value. +\layout List +\labelwidthstring 00.00.0000 + + +\series bold +- +\begin_inset ERT +status Collapsed + +\layout Standard + +\backslash +/ +\end_inset + +-code-size +\series default + +\begin_inset LatexCommand \index{-\/-data-loc} + +\end_inset + + Causes the linker to check if the code memory usage is within limits of + the given value. \layout Subsubsection DS390 Options @@ -6203,30 +6227,6 @@ status Collapsed \labelwidthstring 00.00.0000 -\series bold -- -\begin_inset ERT -status Collapsed - -\layout Standard - -\backslash -/ -\end_inset - --code-size -\series default - -\begin_inset LatexCommand \index{-\/-code-size} - -\end_inset - - Causes the linker to check if the code usage is within limits of the given - value. -\layout List -\labelwidthstring 00.00.0000 - - \series bold - \begin_inset ERT @@ -6429,7 +6429,7 @@ status Collapsed \series default Display errors and warnings using MSVC style, so you can use SDCC with - visual studio + visual studio. \layout List \labelwidthstring 00.00.0000 @@ -6445,14 +6445,14 @@ status Collapsed / \end_inset --use-stderr +-use-stdout \begin_inset LatexCommand \index{-\/-use-stdout} \end_inset \series default - Send errors and warnings to stdout instead of stderr + Send errors and warnings to stdout instead of stderr. \layout Subsubsection Intermediate Dump Options @@ -7573,11 +7573,11 @@ le space. \family typewriter -extern bit SDI; +extern volatile bit SDI; \newline -extern bit SCLK; +extern volatile bit SCLK; \newline -extern bit CPOL; +extern volatile bit CPOL; \newline \newline @@ -9687,8 +9687,8 @@ For signed & unsigned int (16 bit) and long (32 bit) variables, division, \begin_inset Tabular - - + + \begin_inset Text @@ -9981,8 +9981,8 @@ SDCC supports IEEE (single precision 4 bytes) floating point numbers.The \begin_inset Tabular - - + + \begin_inset Text @@ -11028,8 +11028,8 @@ The compiler creates the following #defines \begin_inset Tabular - - + + \begin_inset Text -- 2.47.2