diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-30 16:00:58 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-30 16:00:58 +0200 |
commit | 793c5f05923d8faf0005ae1c100777f46554537a (patch) | |
tree | a3f2016778871d215060872a24102803c270ac8b /gcc/ada/Makefile.rtl | |
parent | 1eb31e605ff6ffb4332e8681ee086f5a4ea1bea9 (diff) | |
download | gcc-793c5f05923d8faf0005ae1c100777f46554537a.zip gcc-793c5f05923d8faf0005ae1c100777f46554537a.tar.gz gcc-793c5f05923d8faf0005ae1c100777f46554537a.tar.bz2 |
[multiple changes]
2014-07-30 Gary Dismukes <dismukes@adacore.com>
* exp_prag.adb, a-tags.ads: Minor typo fixes.
2014-07-30 Bob Duff <duff@adacore.com>
* a-excach.adb, a-excach-cert.adb, a-except-2005.ads,
a-except.ads, g-traceb.adb, memtrack.adb,
s-traceb.adb, s-traceb.ads, s-traceb-hpux.adb, s-traceb-mastop.adb:
Cleanup: Make the three versions of System.Traceback.Call_Chain
have the same interface. Use an array for the Traceback parameter
instead of an Address. This will enable reduction in code
duplication.
2014-07-30 Pat Rogers <rogers@adacore.com>
* gnat_ugn.texi: Corrected minor textual error in description
of switch -gnatwl.
2014-07-30 Bob Duff <duff@adacore.com>
* Makefile.rtl: Sort file names.
2014-07-30 Arnaud Charlet <charlet@adacore.com>
* a-tasatt.adb: Complete previous change: kill spurious warning
on e.g. sparc, and make sure we only use the fast path when the
alignment is compatible.
2014-07-30 Yannick Moy <moy@adacore.com>
* sem_ch6.adb (Analyze_Subprogram_Body_Helper): Mark new Spec_Id as
coming from source.
From-SVN: r213275
Diffstat (limited to 'gcc/ada/Makefile.rtl')
-rw-r--r-- | gcc/ada/Makefile.rtl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index a959d3c..98b7429 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -99,12 +99,12 @@ GNATRTL_NONTASKING_OBJS= \ a-calend$(objext) \ a-calfor$(objext) \ a-catizo$(objext) \ + a-cbdlli$(objext) \ a-cbhama$(objext) \ a-cbhase$(objext) \ - a-cborse$(objext) \ - a-cbdlli$(objext) \ a-cbmutr$(objext) \ a-cborma$(objext) \ + a-cborse$(objext) \ a-cbprqu$(objext) \ a-cbsyqu$(objext) \ a-cdlili$(objext) \ @@ -121,8 +121,8 @@ GNATRTL_NONTASKING_OBJS= \ a-charac$(objext) \ a-chlat1$(objext) \ a-chlat9$(objext) \ - a-chtgbo$(objext) \ a-chtgbk$(objext) \ + a-chtgbo$(objext) \ a-chtgke$(objext) \ a-chtgop$(objext) \ a-chzla1$(objext) \ @@ -130,10 +130,13 @@ GNATRTL_NONTASKING_OBJS= \ a-cidlli$(objext) \ a-cihama$(objext) \ a-cihase$(objext) \ + a-cimutr$(objext) \ a-ciorma$(objext) \ a-ciormu$(objext) \ a-ciorse$(objext) \ a-clrefi$(objext) \ + a-cobove$(objext) \ + a-cofove$(objext) \ a-cogeso$(objext) \ a-cohama$(objext) \ a-cohase$(objext) \ @@ -143,10 +146,9 @@ GNATRTL_NONTASKING_OBJS= \ a-colien$(objext) \ a-colire$(objext) \ a-comlin$(objext) \ + a-comutr$(objext) \ a-contai$(objext) \ a-convec$(objext) \ - a-cobove$(objext) \ - a-cofove$(objext) \ a-coorma$(objext) \ a-coormu$(objext) \ a-coorse$(objext) \ @@ -156,8 +158,6 @@ GNATRTL_NONTASKING_OBJS= \ a-crbtgk$(objext) \ a-crbtgo$(objext) \ a-crdlli$(objext) \ - a-comutr$(objext) \ - a-cimutr$(objext) \ a-csquin$(objext) \ a-cuprqu$(objext) \ a-cusyqu$(objext) \ @@ -207,12 +207,12 @@ GNATRTL_NONTASKING_OBJS= \ a-nlcoar$(objext) \ a-nlcoty$(objext) \ a-nlelfu$(objext) \ - a-nlrear$(objext) \ a-nllcar$(objext) \ a-nllcef$(objext) \ a-nllcty$(objext) \ a-nllefu$(objext) \ a-nllrar$(objext) \ + a-nlrear$(objext) \ a-nscefu$(objext) \ a-nscoty$(objext) \ a-nselfu$(objext) \ @@ -224,8 +224,8 @@ GNATRTL_NONTASKING_OBJS= \ a-numaux$(objext) \ a-numeri$(objext) \ a-nurear$(objext) \ - a-rbtgbo$(objext) \ a-rbtgbk$(objext) \ + a-rbtgbo$(objext) \ a-rbtgso$(objext) \ a-sbecin$(objext) \ a-sbhcin$(objext) \ @@ -511,8 +511,8 @@ GNATRTL_NONTASKING_OBJS= \ s-crc32$(objext) \ s-crtl$(objext) \ s-diflio$(objext) \ - s-dim$(objext) \ s-diinio$(objext) \ + s-dim$(objext) \ s-dimkio$(objext) \ s-dimmks$(objext) \ s-direio$(objext) \ |