aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/Makefile.in
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-10-12 15:27:47 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-10-12 15:27:47 +0200
commitf166413ae0e3dd76bc8c83d9865bcff20d5623aa (patch)
treeaadcfaffb243a9d9f6f05b2277180fd10c5f47fe /gcc/ada/gcc-interface/Makefile.in
parentd80ee77c1eff34e01d2110cd29d450d8f8427ac8 (diff)
downloadgcc-f166413ae0e3dd76bc8c83d9865bcff20d5623aa.zip
gcc-f166413ae0e3dd76bc8c83d9865bcff20d5623aa.tar.gz
gcc-f166413ae0e3dd76bc8c83d9865bcff20d5623aa.tar.bz2
[multiple changes]
2010-10-12 Vincent Celier <celier@adacore.com> * prj-nmsc.adb (Add_Source): Put source in hash table Source_Files_HT (Process_Exceptions_File_Based): Use hash table Source_Files_HT, instead of iterating through all sources of the project. * prj.adb (Free): Reset hash table Source_Files_HT (Reset): Reset hash table Source_Files_HT * prj.ads (Source_Data): New component Next_With_File_Name (Source_Files_Htable): New hash table (Project_Tree_Data): New component Source_Files_HT 2010-10-12 Tristan Gingold <gingold@adacore.com> * g-trasym-vms-ia64.adb: Use the documented API. * gcc-interface/Makefile.in: Always set NO_REORDER_ADAFLAGS. * gcc-interface/Make-lang.in: Update dependencies. From-SVN: r165377
Diffstat (limited to 'gcc/ada/gcc-interface/Makefile.in')
-rw-r--r--gcc/ada/gcc-interface/Makefile.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in
index b824096..4b64766 100644
--- a/gcc/ada/gcc-interface/Makefile.in
+++ b/gcc/ada/gcc-interface/Makefile.in
@@ -2724,15 +2724,9 @@ s-tasdeb.o : s-tasdeb.adb s-tasdeb.ads
$< $(OUTPUT_OPTION)
# force no function reordering on a-except.o because of the exclusion bounds
-# mechanism (see the source file for more detailed information). However we
-# can do that only when building the runtime (not the compiler) because the
-# -fno-toplevel-reorder option exists only in GCC 4.2 and above.
+# mechanism (see the source file for more detailed information).
-ifneq (,$(findstring xgcc,$(CC)))
NO_REORDER_ADAFLAGS=-fno-toplevel-reorder
-else
-NO_REORDER_ADAFLAGS=
-endif
# force debugging information on a-except.o so that it is always
# possible to set conditional breakpoints on exceptions.