aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2020-11-29 15:57:40 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2020-11-29 15:57:40 +0000
commit4612c4d09d7d18a6c6345b57a9bb5e249b182fa4 (patch)
tree5c4e3aa49f102e925477d8c04224298a329b0792 /gcc
parent01148fa656ba5a68bfe6d788c1a9bacd48ccc44f (diff)
downloadgcc-4612c4d09d7d18a6c6345b57a9bb5e249b182fa4.zip
gcc-4612c4d09d7d18a6c6345b57a9bb5e249b182fa4.tar.gz
gcc-4612c4d09d7d18a6c6345b57a9bb5e249b182fa4.tar.bz2
Fix PR ada/97504 on hppa*-*-hpux*.
2020-11-29 John David Anglin <danglin@gcc.gnu.org> gcc/ada/ PR ada/97504 * Makefile.rtl (LIBGNAT_TARGET_PAIRS) <hppa*-*-hpux*>: Use wraplf version of Aux_Long_Long_Float.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/Makefile.rtl2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl
index 1809bdb..544d0cf 100644
--- a/gcc/ada/Makefile.rtl
+++ b/gcc/ada/Makefile.rtl
@@ -2037,6 +2037,7 @@ ifeq ($(strip $(filter-out hppa% hp hpux10%,$(target_cpu) $(target_vendor) $(tar
s-inmaop.adb<libgnarl/s-inmaop__posix.adb \
s-interr.adb<libgnarl/s-interr__sigaction.adb \
s-intman.adb<libgnarl/s-intman__posix.adb \
+ a-nallfl.ads<libgnat/a-nallfl__wraplf.ads \
s-osinte.adb<libgnarl/s-osinte__hpux-dce.adb \
s-osinte.ads<libgnarl/s-osinte__hpux-dce.ads \
s-parame.ads<libgnat/s-parame__hpux.ads \
@@ -2055,6 +2056,7 @@ ifeq ($(strip $(filter-out hppa% hp hpux11%,$(target_cpu) $(target_vendor) $(tar
a-intnam.ads<libgnarl/a-intnam__hpux.ads \
s-inmaop.adb<libgnarl/s-inmaop__posix.adb \
s-intman.adb<libgnarl/s-intman__posix.adb \
+ a-nallfl.ads<libgnat/a-nallfl__wraplf.ads \
s-osinte.adb<libgnarl/s-osinte__posix.adb \
s-osinte.ads<libgnarl/s-osinte__hpux.ads \
s-parame.ads<libgnat/s-parame__hpux.ads \