From patchwork Fri Sep 11 18:37:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 516937 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 5092714012C for ; Sat, 12 Sep 2015 04:37:48 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=Zyymi+I/; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=TqqHYutpQmy/HEDjsy9+X/t5iZApKsBN9/LhMdi+Nt5bvn ZoDSGK1rsYIl60PjM4bQx1+j1Y8CGObpxTkvzvJAvxpEW1mU4EwjG0oKC5L2I3kQ Saw0kUpPv5/TywSJ25Q3xs4l7QgOMiNgKGtTRSVA2T0mTBx5yJxDKx1XlHNPw= 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 :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=BcqrtfJt0KNJ6yIuv4J0KAslcGo=; b=Zyymi+I/cC1qzw1hxfJF GdnFHdk0/XUAftrAq/1RwkVYWbJ7C2Tq3tzgEHew/I7XofJMNsyckIF0fVwsdbO3 vgBYdfzimy3GePpXoPNmOcdF0v+RdxJAbO5B2jxdc7Tv9/Pk3Vv2VAT48qZfKNCV fHe7prh15oYZxIYhtlN9+Lg= Received: (qmail 11402 invoked by alias); 11 Sep 2015 18:37:38 -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 11020 invoked by uid 89); 11 Sep 2015 18:37:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-oi0-f52.google.com Received: from mail-oi0-f52.google.com (HELO mail-oi0-f52.google.com) (209.85.218.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 11 Sep 2015 18:37:37 +0000 Received: by oiww128 with SMTP id w128so47633178oiw.2 for ; Fri, 11 Sep 2015 11:37:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=9HPYJxv6w+Zn5Z4EKoP7lBh8CeYlofacJz4//FtO4Ks=; b=UFqpNqUxscDcXgoeP/NqbFQ9di22m2ZUdENEhVxVXJRyKG0OFyzVwXt3f624l8Tpxg 4OqGiCemUjMzcu77u3qVgIRmxGSew2B0pKvFkoTyc0Zw025zBkXB9X1MF24FPaSP/P7d j/UJP8WkgVOWiR/trsP0aF6bkMEwVoXofZwfX1t0IFRVHwgVFqN/rsW9PhfcHypNtbra Fvyrm3rUCer8P/mseKDC9SxrAIKqMpodREvFYjo8i6qZhDV0egdcjgn6fbErx1KbqA8t ts0hVrxObeCf2IL2UvLyPzusYMYfJGqk7bELg3Jg1emd3jNdRhyhrMkRVRVfyOD0LF7O g5HA== X-Gm-Message-State: ALoCoQmpHpN/SyfX6N12/JTaoJciy7iIqphtPVOeaSlQTwb8TDDmoWZ11qsenZtxs4EVFF/fSOJi MIME-Version: 1.0 X-Received: by 10.202.197.151 with SMTP id v145mr184023oif.88.1441996655280; Fri, 11 Sep 2015 11:37:35 -0700 (PDT) Received: by 10.60.160.67 with HTTP; Fri, 11 Sep 2015 11:37:35 -0700 (PDT) Date: Fri, 11 Sep 2015 11:37:35 -0700 Message-ID: Subject: libbacktrace patch committed: Update dependencies From: Ian Lance Taylor To: gcc-patches X-IsSubscribed: yes Although libbacktrace uses automake, it can't use automatic dependency tracking, because it breaks when using bootstrap-lean (PR 54732). The dependencies for sort.lo and stest.lo were never added to the list. Also, the dependencies for backtrace.lo were not updated for my recent change to that file. This patch fixes the problem. Committed to mainline. Ian 2015-09-11 Ian Lance Taylor * Makefile.am (backtrace.lo): Depend on internal.h. (sort.lo, stest.lo): Add explicit dependencies. * Makefile.in: Rebuild. Index: Makefile.am =================================================================== --- Makefile.am (revision 227673) +++ Makefile.am (working copy) @@ -116,7 +116,7 @@ endif NATIVE INCDIR = $(top_srcdir)/../include alloc.lo: config.h backtrace.h internal.h -backtrace.lo: config.h backtrace.h +backtrace.lo: config.h backtrace.h internal.h btest.lo: (INCDIR)/filenames.h backtrace.h backtrace-supported.h dwarf.lo: config.h $(INCDIR)/dwarf2.h $(INCDIR)/dwarf2.def \ $(INCDIR)/filenames.h backtrace.h internal.h @@ -130,5 +130,7 @@ posix.lo: config.h backtrace.h internal. print.lo: config.h backtrace.h internal.h read.lo: config.h backtrace.h internal.h simple.lo: config.h backtrace.h internal.h +sort.lo: config.h backtrace.h internal.h +stest.lo: config.h backtrace.h internal.h state.lo: config.h backtrace.h backtrace-supported.h internal.h unknown.lo: config.h backtrace.h internal.h