From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123912 invoked by alias); 21 Jun 2018 16:48:47 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 123523 invoked by uid 89); 21 Jun 2018 16:48:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=authority, agreement, central X-HELO: gnu.wildebeest.org Date: Thu, 21 Jun 2018 16:48:00 -0000 From: Mark Wielaard To: Carlos O'Donell Cc: libc-alpha@sourceware.org, Yonghong Song , Richard Henderson Subject: Re: [PATCH] elf.h: Add BPF relocation types. Message-ID: <20180621164759.GA30961@wildebeest.org> References: <20180616214515.10737-1-mark@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) X-SW-Source: 2018-06/txt/msg00681.txt.bz2 On Thu, Jun 21, 2018 at 11:29:26AM -0400, Carlos O'Donell wrote: > Having said that we should align the values here with the values being used > by llvm and Facebook. They represent the most recent values being used for > relocations in this pseudo-machine. Without an officially published ABI for > these relocations we have no real way to review what is canonical and what > is not. Right, that is really what this is commit is for. To make sure that we have agreement over the constants used without having a central authority for this "architecture". > OK to checkin. > > Reviewed-by: Carlos O'Donell Thanks, pushed. Mark