From patchwork Tue Sep 15 07:49:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Huber X-Patchwork-Id: 517705 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 526391401B5 for ; Tue, 15 Sep 2015 17:49:37 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=umKI3BzA; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; q=dns; s= default; b=uEkJXNJmG8d4nW0K/2SDjT/y8X/5eS5WCWL+i+9NSjtweX8egCXf2 Ps32wvdYiCA5Jx09tOTY4t85Nfuu+zKfmzpBxDzBHDk+IC6qrGbZ0MFPJYuY3g8G DH6nTk8oMPOzmIz8m/ZKXxRJQYWQVhRcHdmjM44/MeugzdBksx9Gfs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; s=default; bh=cWN+o5KYSDmXdwwtYOtlQ9wkASY=; b=umKI3BzAugONJOqPDc0FpkOH4eLG txz64YrapBiA2s4mcrK6esZAMfTXJJVMgGV0QidiulnXjwih/xoPv+nHhOi1grq8 0y2QdNCmt+JwJEGsoAgR8xM/e4JP03amN9PF0y3MCq3XX3KpZ3eOzKf72bp6C+fh 80BICBeznAkBP24= Received: (qmail 55447 invoked by alias); 15 Sep 2015 07:49:31 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 55437 invoked by uid 89); 15 Sep 2015 07:49:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=5.1 required=5.0 tests=AWL, BAYES_50, FOREIGN_BODY, KAM_LAZY_DOMAIN_SECURITY, RDNS_DYNAMIC, T_FILL_THIS_FORM_SHORT autolearn=no version=3.3.2 X-HELO: mail.embedded-brains.de Received: from host-82-135-62-35.customer.m-online.net (HELO mail.embedded-brains.de) (82.135.62.35) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 15 Sep 2015 07:49:29 +0000 Received: from localhost (localhost.localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id 060CC2A181D; Tue, 15 Sep 2015 09:50:02 +0200 (CEST) Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 3AN1jXhK48P9; Tue, 15 Sep 2015 09:50:01 +0200 (CEST) Received: from localhost (localhost.localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id 97D8C2A1820; Tue, 15 Sep 2015 09:50:01 +0200 (CEST) Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id BlD3PdSkAjsX; Tue, 15 Sep 2015 09:50:01 +0200 (CEST) Received: from [192.168.96.129] (unknown [192.168.96.129]) by mail.embedded-brains.de (Postfix) with ESMTPSA id 7FEB52A181D; Tue, 15 Sep 2015 09:50:01 +0200 (CEST) Subject: Re: [wwwdocs] GCC 6 Release Notes for RTEMS To: Jeff Law , gcc-patches@gcc.gnu.org References: <55E939AD.7010906@embedded-brains.de> <55F66AD1.8090307@embedded-brains.de> <55F7157A.2080301@redhat.com> From: Sebastian Huber Message-ID: <55F7CD85.3020706@embedded-brains.de> Date: Tue, 15 Sep 2015 09:49:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55F7157A.2080301@redhat.com> X-IsSubscribed: yes I think there are some head lines missing: files, library @@ -221,13 +221,13 @@ - +

Operating Systems

- +

RTEMS

  • The RTEMS thread model implementation changed. For the mutexes self-contained objects defined in Newlib <sys/lock.h> are used Index: htdocs/gcc-6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.29 diff -u -r1.29 changes.html --- htdocs/gcc-6/changes.html 15 Sep 2015 07:44:00 -0000 1.29 +++ htdocs/gcc-6/changes.html 15 Sep 2015 07:48:24 -0000 @@ -205,7 +205,7 @@ - +

    PowerPC / PowerPC64 / RS6000

    • A new configuration option ---with-advance-toolchain=at was added for PowerPC 64-bit GNU/Linux systems to use the header