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: 1028 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx20.g.dreamhost.com (mx2.sub5.homie.mail.dreamhost.com [208.113.200.128]) by wilcox.dreamhost.com (Postfix) with ESMTP id 36AAC360098 for ; Tue, 20 May 2014 07:18:48 -0700 (PDT) Received: by homiemail-mx20.g.dreamhost.com (Postfix, from userid 14307373) id ED2F241CC192D; Tue, 20 May 2014 07:18:47 -0700 (PDT) X-Original-To: glibc@patchwork.siddhesh.in Delivered-To: x14307373@homiemail-mx20.g.dreamhost.com 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 homiemail-mx20.g.dreamhost.com (Postfix) with ESMTPS id C8DB741CC192D for ; Tue, 20 May 2014 07:18:47 -0700 (PDT) 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=m3nohIgJd3nl2eBk3uFTXozUnt+eJYsT6xbAKCot7vaibm6VQndGl RktDFlKDWpYjLHuyMuom19X8i1CUJl9potUsaMsvjQxORpv+UsuLRcRYG+NQDUDw pK7MFP+ysgxRgPx2n3Z/0U08nyqWTTCbPlBqzdUVQxvtOloo8mDyx4= 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=DAqC6W/PxxLYb9xiTW+bz+dJzoKW semRhs+09VVG/1Idom5mYPUskuaYRb5yomjCJlOIMgmrW8SNRaQwSeWqtPLh/sIz A9uxCPMRjeMltRz/tK2c1TMLAuKwPsFGflX9wQBdTbIHXTttGn2eRqJn9R54+LM+ zAT227JlzMLOi3c= 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> X-DH-Original-To: glibc@patchwork.siddhesh.in 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. */