From owner-svn-src-head@freebsd.org Fri Feb 14 10:17:26 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 41F1B246059; Fri, 14 Feb 2020 10:17:26 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qt1-f196.google.com (mail-qt1-f196.google.com [209.85.160.196]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Jq7V11bnz4Lwp; Fri, 14 Feb 2020 10:17:26 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qt1-f196.google.com with SMTP id e21so6569824qtp.13; Fri, 14 Feb 2020 02:17:26 -0800 (PST) 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=HtznAglzSiKEPVtNmBrsKvoJdP0RRQ9S39CaKBfoATY=; b=L8XTJ2qO0Ua610oVVKax8qTkuisfQV0w+tZ9g6M0Kg0B5RkyqYq4z8q3qnpRJQROR/ rgwu0iBmMAnDGTWff0aMKyHryiLnWsjvonwNmPaWWXTprO7vczW8R7VIR8XII4wRc+Jz HmvZyMpsH+6q+Z+ZH46zAgQ2oUhtBkMg7hOoplswlxPoqvXa6PVYsEIBukbtuS2GZlTg ehdi0WUdYP5ORFwZQEuXpLJL21Kc40BlgkWNK5TxIfIzIm0zTotYNRFX/I9eBNWgsIxP ua5w0/xNJ+0QtksHrBUaIsO3lQ9jK7FFmJSHd2mZExZtZxnrx12FKVoxgvr1/JkI+zYC wncw== X-Gm-Message-State: APjAAAXPVes9qTTFaIfcQ/LXvUxq/f1+O4ayWNii1QyWND5pY2gUFNDy 7VS05qGZVnjEalu4fmKGG5MLYl55nD8DxhsnySkVBFAZ X-Google-Smtp-Source: APXvYqyARwiciuI4AAGDwgDbSONluJwx1uicM+zy3j+2tsYWPpbXoh+qEcR1f+cV1I47FppO6TQtWqI+GPZ1stpfRCE= X-Received: by 2002:ac8:3ac3:: with SMTP id x61mr1895096qte.25.1581675444514; Fri, 14 Feb 2020 02:17:24 -0800 (PST) MIME-Version: 1.0 References: <202002132342.01DNg9Bk010493@repo.freebsd.org> In-Reply-To: <202002132342.01DNg9Bk010493@repo.freebsd.org> From: Antoine Brodin Date: Fri, 14 Feb 2020 11:17:12 +0100 Message-ID: Subject: Re: svn commit: r357895 - in head/libexec/rtld-elf: . aarch64 amd64 arm i386 mips powerpc powerpc64 riscv sparc64 To: Konstantin Belousov Cc: src-committers , svn-src-all , svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48Jq7V11bnz4Lwp X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 14 Feb 2020 10:17:26 -0000 On Fri, Feb 14, 2020 at 12:42 AM Konstantin Belousov wrote: > > Author: kib > Date: Thu Feb 13 23:42:09 2020 > New Revision: 357895 > URL: https://svnweb.freebsd.org/changeset/base/357895 > > Log: > Handle non-plt IRELATIVE relocations, at least for x86. > > lld 10.0 seems to generate this relocation for rdtsc_mb() ifunc in our libc. > > Reported, reviewed, and tested by: dim (amd64, previous version) > Discussed with: emaste > Sponsored by: The FreeBSD Foundation > MFC after: 1 week > Differential revision: https://reviews.freebsd.org/D23652 Hi, This broke lang/gcc* For instance: http://gohan03.nyi.freebsd.org/data/head-amd64-default-baseline/p526077_s357895/logs/errors/gcc9-9.2.0_1.log Antoine