]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (LIBGNAT_TARGET_PAIRS) Add s-tasinf-mingw.adb,
authorDanny Smith <dannysmith@users.sourceforge.net>
Sat, 20 Oct 2007 19:48:36 +0000 (19:48 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Sat, 20 Oct 2007 19:48:36 +0000 (19:48 +0000)
s-tasinf-mingw.ads, a-exetim-mingw.adb, a-exetim-mingw.ads
for win32 targets.
(EXTRA_GNATRTL_TASKING_OBJS): Add a-exetim.o for win32 targets.

From-SVN: r129515

gcc/ada/ChangeLog
gcc/ada/Makefile.in

index 153f1d92dda41b201afb728d7083121a0dfdfffb..ff700791b75d5aa61a0592a9feb019ad037b47fc 100644 (file)
@@ -1,3 +1,10 @@
+2007-10-20  Danny Smith <dannysmith@users.sourceforge.net>
+
+       * Makefile.in (LIBGNAT_TARGET_PAIRS) Add s-tasinf-mingw.adb,
+       s-tasinf-mingw.ads, a-exetim-mingw.adb, a-exetim-mingw.ads
+       for win32 targets.
+       (EXTRA_GNATRTL_TASKING_OBJS): Add a-exetim.o for win32 targets.
+
 2007-10-15  Eric Botcazou  <ebotcazou@adacore.com>
 
        * s-osinte-tru64.adb: (Hide_Yellow_Zone): Add On parameter.
index 240688084969826df96f526e7ed36889712cb9f7..363675c6c0b4fb9a047a75a350bceec3ad92b996 100644 (file)
@@ -1276,6 +1276,8 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
   LIBGNAT_TARGET_PAIRS = \
   a-dirval.adb<a-dirval-mingw.adb \
   a-excpol.adb<a-excpol-abort.adb \
+  a-exetim.adb<a-exetim-mingw.adb \
+  a-exetim.ads<a-exetim-mingw.ads \
   a-intnam.ads<a-intnam-mingw.ads \
   a-numaux.adb<a-numaux-x86.adb \
   a-numaux.ads<a-numaux-x86.ads \
@@ -1288,6 +1290,8 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
   s-osprim.adb<s-osprim-mingw.adb \
   s-taprop.adb<s-taprop-mingw.adb \
   s-taspri.ads<s-taspri-mingw.ads \
+  s-tasinf.adb<s-tasinf-mingw.adb \
+  s-tasinf.ads<s-tasinf-mingw.ads \
   g-bytswa.adb<g-bytswa-x86.adb \
   g-socthi.ads<g-socthi-mingw.ads \
   g-socthi.adb<g-socthi-mingw.adb \
@@ -1306,6 +1310,7 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
   EXTRA_GNATTOOLS = ../../gnatdll$(exeext)
   EXTRA_GNATMAKE_OBJS = mdll.o mdll-utl.o mdll-fil.o
   EXTRA_GNATRTL_NONTASKING_OBJS = g-regist.o
+  EXTRA_GNATRTL_TASKING_OBJS = a-exetim.o
   soext = .dll
 # ??? This will be replaced by gnatlib-shared-dual-win32 when GNAT auto-import
 # support for array/record will be done.