]> sourceware.org Git - newlib-cygwin.git/commitdiff
fenv: fix up stub file comment, drop symlinks from description
authorDavid Macek <david.macek.0@gmail.com>
Wed, 7 Apr 2021 08:49:00 +0000 (10:49 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 13 Apr 2021 10:55:34 +0000 (12:55 +0200)
also slightly fixed up formatting

newlib/libm/fenv/fenv_stub.c

index a4eb652f3e72ada15eda759631656b1a9648c965..5007622470bc59c90b2bc42f02112ca0a5c17bd8 100644 (file)
@@ -1,22 +1,22 @@
 /*
  * SPDX-License-Identifier: BSD-2-Clause
- * 
+ *
  * (c) Copyright 2019 Joel Sherrill <joel@rtems.org
  */
 
 /*
- * This file is intentionally empty. 
+ * This file is intentionally empty.
  *
- * Newlib's build infrastructure needs a machine specific fiel to override
- * the generic implementation in the library.  When a target
- * implementation of the fenv.h methods puts all methods in a single file
- * (e.g. fenv.c) or some as inline methods in its <sys/fenv.h>, it will need
- * to override the default implementation found in a file in this directory.
+ * Newlib's build infrastructure needs a machine specific file to override
+ * the generic implementation in the library.  When a target implementation
+ * of the fenv.h methods puts all methods in a single file (e.g. fenv.c) or
+ * some as inline methods in its <sys/fenv.h>, it will need to override the
+ * default implementation found in a file in this directory.
  *
  * For each file that the target's machine directory needs to override,
- * this file should be symbolically linked to that specific file name
- * in the target directory. For example, the target may use fe_dfl_env.c
- * from the default implementation but need to override all others.
+ * there should be a corresponding stub file in the target directory.
+ * To avoid copying this explanation far and wide, #including this
+ * fenv_stub.c from the stub files in encouraged.
  */
 
 /* deliberately empty */
This page took 0.059101 seconds and 5 git commands to generate.