aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ada/ChangeLog16
-rw-r--r--libada/ChangeLog2
2 files changed, 8 insertions, 10 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index e196ffe..ba92e3b 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,28 +1,26 @@
2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
PR target/50678
- * init.c (__gnat_error_handler) [Darwin]: Move work-around to the
- bug filed as radar #10302855 from __gnat_error_handler ...
- ... to (__gnat_adjust_context_for_raise) [Darwin]: New.
+ * init.c (__gnat_error_handler) [Darwin]: Move workaround to the
+ bug filed as radar #10302855 from __gnat_error_handler to...
+ (__gnat_adjust_context_for_raise) [Darwin]: ...here. New function.
(HAVE_GNAT_ADJUST_CONTEXT_FOR_RAISE) [Darwin]: Define.
- (__gnat_error_handler) [Darwin]: Use __gnat_adjust_context_for_raise.
2011-11-18 Tristan Gingold <gingold@adacore.com>
Iain Sandoe <iains@gcc.gnu.org>
PR target/49992
* mlib-tgt-specific-darwin.adb (Archive_Indexer_Options): Remove.
- * gcc-interface/Makefile.in (darwin): Remove ranlib special-casing
- for Darwin.
+ * gcc-interface/Makefile.in (darwin): Remove ranlib special-casing.
2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
* gcc-interface/Makefile.in (stamp-gnatlib-$(RTSDIR)): Don't link
s-oscons.ads.
(OSCONS_CPP, OSCONS_EXTRACT): New.
- (./bldtools/oscons/xoscons): New Target.
- ($(RTSDIR)/s-oscons.ads): New Target.
- (gnatlib): Depend on $(RTSDIR)/s-oscons.ads.
+ (./bldtools/oscons/xoscons): New target.
+ ($(RTSDIR)/s-oscons.ads): Likewise.
+ (gnatlib): Depend on $(RTSDIR)/s-oscons.ads.
* gcc-interface/Make-lang.in (ada/s-oscons.ads) Remove as dependency.
* Make-generated.in: Remove machinery to generate xoscons and
ada/s-oscons.ads.
diff --git a/libada/ChangeLog b/libada/ChangeLog
index 921b1bd..1726922 100644
--- a/libada/ChangeLog
+++ b/libada/ChangeLog
@@ -1,6 +1,6 @@
2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
- Makefile.in: Change dependency on oscons to depend on the generator
+ * Makefile.in: Change dependency on oscons to depend on the generator
tool.
2011-10-12 Eric Botcazou <ebotcazou@adacore.com>