From patchwork Tue May 20 14:18:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 350728 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42BD6140083 for ; Wed, 21 May 2014 00:18:51 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id; q=dns; s= default; b=azQsGlZomBz2bljVn0DDNIqCa6G5umxe5hOe1/kiNbIISMJoICujM 6GIOcHWqUR+QCWVUm9Q9ZUBeSkJWZL9CbICSePSs5MFITuvgjKIHd4jk/3hFb5ls eb86jlNAnSX8QOxiwLQF8z01lAi32mqdYpjDNzC59ptwWtb4vIKzh4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id; s=default; bh=/qQ2XDN9OlKpcuMyxx2ZX2WI4V8=; b=GdcxilCCpPWFhvuTHFM8Hm6QcrRv ELeHqKz9WJU3Qu93ye6piy8uqvMMWWpJPAAqDkcml4tOZ/mUeGoI8RkzzTPN/DxN +3e/DrIK9MtAv6yIhW50xa+ip8neVWIlADu/ySM/Rv2X7sfx0//gc82WyjByzCuN e8ptTUAUb2gh488= Received: (qmail 25412 invoked by alias); 20 May 2014 14:18:44 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 25395 invoked by uid 89); 20 May 2014 14:18:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL, BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f181.google.com X-Received: by 10.224.79.143 with SMTP id p15mr58082588qak.57.1400595519876; Tue, 20 May 2014 07:18:39 -0700 (PDT) From: Richard Henderson To: libc-alpha@sourceware.org Subject: [COMMITTED 1/3] alpha: Define ELF_MACHINE_NO_RELA Date: Tue, 20 May 2014 07:18:31 -0700 Message-Id: <1400595513-6489-1-git-send-email-rth@twiddle.net> Squishes the Wundef warnings for this symbol. --- ChangeLog | 4 ++++ sysdeps/alpha/dl-machine.h | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index fc75ff2..21a6fb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-05-18 Richard Henderson + + * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define. + 2014-05-20 Will Newton * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO): diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index 63db19c..e6537dd 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -242,6 +242,7 @@ $fixup_stack: \n\ /* The alpha never uses Elf64_Rel relocations. */ #define ELF_MACHINE_NO_REL 1 +#define ELF_MACHINE_NO_RELA 0 /* We define an initialization functions. This is called very early in * _dl_sysdep_start. */