public inbox for newlib-cvs@sourceware.org help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org> To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] fenv: fix up stub file comment, drop symlinks from description Date: Tue, 13 Apr 2021 10:57:02 +0000 (GMT) [thread overview] Message-ID: <20210413105702.D38343968C3D@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=70782484855f3ecedfc9c3caf5397b380c0328b8 commit 70782484855f3ecedfc9c3caf5397b380c0328b8 Author: David Macek <david.macek.0@gmail.com> Date: Wed Apr 7 10:49:00 2021 +0200 fenv: fix up stub file comment, drop symlinks from description also slightly fixed up formatting Diff: --- newlib/libm/fenv/fenv_stub.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/newlib/libm/fenv/fenv_stub.c b/newlib/libm/fenv/fenv_stub.c index a4eb652f3..500762247 100644 --- a/newlib/libm/fenv/fenv_stub.c +++ b/newlib/libm/fenv/fenv_stub.c @@ -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 */
reply other threads:[~2021-04-13 10:57 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210413105702.D38343968C3D@sourceware.org \ --to=corinna@sourceware.org \ --cc=newlib-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).