From owner-svn-src-all@freebsd.org Fri Sep 21 18:16:14 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 4372D10A04CC; Fri, 21 Sep 2018 18:16:14 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-xd2d.google.com (mail-io1-xd2d.google.com [IPv6:2607:f8b0:4864:20::d2d]) (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 B64CD8A69C; Fri, 21 Sep 2018 18:16:13 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-xd2d.google.com with SMTP id n18-v6so13110371ioa.9; Fri, 21 Sep 2018 11:16:13 -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=26ej+rinkuDMrxONuIvhKWScOJZwxQzbKZuUBi19MrY=; b=YiZQIbg/53gkKlmlcKvjK9E4ggC5jDsIPv31mualnoHkSbrJjJ5JPVNB8RkiS0X5Sf kFGd3IdjmF2BigO9+Pw4r77T9tTwk9ko+Mu0uxUFf52ITS8IKfNaFsdHFND37C36j3TO +MY+n3zCZ8eTWLf2zwBRzPNGPs0E+mjMiW+mSyZT07tLNY94se4+PGFL3jzZyL2ufP+j u03h6w/FBulBmXvK9KJPKpJ8Q+CyxOPHeyu9K0R+gwSF+bQPyezrNHGEENxte/He5u25 gsqQ5snbNo7rq44u7TH/W3dD5MDvivY3LGDHyTcn+t8vPjgQDdS7W1znHxTdzjJZue2Z z5Ew== 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=26ej+rinkuDMrxONuIvhKWScOJZwxQzbKZuUBi19MrY=; b=OlzCYli95iONFdjDyuzSb8tyzWzSo9YP292MxdcVqhz8/H8aT66A5/fU64kW59LUIh hjOd8PohYUzSfUpC88O20kwLhSliJvRh1IrsaXsVMocwZViKdkFdWmD+x+9PUEeVx8+A qBRmNZgFbFU3ijOIJ022uVM/eeo/gO5ds5J5OLyqOAzne0Jev+q7M7iFGska+et0Lu0A HhcLvWH5mC8HxNYReV3yOccZ7cfcVVCfJzO3LrI6GwB42lvGlvLQ2L1ZNG+sziZwTQml WEdDq5i0uRMpxraB24RM5DoIPHE7Ug//W4uQtJAc+tbnwTX3xufIoPvFNdQ4QvIIjIHH IisA== X-Gm-Message-State: APzg51BShKRHsU3JZ6aadpoCyJAzWTfB2vy1ryja0owWPFgB0wtz165N iY7NkeaXbkV086kDmsR32KbdcfwbuX58dfVbKJgu/A== X-Google-Smtp-Source: ANB0VdZNdpgsmuE6ci7+ObRrm7A/rQSdQhhfhcLtJEs+TEqHqavS3YFqAfJulYZ0JISLgOj7M0FMnffGdqiju6R/MF8= X-Received: by 2002:a6b:fe0d:: with SMTP id x13-v6mr37301856ioh.294.1537553773118; Fri, 21 Sep 2018 11:16:13 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:404:0:0:0:0:0 with HTTP; Fri, 21 Sep 2018 11:15:52 -0700 (PDT) In-Reply-To: <201809211811.w8LIB3Oq071100@slippy.cwsent.com> References: <201809211749.w8LHnbap091466@repo.freebsd.org> <201809211811.w8LIB3Oq071100@slippy.cwsent.com> From: Ed Maste Date: Fri, 21 Sep 2018 14:15:52 -0400 X-Google-Sender-Auth: b8WmA59yRYXkN24F1HeMQgKSOfk Message-ID: Subject: Re: svn commit: r338861 - head/lib/libc To: Cy Schubert Cc: 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: Fri, 21 Sep 2018 18:16:14 -0000 On 21 September 2018 at 14:11, Cy Schubert wrote: > > Should this require bumping __FreeBSD_version? Shouldn't be necessary - as of r336901 we've had an ifunc-capable linker in the toolchain for both amd64 and i386. This commit is just a safety belt to make sure that if someone builds libc outside of the standard process and uses old GNU ld we get a hard error rather than a mysterious failure.