]> gcc.gnu.org Git - gcc.git/commit
pru: Document that arguments are not passed to main with -minrt
authorDimitar Dimitrov <dimitar@dinux.eu>
Thu, 1 Feb 2024 17:19:54 +0000 (19:19 +0200)
committerDimitar Dimitrov <dimitar@dinux.eu>
Wed, 21 Feb 2024 08:35:40 +0000 (10:35 +0200)
commite3dfc150512c331805b8701e9117bd711025800a
treec2fb14213e1ae4db19567e4d0258255db6ff9346
parentc0a80af4a1d70562dd6671047fe6dd92dcc3f544
pru: Document that arguments are not passed to main with -minrt

The minimal runtime has been documented from the beginning to break some
standard features in order to reduce code size, while keeping
the features required by typical firmware programs.  Document one more
imposed restriction - the main() function must take no arguments.

gcc/ChangeLog:

* doc/invoke.texi (-minrt): Clarify that main
must take no arguments.

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
gcc/doc/invoke.texi
This page took 0.057286 seconds and 5 git commands to generate.