From patchwork Fri Dec 7 14:16:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 204496 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 6C51D2C007A for ; Sat, 8 Dec 2012 01:16:51 +1100 (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=1355494612; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:Date:From:To:Subject:Message-ID:Reply-To: MIME-Version:Content-Type:Content-Disposition:User-Agent: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=D7laCilp9j7EJK8b57Fa euv2mLc=; b=ue3zweqcfE38Cv5YTxctdBFI6F/zvDms8Hgn4Gtqd72BgtVDm9vf sPcjwKfyNK6NAeaC3usWdz4wVzZoH4FWgXeKJ2Br4XM8q/fEb78RrffaCbxmUBlA DMRrGV40WqM7GooXpoLL+ez3E6pid7LwbZ1aYH+taomiBjhnL3NtMnU= 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:Received:Received:Received:Date:From:To:Subject:Message-ID:Reply-To:MIME-Version:Content-Type:Content-Disposition:User-Agent:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=DGb/PGSwmOpGeKdVow26gW2GPRHTNI9rmv09ZMXPCnHYz3CdTQeLz1ll0XfX65 HL4hFN4TP62Xwgy1PW1j4i34dEYQeh7hMFxbOjpZwuAaEaiVWudEFignJAs0m9uA jVNTBu4SvQo6dWxihsw0LzjMRTfuC893E7aCb/EyJJdIg=; Received: (qmail 9980 invoked by alias); 7 Dec 2012 14:16:45 -0000 Received: (qmail 9970 invoked by uid 22791); 7 Dec 2012 14:16:44 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Dec 2012 14:16:36 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qB7EGaQ3025639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 7 Dec 2012 09:16:36 -0500 Received: from zalov.redhat.com (vpn1-4-240.ams2.redhat.com [10.36.4.240]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qB7EGYsi029492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 7 Dec 2012 09:16:35 -0500 Received: from zalov.cz (localhost [127.0.0.1]) by zalov.redhat.com (8.14.5/8.14.5) with ESMTP id qB7EGXU4018706 for ; Fri, 7 Dec 2012 15:16:34 +0100 Received: (from jakub@localhost) by zalov.cz (8.14.5/8.14.5/Submit) id qB7EGX8U018705 for gcc-patches@gcc.gnu.org; Fri, 7 Dec 2012 15:16:33 +0100 Date: Fri, 7 Dec 2012 15:16:33 +0100 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org Subject: [committed] Built libbacktrace with -frandom-seed=$@ (PR bootstrap/54926) Message-ID: <20121207141633.GX2315@tucnak.redhat.com> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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 Hi! As discussed in the PR, bootstrap comparison doesn't like random random-seed, causing differences in some symbols on some targets. Fixed thusly, approved by Alex in the PR, committed to trunk. 2012-12-07 Jakub Jelinek PR bootstrap/54926 * Makefile.am (AM_CFLAGS): Add -frandom-seed=$@. * Makefile.in: Regenerated. Jakub --- libbacktrace/Makefile.am.jj 2012-10-02 15:36:21.000000000 +0200 +++ libbacktrace/Makefile.am 2012-12-06 19:36:05.888001803 +0100 @@ -34,7 +34,7 @@ ACLOCAL_AMFLAGS = -I .. -I ../config AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \ -I ../libgcc -I ../gcc/include -I $(MULTIBUILDTOP)../../gcc/include -AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG) +AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG) -frandom-seed=$@ noinst_LTLIBRARIES = libbacktrace.la --- libbacktrace/Makefile.in.jj 2012-10-02 15:36:21.000000000 +0200 +++ libbacktrace/Makefile.in 2012-12-06 19:36:26.284875521 +0100 @@ -254,7 +254,7 @@ ACLOCAL_AMFLAGS = -I .. -I ../config AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \ -I ../libgcc -I ../gcc/include -I $(MULTIBUILDTOP)../../gcc/include -AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG) +AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG) -frandom-seed=$@ noinst_LTLIBRARIES = libbacktrace.la libbacktrace_la_SOURCES = \ backtrace.h \