From owner-svn-src-head@freebsd.org Mon Sep 24 14:04:21 2018 Return-Path: Delivered-To: svn-src-head@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 C7E5D10AD04C; Mon, 24 Sep 2018 14:04:21 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-x129.google.com (mail-it1-x129.google.com [IPv6:2607:f8b0:4864:20::129]) (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 4A5B581F95; Mon, 24 Sep 2018 14:04:21 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-x129.google.com with SMTP id e14-v6so10672967itf.1; Mon, 24 Sep 2018 07:04:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=/XdHbDHk4Hg3Spg1tfl/mvQlroSha7IPevuEDN+/q+w=; b=Votc3JHOIGCCspdetzdykDlxZg6CV5NrsNkjyyhkV4s85s5X0L/HhDEguh0Rlx44TW /kOm+94yXNwGk+xp7yeARVYCOSw/jxpuPLkFP7mxTKP+TdWtjp6VWWJX18HVJdgnnw+i 8b0ANYYlUPQ/ghX6u33N9PhcM24AC0aEX+P7JwrLtENtIry+ZbybLwfqu7ESI9odYDcS XZ/fLwUlqk8yWooZUDSnCw3fJN3zkjgWXinNjOKGa5SSgUiMNONvpt0qY4QAiBAk0k1f NX0Fa3LZWmKI6POaPVvCCUpQ61XO1trE4S0HRrkwvGY6W1Id23CpjHsC5JK4sHyJ2oJG txOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=/XdHbDHk4Hg3Spg1tfl/mvQlroSha7IPevuEDN+/q+w=; b=reKt+zVOVxNYDsiHfpOv2kyIMKfauQdzXPZ9k52EOZBFA0AyzNHRcvPb4zE5pI6B86 ZF2D+7Hh3sic/YQoZ80M0Em8uWHlh3/RexZAViWnB36aMc1u+ecT5Ol+NkRu4PIrvtKg lQXjLR9zFZCgF9MFBCL+/JV2MQRNzaBkVXU9/loHgVn8BuMdIVsuJKNksaE4Qn+FIV1J Hww5TiPw6ewsEawQ936qSlD7xvuqHiy7c1REH2zsgJDPVa3mFIxFx7AzXN2fs3e7JP9t Ajfj306Q5gb6YNg9dUm1eWETWeImDX3jK9PKg0lnC+p7sSJ9L5txJp+G194LCOKPdpJA vlIw== X-Gm-Message-State: ABuFfojCkLDJSrH/kViDRwwCFQ5DwhQ7BLwGaHawBVLG1kSheFfAr1mm rMgEENq7XhOz6XCCJgtS56IWOAQ1NXwLDXCa35Sb7Q== X-Google-Smtp-Source: ACcGV61svKJSbq2KtvWeY6ddQYxhyK5hjhvpEC7WQMmGy37ayerwYcer8bBN47uYdF0k3PIxk7b8sGpQy2/Dq6I4g7c= X-Received: by 2002:a24:728f:: with SMTP id x137-v6mr7804579itc.40.1537797860642; Mon, 24 Sep 2018 07:04:20 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:fd15:0:0:0:0:0 with HTTP; Mon, 24 Sep 2018 07:04:00 -0700 (PDT) In-Reply-To: <8513e11e-f699-70e8-6478-24ee2375326c@delphij.net> References: <201809211749.w8LHnbap091466@repo.freebsd.org> <8513e11e-f699-70e8-6478-24ee2375326c@delphij.net> From: Ed Maste Date: Mon, 24 Sep 2018 10:04:00 -0400 X-Google-Sender-Auth: y0b2hZBF8FYpbcDSRv6YmmKzASk Message-ID: Subject: Re: svn commit: r338861 - head/lib/libc To: Xin LI Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 14:04:22 -0000 On 21 September 2018 at 16:11, Xin Li wrote: > On 9/21/18 10:49, Ed Maste wrote: >> Author: emaste >> Date: Fri Sep 21 17:49:37 2018 >> New Revision: 338861 >> URL: https://svnweb.freebsd.org/changeset/base/338861 >> >> Log: >> libc: require ifunc-capable linker for amd64/i386 >> > > It seems that this would break bootstraping from a FreeBSD -CURRENT > before ifunc? Should be fixed by r338903.