diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-10-22 12:00:18 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-10-22 12:00:18 +0200 |
commit | c56a9ba447f72fccf12291589aec165cb99a65d2 (patch) | |
tree | 012fdf002a8460dafcfb42b7a4799ec65a6268f9 /gcc/ada/gcc-interface/Makefile.in | |
parent | 57d62f0cb7346e2a76e7e70c3b3726d0140ec662 (diff) | |
download | gcc-c56a9ba447f72fccf12291589aec165cb99a65d2.zip gcc-c56a9ba447f72fccf12291589aec165cb99a65d2.tar.gz gcc-c56a9ba447f72fccf12291589aec165cb99a65d2.tar.bz2 |
[multiple changes]
2010-10-22 Thomas Quinot <quinot@adacore.com>
* exp_ch5.adb, sem_ch5.adb, sinfo.ads, snames.ads-tmpl, par-ch5.adb:
Minor reformatting.
2010-10-22 Geert Bosch <bosch@adacore.com>
* stand.ads: Fix typo in comment.
2010-10-22 Ed Schonberg <schonberg@adacore.com>
* sem_ch6.adb: Enable in-out parameter for functions.
2010-10-22 Ed Schonberg <schonberg@adacore.com>
* sem_ch4.adb (Analyze_Quantified_Expression): Handle properly loop
iterators that are transformed into container iterators after analysis.
* exp_ch4.adb (Expand_N_Quantified_Expression): Handle properly both
iterator forms before rewriting as a loop.
2010-10-22 Brett Porter <porter@adacore.com>
* a-locale.adb, a-locale.ads, locales.c: New files.
* Makefile.rtl: Add a-locale
* gcc-interface/Makefile.in: Add locales.c
From-SVN: r165812
Diffstat (limited to 'gcc/ada/gcc-interface/Makefile.in')
-rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 31693bc..f4a5c23 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -2215,13 +2215,13 @@ endif LIBGNAT_SRCS = adadecode.c adadecode.h adaint.c adaint.h \ argv.c cio.c cstreams.c errno.c exit.c cal.c ctrl_c.c env.c env.h \ arit64.c raise.h raise.c sysdep.c aux-io.c init.c initialize.c \ - seh_init.c final.c tracebak.c tb-alvms.c tb-alvxw.c tb-gcc.c \ - expect.c mkdir.c socket.c gsocket.h targext.c $(EXTRA_LIBGNAT_SRCS) + locales.c seh_init.c final.c tracebak.c tb-alvms.c tb-alvxw.c \ + tb-gcc.c expect.c mkdir.c socket.c gsocket.h targext.c $(EXTRA_LIBGNAT_SRCS) LIBGNAT_OBJS = adadecode.o adaint.o argv.o cio.o cstreams.o ctrl_c.o \ errno.o exit.o env.o raise.o sysdep.o aux-io.o init.o initialize.o \ - seh_init.o cal.o arit64.o final.o tracebak.o expect.o mkdir.o \ - socket.o targext.o $(EXTRA_LIBGNAT_OBJS) + locales.o seh_init.o cal.o arit64.o final.o tracebak.o expect.o \ + mkdir.o socket.o targext.o $(EXTRA_LIBGNAT_OBJS) # NOTE ??? - when the -I option for compiling Ada code is made to work, # the library installation will change and there will be a @@ -2757,6 +2757,7 @@ exit.o : adaint.h exit.c expect.o : expect.c final.o : final.c link.o : link.c +locales.o : locales.c mkdir.o : mkdir.c socket.o : socket.c gsocket.h sysdep.o : sysdep.c |