Add missing <math.h> methods implemented as macros on compiler builtins.

These methods have long been provided and this change is needed on the
5.x branch and master.

Closes #4075.
This commit is contained in:
Joel Sherrill 2020-09-11 17:13:15 -05:00
parent 491567efff
commit 6559511813
2 changed files with 1357 additions and 1357 deletions

View File

@ -24,7 +24,7 @@ def gen_posix_rst(task):
def build(ctx):
ctx(rule = gen_posix_rst,
source = ['posix_rst.py', 'RTEMS-Standards-Compliance-v8.csv'],
source = ['posix_rst.py', 'RTEMS-Standards-Compliance-v9.csv'],
target = 'generated-posix-compliance.rst')
sources = { 'extra' : ['generated-posix-compliance.rst'] }
doc_build(ctx, sources = sources)