From patchwork Mon Sep 20 07:42:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Modra X-Patchwork-Id: 65184 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]) by ozlabs.org (Postfix) with SMTP id A5841B70DB for ; Mon, 20 Sep 2010 17:42:33 +1000 (EST) Received: (qmail 13039 invoked by alias); 20 Sep 2010 07:42:31 -0000 Received: (qmail 13029 invoked by uid 22791); 20 Sep 2010 07:42:30 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-px0-f175.google.com (HELO mail-px0-f175.google.com) (209.85.212.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 20 Sep 2010 07:42:26 +0000 Received: by pxi11 with SMTP id 11so1318871pxi.20 for ; Mon, 20 Sep 2010 00:42:25 -0700 (PDT) Received: by 10.114.120.17 with SMTP id s17mr9649517wac.87.1284968544624; Mon, 20 Sep 2010 00:42:24 -0700 (PDT) Received: from bubble.grove.modra.org ([115.187.252.19]) by mx.google.com with ESMTPS id d39sm12979903wam.4.2010.09.20.00.42.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Sep 2010 00:42:22 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id ECE0A170C206; Mon, 20 Sep 2010 17:12:16 +0930 (CST) Date: Mon, 20 Sep 2010 17:12:16 +0930 From: Alan Modra To: Gerald Pfeifer Cc: gcc-patches@gcc.gnu.org Subject: Re: PowerPC64 large toc model Message-ID: <20100920074216.GI16874@bubble.grove.modra.org> Mail-Followup-To: Gerald Pfeifer , gcc-patches@gcc.gnu.org References: <20100608125703.GI7312@bubble.grove.modra.org> <20100625104301.GI21855@bubble.grove.modra.org> <20100906121133.GL16874@bubble.grove.modra.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes 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 On Mon, Sep 20, 2010 at 12:51:09AM +0200, Gerald Pfeifer wrote: > Would that be a good addition to gcc-4.6/changes.html? Like this? Index: htdocs/gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.41 diff -u -p -r1.41 changes.html --- htdocs/gcc-4.6/changes.html 17 Sep 2010 10:20:58 -0000 1.41 +++ htdocs/gcc-4.6/changes.html 20 Sep 2010 07:41:33 -0000 @@ -255,6 +255,14 @@

picochip

+

PowerPC64

+
    +
  • PowerPC64 Linux support for applications requiring a large + TOC section has been improved. A new command-line option, + -mcmodel=[small,medium,large], controls this + feature.
  • +
+

Operating Systems

Linux