From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25435 invoked by alias); 16 May 2012 03:59:41 -0000 Received: (qmail 25421 invoked by uid 22791); 16 May 2012 03:59:40 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 May 2012 03:59:15 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7D76C1B4008 for ; Wed, 16 May 2012 03:59:14 +0000 (UTC) From: Mike Frysinger To: libc-ports@sourceware.org Subject: [PATCH] ia64: delete now unused file Date: Wed, 16 May 2012 03:59:00 -0000 Message-Id: <1337140771-28704-1-git-send-email-vapier@gentoo.org> In-Reply-To: References: X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00087.txt.bz2 The latest main tree has split out stackguard-macros.h so we no longer have to override it with a stub. Signed-off-by: Mike Frysinger --- ChangeLog.ia64 | 4 ++++ sysdeps/ia64/elf/stackguard-macros.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 sysdeps/ia64/elf/stackguard-macros.h diff --git a/ChangeLog.ia64 b/ChangeLog.ia64 index 756be7e..3130214 100644 --- a/ChangeLog.ia64 +++ b/ChangeLog.ia64 @@ -1,3 +1,7 @@ +2012-05-15 Mike Frysinger + + * sysdeps/ia64/elf/stackguard-macros.h: Delete unused file. + 2012-05-14 Mike Frysinger [BZ #14109] diff --git a/sysdeps/ia64/elf/stackguard-macros.h b/sysdeps/ia64/elf/stackguard-macros.h deleted file mode 100644 index 606ad58..0000000 --- a/sysdeps/ia64/elf/stackguard-macros.h +++ /dev/null @@ -1,3 +0,0 @@ -/* Tests in nptl/ look for while tests - in elf/ look for . Provide both. */ -#include "../stackguard-macros.h" -- 1.7.8.6