Fix minor issues
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 19 Nov 2011 16:24:22 +0000 (16:24 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 19 Nov 2011 16:24:22 +0000 (16:24 +0000)
From-SVN: r181509

gcc/ada/ChangeLog
libada/ChangeLog

index e196ffe2fa28833b2b153b5ef1d043bdcc529910..ba92e3b9ae6849f33f170e103f63e073b4cf0542 100644 (file)
@@ -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.
index 921b1bd7789074558f302668ccb2db9ef85d2d3d..17269228d3e9821cd709b2499bae2733982f10b7 100644 (file)
@@ -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>