commit | 2c6c24056ad223b75828e340fec6fefac5f07ff3 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Nov 06 18:14:23 2019 +0000 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Nov 06 18:17:34 2019 +0000 |
tree | 104e717943d7f4936c690acb37c08136d3a31200 | |
parent | 17cd8af3201acd97fc348543be3c7fc651c2287a [diff] |
math: fix missing attributes warnings gcc-9 started warning if alias symbols have different attributes: math/expf.c: At top level: math/expf.c:89:21: warning: '__expf_finite' specifies less restrictive attributes than its target 'expf': 'leaf', 'nothrow', 'pure' [-Wmissing-attributes] so copy the attributes when creating the aliases.