From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53501 invoked by alias); 12 Jan 2020 21:01:16 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 53447 invoked by uid 9022); 12 Jan 2020 21:01:16 -0000 Date: Sun, 12 Jan 2020 21:01:00 -0000 Message-ID: <20200112210116.53444.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d65a8b4f8d4d625070b3f8cbb07b13dfe1116ae6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8a488efcc0f4265505205aef285ae4a7537ff390 X-Git-Newrev: d65a8b4f8d4d625070b3f8cbb07b13dfe1116ae6 X-SW-Source: 2020/txt/msg00013.txt This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via d65a8b4f8d4d625070b3f8cbb07b13dfe1116ae6 (commit) from 8a488efcc0f4265505205aef285ae4a7537ff390 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d65a8b4f8d4d625070b3f8cbb07b13dfe1116ae6 Author: Gerald Pfeifer Date: Sun Jan 12 22:00:38 2020 +0100 Editorial changes to the AVR news section. Use "command-line option" over "command line option". Make references to older versions of GCC consistent. Improve spelling and grammar. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index c68e00be..caa9df70 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -432,7 +432,7 @@ a work-in-progress.

has been added.
  • - A new command line option -nodevicespecs has been added. + A new command-line option -nodevicespecs has been added. It allows to provide a custom device-specs file by means of
    avr-gcc -nodevicespecs -specs=my-spec-file <options> @@ -441,17 +441,17 @@ a work-in-progress.

    -mmcu=. See AVR - command line options for details. - This feature is also available in v9.3+ and v8.4+. + command-line options for details. + This feature is also available in GCC 9.3+ and GCC 8.4+.
  • - New command line options -mdouble=[32,64] and + New command-line options -mdouble=[32,64] and -mlong-double=[32,64] have been added. They allow - to chose the size (in bits) of the double and + to choose the size (in bits) of the double and long double types, respectively. Whether or not the mentioned layouts are available, whether the options act - as a multilib option, and what is the default for either option - is controlled by the new + as a multilib option, and the default for either option + are controlled by the new AVR configure options --with-double= and --with-long-double=. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- gcc-wwwdocs