From patchwork Fri Aug 17 02:28:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Edelsohn X-Patchwork-Id: 178133 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 2142B2C0084 for ; Fri, 17 Aug 2012 12:29:07 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1345775349; h=Comment: DomainKey-Signature:Received:Received:Received:Received: MIME-Version:Received:Received:Date:Message-ID:Subject:From:To: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=wY342oJ p2+OduH+EStthyxho9Y0=; b=Vg1wJuK3F3n8YQNcuVR9+H1eMkZ8XmbI4S2bbqt fm0R1YmJRHKtykxON8/S8B8mMb+Gf3AdQMCvCcyIRoEph12KyJUnqadzfgaeYek2 IsXcQtdVntUvdd8Ov138xbuCeWHPVo2yStTYFFcKWZPZvsZC1nPfuJQ7dCGiRpIa FIX4= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:MIME-Version:Received:Received:Date:Message-ID:Subject:From:To:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=U/nQUFsb4WqsxuULFyFcJaQsKDf7/Srt/eaF8ymZTcTPTogfRvj19fb53Vlz5v i16d7CAZdbTbt2ktTkwqRKujwtuWJgu3FM1CjdZntvFc6ZrBKzvo0RzmSaTBROzC GSvCcwSCHB8ZgVsxUE4HRfCrURsvr+UMlv7Dz4qVEWNzs=; Received: (qmail 7964 invoked by alias); 17 Aug 2012 02:29:01 -0000 Received: (qmail 7955 invoked by uid 22791); 17 Aug 2012 02:29:00 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_DP X-Spam-Check-By: sourceware.org Received: from mail-vc0-f175.google.com (HELO mail-vc0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Aug 2012 02:28:45 +0000 Received: by vcbfy27 with SMTP id fy27so3075037vcb.20 for ; Thu, 16 Aug 2012 19:28:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.32.233 with SMTP id m9mr1684551vei.23.1345170524697; Thu, 16 Aug 2012 19:28:44 -0700 (PDT) Received: by 10.58.24.8 with HTTP; Thu, 16 Aug 2012 19:28:44 -0700 (PDT) Date: Thu, 16 Aug 2012 22:28:44 -0400 Message-ID: Subject: [PATCH] AIX libgcc.map missing symbols From: David Edelsohn To: GCC Patches 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 When libgcc was moved to its own directory, reorganized and refactored, the tmakefile fragment for AIX was broken. t-ibm-ldouble must come after t-slibgcc-aix because t-ibm-ldouble appends to SHLIB_MAPFILES Makefile variable and t-slibgcc-aix. This omitted ibm-ldouble support symbols from the libgcc.map and export file. Bootstrapped and regression tested on powerpc-ibm-aix5.3.0.0. Committed. This also will be back-ported to GCC 4.7. Thanks, David * config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after rs6000/t-slibgcc-aix. - tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix" + tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble" ;; rl78-*-elf) tmake_file="$tm_file t-fdpbit rl78/t-rl78" Index: config.host =================================================================== --- config.host (revision 190464) +++ config.host (working copy) @@ -898,15 +898,15 @@ ;; rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*) md_unwind_header=rs6000/aix-unwind.h - tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix" + tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble" ;; rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*) md_unwind_header=rs6000/aix-unwind.h - tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix" + tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble" ;; rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*) md_unwind_header=rs6000/aix-unwind.h