From patchwork Fri Jan 20 18:30:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs,AVR] : AVR release notes Date: Fri, 20 Jan 2012 08:30:19 -0000 From: Georg-Johann Lay X-Patchwork-Id: 137074 Message-Id: <4F19B2BB.2020401@gjlay.de> To: gcc-patches@gcc.gnu.org Cc: Gerald Pfeifer Adding AVR-specific release notes to wwwdocs/htdocs/gcc-4.7/changes.html Ok? Johann Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.73 diff -u -r1.73 changes.html --- changes.html 12 Jan 2012 19:35:29 -0000 1.73 +++ changes.html 20 Jan 2012 18:29:39 -0000 @@ -45,6 +45,11 @@ -compat-bsd compiler option is not recognized any longer. +
  • The AVR port's libgcc has been improved and its multilib structure + has been enhanced. As a result, all objects contributing to an + application must either be compiled with GCC versions up to 4.6.x or + with GCC versions ≥ 4.7.
  • +
  • The ARM port's -mwords-little-endian option has been deprecated. It will be removed in a future release.
  • @@ -530,6 +535,40 @@

    New Targets and Target Specific Improvements

    +

    AVR

    + +

    ARM