From: Olivier Hainque Date: Fri, 28 Mar 2003 10:38:19 +0000 (+0100) Subject: re PR ada/9953 (Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)) X-Git-Tag: releases/gcc-3.2.3~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8032d0c4208d44679eedd99791cec30022c3dae;p=thirdparty%2Fgcc.git re PR ada/9953 (Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)) PR ada/9953 * ada/Makefile.in (gnatlib configuration for HPUX): Split the general section for HPUX into specific sections for HPUX 10 and HPUX 11. From-SVN: r64971 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cfbc0599d8a0..d96ded9873df 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-03-28 Olivier Hainque + + PR ada/9953 + * ada/Makefile.in (gnatlib configuration for HPUX): Split + the general section for HPUX into specific sections for + HPUX 10 and HPUX 11. + 2003-03-28 Eric Botcazou PR target/10067 diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index 8158b9ce6e8f..d2f9556ceb56 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -1279,7 +1279,25 @@ s-taskin.o: s-taskin.adb s-taskin.ads $(ADAC) -c $(ALL_ADAFLAGS) $(FORCE_DEBUG_ADAFLAGS) $(ADA_INCLUDES) $< endif -ifeq ($(strip $(filter-out hppa% hp hpux%,$(targ))),) +ifeq ($(strip $(filter-out hppa% hp hpux10%,$(targ))),) + LIBGNAT_TARGET_PAIRS = \ + a-excpol.adb<4wexcpol.adb \ + a-intnam.ads<4hintnam.ads \ + s-inmaop.adb<7sinmaop.adb \ + s-interr.adb<5ginterr.adb \ + s-intman.adb<7sintman.adb \ + s-osinte.adb<5hosinte.adb \ + s-osinte.ads<5hosinte.ads \ + s-parame.ads<5hparame.ads \ + s-osprim.adb<7sosprim.adb \ + s-taprop.adb<5htaprop.adb \ + s-taspri.ads<5htaspri.ads \ + s-tpopsp.adb<7stpopsp.adb \ + g-soccon.ads<3hsoccon.ads \ + system.ads<5hsystem.ads +endif + +ifeq ($(strip $(filter-out hppa% hp hpux11%,$(targ))),) LIBGNAT_TARGET_PAIRS = \ a-intnam.ads<4hintnam.ads \ s-inmaop.adb<7sinmaop.adb \