diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 10:35:54 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 10:35:54 +0000 |
commit | 5bf9582862746b1f2ddac742e82b4b6074c11524 (patch) | |
tree | 2976184ea91da428f6c12161c5aeef9012d00b26 /gcc/ada/Makefile.rtl | |
parent | 77a073f32e3273746bd203e41edb68bda966b67c (diff) | |
download | gcc-5bf9582862746b1f2ddac742e82b4b6074c11524.tar.gz |
2007-04-20 Vincent Celier <celier@adacore.com>
Arnaud Charlet <charlet@adacore.com>
* a-clrefi.adb, a-clrefi.ads: New files
* impunit.adb: Add s-os_lib in the list of user visible units.
(Non_Imp_File_Names_95): Add a-clrefi to this list
Remove obsolete run-time entries.
(Non_Imp_File_Names_05): Add Ada 2005 entries for:
"a-exetim" -- Ada.Execution_Time
"a-extiti" -- Ada.Execution_Time.Timers
* mlib-prj.ads, mlib-prj.adb
(Build_Library): Use untouched object dir and library dir. At the
same time makes sure that the checks are done using the canonical
form. Removes hard-coded directory separator and use the proper host
one instead.
(Process_Project): Do not look in object directory to check if libgnarl
is needed for a library, if there is no object directory.
(Build_Library): Scan the ALI files to decide if libgnarl is needed for
linking.
(Build_Library): When invoking gnatbind, use a response file if the
total size of the arguments is too large.
* Makefile.rtl: (g-sttsne): New object file.
Add entry for a-clrefi, s-utf_32, System.Exceptions
* Make-lang.in: Remove bogus dependency of s-memory.o on memtrack.o.
(GNAT_ADA_OBJS, GNATBIND_OBJS): Add s-except.o.
(GNATBIND_OBJS): Add new objects a-clrefi.o and a-comlin.o
Change g-string to s-string, g-os_lib to s-os_lib
Change all g-utf_32 references to s-utf_32
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125427 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/Makefile.rtl')
-rw-r--r-- | gcc/ada/Makefile.rtl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index aed7b6174ee..c60bffbe447 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -1,5 +1,5 @@ # Makefile.rtl for GNU Ada Compiler (GNAT). -# Copyright (C) 2003-2005, Free Software Foundation, Inc. +# Copyright (C) 2003-2007, Free Software Foundation, Inc. #This file is part of GCC. @@ -100,6 +100,7 @@ GNATRTL_NONTASKING_OBJS= \ a-ciorma$(objext) \ a-ciormu$(objext) \ a-ciorse$(objext) \ + a-clrefi$(objext) \ a-cohama$(objext) \ a-cohase$(objext) \ a-cohata$(objext) \ @@ -366,6 +367,7 @@ GNATRTL_NONTASKING_OBJS= \ g-sptavs$(objext) \ g-string$(objext) \ g-strspl$(objext) \ + g-sttsne$(objext) \ g-table$(objext) \ g-tasloc$(objext) \ g-traceb$(objext) \ @@ -409,6 +411,7 @@ GNATRTL_NONTASKING_OBJS= \ s-dsaser$(objext) \ s-errrep$(objext) \ s-exctab$(objext) \ + s-except$(objext) \ s-exnint$(objext) \ s-exnllf$(objext) \ s-exnlli$(objext) \ @@ -454,6 +457,7 @@ GNATRTL_NONTASKING_OBJS= \ s-maccod$(objext) \ s-mantis$(objext) \ s-mastop$(objext) \ + s-os_lib$(objext) \ s-osprim$(objext) \ s-pack03$(objext) \ s-pack05$(objext) \ @@ -519,6 +523,8 @@ GNATRTL_NONTASKING_OBJS= \ s-poosiz$(objext) \ s-powtab$(objext) \ s-purexc$(objext) \ + s-regexp$(objext) \ + s-regpat$(objext) \ s-restri$(objext) \ s-rident$(objext) \ s-rpc$(objext) \ @@ -540,10 +546,13 @@ GNATRTL_NONTASKING_OBJS= \ s-soflin$(objext) \ s-memory$(objext) \ s-memcop$(objext) \ + s-string$(objext) \ + s-tasloc$(objext) \ s-traceb$(objext) \ s-traces$(objext) \ s-traent$(objext) \ s-unstyp$(objext) \ + s-utf_32$(objext) \ s-vaflop$(objext) \ s-valboo$(objext) \ s-valcha$(objext) \ |