From patchwork Sun Nov 27 05:48:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 127862 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 05499B6F8A for ; Sun, 27 Nov 2011 16:49:10 +1100 (EST) Received: (qmail 25042 invoked by alias); 27 Nov 2011 05:49:06 -0000 Received: (qmail 25034 invoked by uid 22791); 27 Nov 2011 05:49:05 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Nov 2011 05:48:48 +0000 Received: from g105.suse.de (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id C5B1D3F417; Sun, 27 Nov 2011 00:48:46 -0500 (EST) Date: Sun, 27 Nov 2011 06:48:44 +0100 (CET) From: Gerald Pfeifer To: Dave Anglin cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH 3/4] hppa: Install __sync libfuncs for linux. In-Reply-To: Message-ID: References: <1321054334-21865-1-git-send-email-rth@redhat.com> <1321054334-21865-4-git-send-email-rth@redhat.com> MIME-Version: 1.0 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 Sat, 12 Nov 2011, Dave Anglin wrote: >> John, Richard, while you are at it, mind making this GNU/Linux per >> guidance from RMS? (That'll save us work later on.) > Yes. I don't want to participate in this controversy. That was more a rhetorical question. :-\ Addressing this is not really optional, so I bit the bullet and applied the patch below myself. Gerald 2011-11-27 Gerald Pfeifer * config/pa/pa-linux.h (TARGET_GAS): Remove comment. Index: config/pa/pa-linux.h =================================================================== --- config/pa/pa-linux.h (revision 181742) +++ config/pa/pa-linux.h (working copy) @@ -133,7 +133,6 @@ } \ while (0) -/* Linux always uses gas. */ #undef TARGET_GAS #define TARGET_GAS 1