From owner-svn-src-all@freebsd.org Mon Oct 15 11:13:22 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEBCA10D7995; Mon, 15 Oct 2018 11:13:22 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f176.google.com (mail-it1-f176.google.com [209.85.166.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 435548FF77; Mon, 15 Oct 2018 11:13:22 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f176.google.com with SMTP id e74-v6so27068479ita.2; Mon, 15 Oct 2018 04:13:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=mvn0mSmFGV6psoLA+lFZiVN5UJrkPITBiRXXZFWvUJg=; b=g7S4WN07p+WHBdof78L30Y+83r9Du17TY5hTIof0395V4a+pX1BZrvGLY6KYPEu5V3 pqkbjSWfPtRXdO8YeVShupzGktppZuOaRlXDLgr4HtiHYarri0QltveHMojRHchAie+F cjA5QVQdJruPzx4smP3OCdPS5wPxuMspThgqUuj1Z9AXfnKgRs9VU4d4tD1NxHJ5GynT 8SE79VSEIGvBGEZaHrZEAsJyJzBfwbdLm+TTuEnLPP5pweazz+I2doYy9YySwGMEp/IX P07xCQvvbEkftfr9hEw1VcpQnWHKOnAu86rLp4MM+YZFaNNXSoZ0lUT3joLwPYEHU1ub rD3A== X-Gm-Message-State: ABuFfogg/4IJsXMT7fILJsiCTLGXcpqFzKZqc0jeKul8Hi0jU4PYQBAF lnreqqsJZO+MF0jLBr+Paq+JlqJC3tyzrH1EEwFyUFyj X-Google-Smtp-Source: ACcGV63pxIwm3Ruu1nD7mt2CmsdlAjmSVHhLITfbT23BJwoAngkog5us9Ic272QsiKbiNMhVlTQt/KoGEV4202UktS4= X-Received: by 2002:a24:7012:: with SMTP id f18-v6mr11655988itc.87.1539602000590; Mon, 15 Oct 2018 04:13:20 -0700 (PDT) MIME-Version: 1.0 References: <201810132126.w9DLQ73C022496@repo.freebsd.org> In-Reply-To: From: Ed Maste Date: Mon, 15 Oct 2018 07:13:04 -0400 Message-ID: Subject: Re: svn commit: r339350 - head/contrib/elftoolchain/elfcopy To: Antoine Brodin Cc: FreeBSD Release Engineering Team , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 11:13:22 -0000 On Mon, 15 Oct 2018 at 05:43, Antoine Brodin wrote: > > On Sat, Oct 13, 2018 at 11:26 PM Ed Maste wrote: > > > > Author: emaste > > Date: Sat Oct 13 21:26:07 2018 > > New Revision: 339350 > > URL: https://svnweb.freebsd.org/changeset/base/339350 > > > > Log: > > elfcopy: delete filter_reloc, it is broken and unnecessary > > > Hi, > > This commit broke lang/gcc* : Hi Antoine, did you bisect to this rev or does it just look like the most probable candidate? Can you copy a pair of differing .o files (say, gcc/cc1plus-checksum.o) from the work dir to freefall?