fenv: fix up stub file comment, drop symlinks from description

also slightly fixed up formatting
This commit is contained in:
David Macek 2021-04-07 10:49:00 +02:00 committed by Corinna Vinschen
parent 7725d2ad75
commit 6005ed21c9
1 changed files with 10 additions and 10 deletions

View File

@ -7,16 +7,16 @@
/* /*
* This file is intentionally empty. * This file is intentionally empty.
* *
* Newlib's build infrastructure needs a machine specific fiel to override * Newlib's build infrastructure needs a machine specific file to override
* the generic implementation in the library. When a target * the generic implementation in the library. When a target implementation
* implementation of the fenv.h methods puts all methods in a single file * of the fenv.h methods puts all methods in a single file (e.g. fenv.c) or
* (e.g. fenv.c) or some as inline methods in its <sys/fenv.h>, it will need * some as inline methods in its <sys/fenv.h>, it will need to override the
* to override the default implementation found in a file in this directory. * default implementation found in a file in this directory.
* *
* For each file that the target's machine directory needs to override, * For each file that the target's machine directory needs to override,
* this file should be symbolically linked to that specific file name * there should be a corresponding stub file in the target directory.
* in the target directory. For example, the target may use fe_dfl_env.c * To avoid copying this explanation far and wide, #including this
* from the default implementation but need to override all others. * fenv_stub.c from the stub files in encouraged.
*/ */
/* deliberately empty */ /* deliberately empty */