From patchwork Sat Nov 6 21:10:37 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Fix grammar in Android entry of 4.6 release notes X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 70336 Message-Id: To: gcc-patches@gcc.gnu.org, Maxim Kuvyrkov Date: Sat, 6 Nov 2010 22:10:37 +0100 (CET) From: Gerald Pfeifer List-Id: I must have missed this when this entry was added in May; the patch below, which I just applied, adds "the" in a couple of places. It also removes one use of "Linux" where it's not necessary (since this is the Linux subsection). Maxim, I am wondering, since when not refering to just the kernel we are supposed to use GNU/Linux, should this be changed here, or is the kernel the only thing Android uses from the GNU side? Or, how about just changing this to

Android

? Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.55 diff -u -3 -p -r1.55 changes.html --- changes.html 5 Nov 2010 20:58:41 -0000 1.55 +++ changes.html 6 Nov 2010 20:53:36 -0000 @@ -342,12 +342,13 @@ supported on several Xilinx Spartan and

Linux

    -
  • GCC now supports Bionic C library and provides convenient way of - building native libraries and applications for Android platform. - Refer to documentation of -mandroid +
  • GCC now supports the Bionic C library and provides a convenient + way of building native libraries and applications for the Android + platform. + Refer to the documentation of the -mandroid and -mbionic options for details on building native code - for Android platform. - At the moment, Android support is enabled only for ARM Linux target.
  • + for the Android platform. + At the moment, Android support is enabled only for ARM.

Documentation improvements