From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9028 invoked by alias); 5 Dec 2014 14:06:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 9016 invoked by uid 89); 5 Dec 2014 14:06:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f43.google.com Received: from mail-wg0-f43.google.com (HELO mail-wg0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 05 Dec 2014 14:06:52 +0000 Received: by mail-wg0-f43.google.com with SMTP id l18so1001126wgh.2 for ; Fri, 05 Dec 2014 06:06:49 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.73.7 with SMTP id h7mr4362413wiv.83.1417788409833; Fri, 05 Dec 2014 06:06:49 -0800 (PST) Received: by 10.194.78.78 with HTTP; Fri, 5 Dec 2014 06:06:49 -0800 (PST) In-Reply-To: <5481AB88.8020000@ssi-schaefer.com> References: <54608C8C.9050605@ssi-schaefer.com> <5460F8BF.7020202@ssi-schaefer.com> <54622E80.904@ssi-schaefer.com> <5481AB88.8020000@ssi-schaefer.com> Date: Fri, 05 Dec 2014 14:06:00 -0000 Message-ID: Subject: Re: [PATCH] AIX: Filename-based shared library versioning for libgcc_s From: David Edelsohn To: Michael Haubenwallner Cc: GCC Patches Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-12/txt/msg00500.txt.bz2 On Fri, Dec 5, 2014 at 7:56 AM, Michael Haubenwallner wrote: > > On 11/25/2014 02:53 PM, David Edelsohn wrote: >> >> Now that things have calmed down with respect to breakage on AIX, the >> patch for building libgcc_s is okay. > > FYI: > > libtool-2.4.4 does support "--with-aix-soname=aix|both|svr4" now too, > http://thread.gmane.org/gmane.comp.gnu.libtool.patches/11789/focus=11802 > > Is there a libtool upgrade planned for gcc-5 as well? Patches are backported as needed. - David