]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR ada/9953 (Unsatisfied symbols: U_prep_frame_rec_for_unwind (code))
authorOlivier Hainque <hainque@act-europe.fr>
Fri, 28 Mar 2003 10:38:19 +0000 (11:38 +0100)
committerOlivier Hainque <hainque@gcc.gnu.org>
Fri, 28 Mar 2003 10:38:19 +0000 (10:38 +0000)
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

gcc/ChangeLog
gcc/ada/Makefile.in

index cfbc0599d8a072aacecb5b076d676004941cefe6..d96ded9873df2a9bd140efe0f12205a1978ec02c 100644 (file)
@@ -1,3 +1,10 @@
+2003-03-28  Olivier Hainque  <hainque@act-europe.fr>
+
+       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  <ebotcazou@libertysurf.fr>
 
        PR target/10067
index 8158b9ce6e8faae95a852edc38a879775159354e..d2f9556ceb5633b2e3e2119f98da28ad1d04ecaf 100644 (file)
@@ -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 \