From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29179 invoked by alias); 9 Feb 2015 22:46:19 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 29147 invoked by uid 89); 9 Feb 2015 22:46:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 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-qc0-f182.google.com Received: from mail-qc0-f182.google.com (HELO mail-qc0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 09 Feb 2015 22:46:15 +0000 Received: by mail-qc0-f182.google.com with SMTP id x3so9829753qcv.13 for ; Mon, 09 Feb 2015 14:46:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=dUdR9Acy3BvvW+lMR8JQm45H4KWHGBcVTRDmFYDE+Iw=; b=ZLEOAA3a8/u6VnBxVGd3dm9PwUt/ncXM2NMVnc4sXoMnQZK68/7QaQ6hPQxO9W0gV+ rOh+ia4Dlaced0igNfkYKu83HY1m1SqEyXmkO9i3e7FLB9jAt7uJCvn/bFMh26pYfD81 awfP8cwn04zjTboHKwITdGDw/2PvllR00hI736zHDX8bTl6ReaowPsoBCVWuySrXVwMU Vq1/Iw2WSXrj+avedBp25BdCSniJgG0ObZgRob2t9rE2uMgVFyUyJGhs058gNgRm9Sn3 BJsQ1nmFcA18tMtgg0VARsUP5jMkeV2F2LH3zPFqCJCDFNfDnzQhCOBXILRH73j5Ij+3 Mq4A== X-Gm-Message-State: ALoCoQk4ib9/9vlr9SwpSATnd13i3kj38p3LZliR+jzBP2P4yklyLgXOXd+ZiqVPqkktzEghC2Yg MIME-Version: 1.0 X-Received: by 10.140.109.99 with SMTP id k90mr44251047qgf.35.1423521972678; Mon, 09 Feb 2015 14:46:12 -0800 (PST) Received: by 10.140.101.16 with HTTP; Mon, 9 Feb 2015 14:46:12 -0800 (PST) In-Reply-To: <20150209034037.GB4274@bubble.grove.modra.org> References: <20150209034037.GB4274@bubble.grove.modra.org> Date: Mon, 09 Feb 2015 22:46:00 -0000 Message-ID: Subject: Re: Gold testsuite make clean From: Cary Coutant To: Binutils Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00124.txt.bz2 Thanks! -cary On Sun, Feb 8, 2015 at 7:40 PM, Alan Modra wrote: > These were left around in gold/testsuite. Committed. > > * testsuite/Makefile.am (MOSTLYCLEANFILES): Add libweak_undef_2.a, > plugin_test_thin.a and defsym_test. > * testsuite/Makefile.in: Regenerate. > > diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am > index be3b278..4e2ce6b 100644 > --- a/gold/testsuite/Makefile.am > +++ b/gold/testsuite/Makefile.am > @@ -733,6 +733,7 @@ weak_undef_test_2_SOURCES = weak_undef_test_2.cc > weak_undef_test_2_DEPENDENCIES = gcctestdir/ld libweak_undef_2.a > weak_undef_test_2_LDFLAGS = -Bgcctestdir/ -u weak_undef_2 > weak_undef_test_2_LDADD = -L . -lweak_undef_2 > +MOSTLYCLEANFILES += libweak_undef_2.a > libweak_undef_2.a: weak_undef_file3.o weak_undef_file4.o > $(TEST_AR) rc $@ $^ > weak_undef_file3.o: weak_undef_file3.cc > @@ -1670,7 +1671,7 @@ plugin_test_10.sections: plugin_test_10 > check_PROGRAMS += plugin_test_11 > check_SCRIPTS += plugin_test_11.sh > check_DATA += plugin_test_11.err > -MOSTLYCLEANFILES += plugin_test_11.err > +MOSTLYCLEANFILES += plugin_test_11.err plugin_test_thin.a > PLUGIN_TEST_11_SYMS = two_file_test_1.o.syms two_file_test_1b.o.syms two_file_test_2.o.syms > plugin_test_11: two_file_test_main.o plugin_test_thin.a gcctestdir/ld plugin_test.so $(PLUGIN_TEST_11_SYMS) > $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o plugin_test_thin.a 2>plugin_test_11.err > @@ -2279,7 +2280,7 @@ ehdr_start_test_5_LDADD = > # Test that the --defsym option copies the symbol type and visibility. > check_SCRIPTS += defsym_test.sh > check_DATA += defsym_test.syms > -MOSTLYCLEANFILES += defsym_test.syms > +MOSTLYCLEANFILES += defsym_test defsym_test.syms > defsym_test.syms: defsym_test > $(TEST_READELF) -sW $< > $@ > defsym_test: defsym_test.o gcctestdir/ld > > -- > Alan Modra > Australia Development Lab, IBM