1 /* 2 * SPDX-License-Identifier: BSD-2-Clause 3 * 4 * (c) Copyright 2019 Joel Sherrill <joel@rtems.org 5 */ 6 7 /* 8 * This file is intentionally empty. 9 * 10 * Newlib's build infrastructure needs a machine specific file to override 11 * the generic implementation in the library. When a target implementation 12 * of the fenv.h methods puts all methods in a single file (e.g. fenv.c) or 13 * some as inline methods in its <sys/fenv.h>, it will need to override the 14 * default implementation found in a file in this directory. 15 * 16 * For each file that the target's machine directory needs to override, 17 * there should be a corresponding stub file in the target directory. 18 * To avoid copying this explanation far and wide, #including this 19 * fenv_stub.c from the stub files in encouraged. 20 */ 21 22 /* deliberately empty */ 23 24