From patchwork Sun Oct 31 20:34:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 69738 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 8A172B6F10 for ; Mon, 1 Nov 2010 07:34:58 +1100 (EST) Received: (qmail 32481 invoked by alias); 31 Oct 2010 20:34:56 -0000 Received: (qmail 32383 invoked by uid 22791); 31 Oct 2010 20:34:55 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL 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; Sun, 31 Oct 2010 20:34:49 +0000 Received: by pxi2 with SMTP id 2so430476pxi.20 for ; Sun, 31 Oct 2010 13:34:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.231.18 with SMTP id d18mr1071588wfh.428.1288557287561; Sun, 31 Oct 2010 13:34:47 -0700 (PDT) Received: by 10.143.167.14 with HTTP; Sun, 31 Oct 2010 13:34:47 -0700 (PDT) Date: Sun, 31 Oct 2010 21:34:47 +0100 Message-ID: Subject: Re: [Patch, x86, Darwin] update darwin's x86 output. From: Uros Bizjak To: gcc-patches@gcc.gnu.org Cc: IainS , Mike Stump , Richard Henderson 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 Hello! > It makes the stub choices and sections agree with those used by the Darwin system tools, and also finally enables -mdynamic-no-pic for i686-darwin. Can you test -mdynamic-no-pic with attached patch (you will have to regenerate configure and reconfigure gcc) by bootstrapping gcc? Uros. Index: configure.ac =================================================================== --- configure.ac (revision 166110) +++ configure.ac (working copy) @@ -1150,7 +1150,7 @@ tentative_cc="/usr/cygnus/progressive/bin/gcc" host_makefile_frag="config/mh-lynxrs6k" ;; - powerpc-*-darwin*) + *-*-darwin*) host_makefile_frag="config/mh-ppc-darwin" ;; powerpc-*-aix*)