]> gcc.gnu.org Git - gcc.git/commit
[Ada] PR ada/98724: Alpha/Linux/libada: Use wraplf for Aux_Long_Long_Float
authorMaciej W. Rozycki <macro@orcam.me.uk>
Sun, 13 Feb 2022 22:57:21 +0000 (22:57 +0000)
committerMaciej W. Rozycki <macro@orcam.me.uk>
Sun, 13 Feb 2022 22:59:39 +0000 (22:59 +0000)
commit72b0526bd4582338228ab81088b73dbf1ca565ee
tree0c3037bec002bd8126a5ce5d1161867bf421286e
parente89144e8a3984608da2d31f18776df51d9e0f352
[Ada] PR ada/98724: Alpha/Linux/libada: Use wraplf for Aux_Long_Long_Float

Use the Long Long Float wrapper in terms of Long Float for Alpha/Linux
targets as well, fixing gnatlib compilation errors:

a-nallfl.ads:48:13: warning: intrinsic binding type mismatch on result [enabledby default]
a-nallfl.ads:48:13: warning: intrinsic binding type mismatch on parameter 1 [enabled by default]
a-nallfl.ads:48:13: warning: profile of "Sin" doesn't match the builtin it binds [enabled by default]

etc. with the `alpha-linux-gnu' target.

gcc/ada/
PR ada/98724
PR ada/97504
* Makefile.rtl (LIBGNAT_TARGET_PAIRS) <alpha*-*-linux*>: Use
wraplf version of Aux_Long_Long_Float.

(cherry picked from commit 4493c5a2030d9191761d159067815b5f0325a9d2)
gcc/ada/Makefile.rtl
This page took 0.056721 seconds and 5 git commands to generate.