diff options
author | Arnaud Charlet <charlet@adacore.com> | 2011-08-04 15:41:09 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-04 17:41:09 +0200 |
commit | 19172ae9356891e93e2a9bb8641a7796f4d962b0 (patch) | |
tree | 296f051b59071f8d0b0d4cd0ca483e3b858497d0 | |
parent | faf7a23d6d3bc281c386865971f7bffd8cb7057c (diff) | |
download | gcc-19172ae9356891e93e2a9bb8641a7796f4d962b0.zip gcc-19172ae9356891e93e2a9bb8641a7796f4d962b0.tar.gz gcc-19172ae9356891e93e2a9bb8641a7796f4d962b0.tar.bz2 |
Makefile.in: Clean up targets.
* gcc-interface/Makefile.in: Clean up targets.
Enable new package for atomic counters and copy-on-write implementation
of unbounded strings on x86 platforms.
* gcc-interface/Make-lang.in: Update dependencies.
From-SVN: r177405
-rw-r--r-- | gcc/ada/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/ada/gcc-interface/Make-lang.in | 34 | ||||
-rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 74 |
3 files changed, 50 insertions, 65 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 2b51397..c6b8cd8 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2011-08-04 Arnaud Charlet <charlet@adacore.com> + + * gcc-interface/Makefile.in: Clean up targets. + Enable new package for atomic counters and copy-on-write implementation + of unbounded strings on x86 platforms. + * gcc-interface/Make-lang.in: Update dependencies. + 2011-08-04 Robert Dewar <dewar@adacore.com> * exp_ch7.adb: Minor reformatting. diff --git a/gcc/ada/gcc-interface/Make-lang.in b/gcc/ada/gcc-interface/Make-lang.in index 9174a2a..18a22bc 100644 --- a/gcc/ada/gcc-interface/Make-lang.in +++ b/gcc/ada/gcc-interface/Make-lang.in @@ -2486,24 +2486,26 @@ ada/exp_smem.o : ada/ada.ads ada/a-except.ads ada/a-unccon.ads \ ada/exp_strm.o : ada/ada.ads ada/a-except.ads ada/a-unccon.ads \ ada/a-uncdea.ads ada/alloc.ads ada/aspects.ads ada/atree.ads \ - ada/atree.adb ada/casing.ads ada/debug.ads ada/einfo.ads ada/einfo.adb \ - ada/elists.ads ada/err_vars.ads ada/errout.ads ada/erroutc.ads \ - ada/exp_strm.ads ada/exp_strm.adb ada/exp_tss.ads ada/exp_util.ads \ - ada/fname.ads ada/fname-uf.ads ada/get_targ.ads ada/gnat.ads \ - ada/g-htable.ads ada/hostparm.ads ada/interfac.ads ada/lib.ads \ + ada/atree.adb ada/casing.ads ada/csets.ads ada/debug.ads ada/einfo.ads \ + ada/einfo.adb ada/elists.ads ada/err_vars.ads ada/errout.ads \ + ada/errout.adb ada/erroutc.ads ada/erroutc.adb ada/exp_strm.ads \ + ada/exp_strm.adb ada/exp_tss.ads ada/exp_util.ads ada/fname.ads \ + ada/fname-uf.ads ada/get_targ.ads ada/gnat.ads ada/g-htable.ads \ + ada/gnatvsn.ads ada/hostparm.ads ada/interfac.ads ada/lib.ads \ ada/namet.ads ada/namet.adb ada/nlists.ads ada/nlists.adb ada/nmake.ads \ ada/nmake.adb ada/opt.ads ada/output.ads ada/restrict.ads \ - ada/restrict.adb ada/rident.ads ada/rtsfind.ads ada/sem_aux.ads \ - ada/sem_aux.adb ada/sem_util.ads ada/sinfo.ads ada/sinfo.adb \ - ada/sinput.ads ada/snames.ads ada/stand.ads ada/stringt.ads \ - ada/system.ads ada/s-exctab.ads ada/s-htable.ads ada/s-imenne.ads \ - ada/s-memory.ads ada/s-os_lib.ads ada/s-parame.ads ada/s-rident.ads \ - ada/s-secsta.ads ada/s-soflin.ads ada/s-stache.ads ada/s-stalib.ads \ - ada/s-stoele.ads ada/s-stoele.adb ada/s-string.ads ada/s-traent.ads \ - ada/s-unstyp.ads ada/s-wchcon.ads ada/table.ads ada/table.adb \ - ada/tbuild.ads ada/tbuild.adb ada/tree_io.ads ada/ttypes.ads \ - ada/types.ads ada/uintp.ads ada/uintp.adb ada/uname.ads \ - ada/unchconv.ads ada/unchdeal.ads ada/urealp.ads ada/widechar.ads + ada/restrict.adb ada/rident.ads ada/rtsfind.ads ada/scans.ads \ + ada/sem_aux.ads ada/sem_aux.adb ada/sem_util.ads ada/sinfo.ads \ + ada/sinfo.adb ada/sinput.ads ada/snames.ads ada/stand.ads \ + ada/stringt.ads ada/stylesw.ads ada/system.ads ada/s-exctab.ads \ + ada/s-htable.ads ada/s-imenne.ads ada/s-memory.ads ada/s-os_lib.ads \ + ada/s-parame.ads ada/s-rident.ads ada/s-secsta.ads ada/s-soflin.ads \ + ada/s-stache.ads ada/s-stalib.ads ada/s-stoele.ads ada/s-stoele.adb \ + ada/s-string.ads ada/s-traent.ads ada/s-unstyp.ads ada/s-wchcon.ads \ + ada/table.ads ada/table.adb ada/targparm.ads ada/tbuild.ads \ + ada/tbuild.adb ada/tree_io.ads ada/ttypes.ads ada/types.ads \ + ada/uintp.ads ada/uintp.adb ada/uname.ads ada/unchconv.ads \ + ada/unchdeal.ads ada/urealp.ads ada/widechar.ads ada/exp_tss.o : ada/ada.ads ada/a-except.ads ada/a-unccon.ads \ ada/a-uncdea.ads ada/alloc.ads ada/aspects.ads ada/atree.ads \ diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 15f8138..1642cc8 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -411,7 +411,8 @@ ATOMICS_TARGET_PAIRS += \ a-stzunb.adb<a-stzunb-shared.adb \ a-stzunb.ads<a-stzunb-shared.ads \ a-szunau.adb<a-szunau-shared.adb \ - a-szuzti.adb<a-szuzti-shared.adb + a-szuzti.adb<a-szuzti-shared.adb \ + s-atocou.adb<s-atocou-builtin.adb LIB_VERSION = $(strip $(shell grep ' Library_Version :' $(fsrcpfx)ada/gnatvsn.ads | sed -e 's/.*"\(.*\)".*/\1/')) @@ -623,6 +624,7 @@ endif ifeq ($(strip $(filter-out powerpc% wrs vxworksmils,$(targ))),) # target pairs for vthreads runtime LIBGNAT_TARGET_PAIRS = \ + a-elchha.adb<a-elchha-vx6-raven-cert.adb \ a-intnam.ads<a-intnam-vxworks.ads \ a-numaux.ads<a-numaux-vxworks.ads \ g-io.adb<g-io-vxworks-ppc-cert.adb \ @@ -701,7 +703,9 @@ ifeq ($(strip $(filter-out %86 wrs vxworksae vxworksmils,$(targ))),) s-vxwork.ads<s-vxwork-x86.ads \ g-trasym.ads<g-trasym-unimplemented.ads \ g-trasym.adb<g-trasym-unimplemented.adb \ - system.ads<system-vxworks-x86.ads + system.ads<system-vxworks-x86.ads \ + $(ATOMICS_TARGET_PAIRS) \ + s-atocou.adb<s-atocou-x86.adb TOOLS_TARGET_PAIRS=\ mlib-tgt-specific.adb<mlib-tgt-specific-vxworks.adb \ @@ -798,7 +802,9 @@ ifeq ($(strip $(filter-out %86 wrs vxworks,$(targ))),) g-socthi.adb<g-socthi-vxworks.adb \ g-stsifd.adb<g-stsifd-sockets.adb \ g-trasym.ads<g-trasym-unimplemented.ads \ - g-trasym.adb<g-trasym-unimplemented.adb + g-trasym.adb<g-trasym-unimplemented.adb \ + $(ATOMICS_TARGET_PAIRS) \ + s-atocou.adb<s-atocou-x86.adb TOOLS_TARGET_PAIRS=\ mlib-tgt-specific.adb<mlib-tgt-specific-vxworks.adb \ @@ -1028,10 +1034,12 @@ ifeq ($(strip $(filter-out %86 %x86_64 solaris2%,$(arch) $(osys))),) s-tasinf.ads<s-tasinf-solaris.ads \ s-taspri.ads<s-taspri-solaris.ads \ s-tpopsp.adb<s-tpopsp-solaris.adb \ - g-soliop.ads<g-soliop-solaris.ads + g-soliop.ads<g-soliop-solaris.ads \ + $(ATOMICS_TARGET_PAIRS) LIBGNAT_TARGET_PAIRS_32 = \ g-bytswa.adb<g-bytswa-x86.adb \ + s-atocou.adb<s-atocou-x86.adb \ system.ads<system-solaris-x86.ads LIBGNAT_TARGET_PAIRS_64 = \ @@ -1075,7 +1083,9 @@ ifeq ($(strip $(filter-out %86 linux%,$(arch) $(osys))),) s-inmaop.adb<s-inmaop-posix.adb \ s-intman.adb<s-intman-posix.adb \ s-tpopsp.adb<s-tpopsp-tls.adb \ - g-sercom.adb<g-sercom-linux.adb + g-sercom.adb<g-sercom-linux.adb \ + $(ATOMICS_TARGET_PAIRS) \ + s-atocou.adb<s-atocou-x86.adb ifeq ($(strip $(filter-out marte,$(THREAD_KIND))),) LIBGNAT_TARGET_PAIRS += \ @@ -1153,7 +1163,9 @@ ifeq ($(strip $(filter-out %86 kfreebsd%,$(arch) $(osys))),) s-tasinf.adb<s-tasinf-linux.adb \ s-taspri.ads<s-taspri-posix.ads \ s-tpopsp.adb<s-tpopsp-posix-foreign.adb \ - system.ads<system-freebsd-x86.ads + system.ads<system-freebsd-x86.ads \ + $(ATOMICS_TARGET_PAIRS) \ + s-atocou.adb<s-atocou-x86.adb TOOLS_TARGET_PAIRS = \ mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \ @@ -1208,7 +1220,9 @@ ifeq ($(strip $(filter-out %86 freebsd%,$(arch) $(osys))),) s-taprop.adb<s-taprop-posix.adb \ s-taspri.ads<s-taspri-posix.ads \ s-tpopsp.adb<s-tpopsp-posix.adb \ - system.ads<system-freebsd-x86.ads + system.ads<system-freebsd-x86.ads \ + $(ATOMICS_TARGET_PAIRS) \ + s-atocou.adb<s-atocou-x86.adb TOOLS_TARGET_PAIRS = \ mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb @@ -1392,47 +1406,6 @@ ifeq ($(strip $(filter-out ibm aix%,$(manu) $(osys))),) GMEM_LIB = gmemlib endif -ifeq ($(strip $(filter-out lynxos,$(osys))),) - TOOLS_TARGET_PAIRS = \ - mlib-tgt-specific.adb<mlib-tgt-specific-lynxos.adb \ - indepsw.adb<indepsw-gnu.adb - - ifeq ($(strip $(filter-out %86 lynxos,$(arch) $(osys))),) - LIBGNAT_TARGET_PAIRS = \ - a-numaux.adb<a-numaux-x86.adb \ - a-numaux.ads<a-numaux-x86.ads \ - a-intnam.ads<a-intnam-lynxos.ads \ - g-bytswa.adb<g-bytswa-x86.adb \ - s-inmaop.adb<s-inmaop-posix.adb \ - s-intman.adb<s-intman-posix.adb \ - s-osinte.adb<s-osinte-lynxos.adb \ - s-osinte.ads<s-osinte-lynxos.ads \ - s-osprim.adb<s-osprim-posix.adb \ - s-taprop.adb<s-taprop-lynxos.adb \ - s-taspri.ads<s-taspri-lynxos.ads \ - s-tpopsp.adb<s-tpopsp-lynxos.adb \ - g-trasym.ads<g-trasym-unimplemented.ads \ - g-trasym.adb<g-trasym-unimplemented.adb \ - system.ads<system-lynxos-x86.ads - - - else - LIBGNAT_TARGET_PAIRS = \ - a-intnam.ads<a-intnam-lynxos.ads \ - s-inmaop.adb<s-inmaop-posix.adb \ - s-intman.adb<s-intman-posix.adb \ - s-osinte.adb<s-osinte-lynxos.adb \ - s-osinte.ads<s-osinte-lynxos.ads \ - s-osprim.adb<s-osprim-posix.adb \ - s-taprop.adb<s-taprop-lynxos.adb \ - s-taspri.ads<s-taspri-lynxos.ads \ - s-tpopsp.adb<s-tpopsp-lynxos.adb \ - g-trasym.ads<g-trasym-unimplemented.ads \ - g-trasym.adb<g-trasym-unimplemented.adb \ - system.ads<system-lynxos-ppc.ads - endif -endif - ifeq ($(strip $(filter-out rtems%,$(osys))),) LIBGNAT_TARGET_PAIRS = \ system.ads<system-rtems.ads \ @@ -1556,6 +1529,7 @@ ifeq ($(strip $(filter-out alpha64 ia64 dec hp vms% openvms% alphavms%,$(targ))) s-parame.ads<s-parame-vms-alpha.ads \ $(ATOMICS_TARGET_PAIRS) + EXTRA_GNATRTL_NONTASKING_OBJS = s-atocou.o TOOLS_TARGET_PAIRS= \ mlib-tgt-specific.adb<mlib-tgt-specific-vms-alpha.adb \ symbols.adb<symbols-vms.adb \ @@ -1605,7 +1579,9 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),) g-socthi.ads<g-socthi-mingw.ads \ g-socthi.adb<g-socthi-mingw.adb \ g-stsifd.adb<g-stsifd-sockets.adb \ - g-soliop.ads<g-soliop-mingw.ads + g-soliop.ads<g-soliop-mingw.ads \ + $(ATOMICS_TARGET_PAIRS) \ + s-atocou.adb<s-atocou-x86.adb ifeq ($(strip $(filter-out rtx_w32 rtx_rtss,$(THREAD_KIND))),) LIBGNAT_TARGET_PAIRS += \ |