From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7785 invoked by alias); 28 Aug 2019 21:09:22 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 7775 invoked by uid 89); 28 Aug 2019 21:09:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-Spam-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 28 Aug 2019 21:09:19 +0000 Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id C1651302BB00; Wed, 28 Aug 2019 23:09:17 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 7CCF048B298C; Wed, 28 Aug 2019 23:09:17 +0200 (CEST) Message-ID: Subject: Re: [PATCH v2 2/4] libcpu: merge libcpu_{i386,x86_64,bpf} into one library From: Mark Wielaard To: Omar Sandoval , elfutils-devel@sourceware.org Date: Wed, 28 Aug 2019 21:09:00 -0000 In-Reply-To: <01b3f5b47cc8ccaa5e56fed7bd202188201796da.1566841692.git.osandov@fb.com> References: <01b3f5b47cc8ccaa5e56fed7bd202188201796da.1566841692.git.osandov@fb.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-5.el7) Mime-Version: 1.0 X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2019-q3/txt/msg00154.txt.bz2 On Mon, 2019-08-26 at 10:51 -0700, Omar Sandoval wrote: > From: Omar Sandoval >=20 > In preparation for combining the libebl backend modules, > combine all of the libcpu backends into libcpu.a. Another nice cleanup. Pushed to master. Thanks, Mark