From patchwork Sat Apr 6 18:38:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 234450 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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id F20AC2C00A8 for ; Sun, 7 Apr 2013 04:39:41 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:from:to:content-type:subject:mime-version:date:cc; q=dns; s=default; b=tWYeiqEOdhZvA0Wrk1Sn9xj8X7xB4YdJPg9fQtEBINQ NNqnTa8KA6D/XFPEzEcTMpL2u7H7JXUlItw5NrsdJrh9TyFdXhqHB+1Gy6C3iSLy t+G+kysigqXgo0LRFLMnsTffIHaYwnw+Vl4X3TB7iTaMKJBBLAiG/QXjMW1YounU = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:from:to:content-type:subject:mime-version:date:cc; s=default; bh=QRJwH42pb3cr2Jy/TIExSJde3jM=; b=tJ919qaURvc5FAyDX yzlVm1W+oKyh7p95XOqrG5GmdJQF7A/+xJD1fig0nzb5Ju01ZRwNP4x/QctgpEmj yhlWZSz1DQyN7GJae9mGt87W+ZCOZGmtRQmaOqdR23ivmI9Es5jrvcChgYl7oxol JGT1IqlK7ofoEotFU1IhDN7g4I= Received: (qmail 14665 invoked by alias); 6 Apr 2013 18:39:33 -0000 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 Received: (qmail 14655 invoked by uid 89); 6 Apr 2013 18:39:33 -0000 X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, MSGID_FROM_MTA_HEADER, RCVD_IN_DNSWL_NONE, RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from blu0-omc1-s36.blu0.hotmail.com (HELO blu0-omc1-s36.blu0.hotmail.com) (65.55.116.47) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 06 Apr 2013 18:39:30 +0000 Received: from BLU0-SMTP59 ([65.55.116.9]) by blu0-omc1-s36.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 6 Apr 2013 11:39:29 -0700 X-EIP: [VtoVdtO3x8QfoZ4FVpsSHT9Q5FRr9bZ/] Message-ID: Received: from [192.168.2.10] ([69.158.168.249]) by BLU0-SMTP59.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 6 Apr 2013 11:39:27 -0700 From: John David Anglin To: gcc-patches@gcc.gnu.org Subject: [committed] Fix GCC bootstrap on hppa*-*-hpux* using HP cat MIME-Version: 1.0 (Apple Message framework v936) Date: Sat, 6 Apr 2013 14:38:48 -0400 CC: Richard Biener X-Virus-Found: No The patch fixes PR other/55274 and we now generate a non empty map file. As noted in the PR, this problem causes a hang when bootstrap is done using HP cat. Tested on hppa64-hp-hpux11.11 and hppa2.0w-hp-hpux11.11. Committed to trunk and 4.8. Richard, would it be ok to apply to the 4.7 branch? This is a 4.7 regression. Dave --- John David Anglin dave.anglin@bell.net 2013-04-06 John David Anglin PR other/55274 * config/t-slibgcc-hpux (SHLIB_MAPFILES): Define. Index: config/t-slibgcc-hpux =================================================================== --- config/t-slibgcc-hpux (revision 197540) +++ config/t-slibgcc-hpux (working copy) @@ -5,3 +5,4 @@ INSTALL_SHLIB = $(INSTALL_DATA) -m 555 SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk +SHLIB_MAPFILES = libgcc-std.ver