From patchwork Thu Mar 26 15:56:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Desnoyers X-Patchwork-Id: 38620 Return-Path: X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id 3D3C5385E00D for ; Thu, 26 Mar 2020 15:56:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3D3C5385E00D Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id E54D72777DE; Thu, 26 Mar 2020 11:56:57 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id yCw0QbmJWdnN; Thu, 26 Mar 2020 11:56:57 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 8D8A4277BE3; Thu, 26 Mar 2020 11:56:57 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 8D8A4277BE3 X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id mYHUgwj2doVv; Thu, 26 Mar 2020 11:56:57 -0400 (EDT) Received: from localhost.localdomain (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) by mail.efficios.com (Postfix) with ESMTPSA id 307722777D8; Thu, 26 Mar 2020 11:56:57 -0400 (EDT) From: Mathieu Desnoyers To: Carlos O'Donell Cc: Florian Weimer , Joseph Myers , Szabolcs Nagy , libc-alpha@sourceware.org, Mathieu Desnoyers Subject: [PATCH glibc 2/9] Move elf/elf_machine_sym_no_match.h to sysdeps/generic Date: Thu, 26 Mar 2020 11:56:26 -0400 Message-Id: <20200326155633.18236-3-mathieu.desnoyers@efficios.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200326155633.18236-1-mathieu.desnoyers@efficios.com> References: <20200326155633.18236-1-mathieu.desnoyers@efficios.com> X-Spam-Status: No, score=-27.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, SPF_HELO_NONE, SPF_PASS, TVD_SPACE_RATIO, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2020 15:56:59 -0000 sysdeps/generic/elf_machine_sym_no_match.h matches sysdeps/mips/elf_machine_sym_no_match.h better. Suggested-by: H.J. Lu Signed-off-by: Mathieu Desnoyers CC: Florian Weimer --- {elf => sysdeps/generic}/elf_machine_sym_no_match.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {elf => sysdeps/generic}/elf_machine_sym_no_match.h (100%) diff --git a/elf/elf_machine_sym_no_match.h b/sysdeps/generic/elf_machine_sym_no_match.h similarity index 100% rename from elf/elf_machine_sym_no_match.h rename to sysdeps/generic/elf_machine_sym_no_match.h