From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16921 invoked by alias); 16 May 2012 13:44:32 -0000 Received: (qmail 16911 invoked by uid 22791); 16 May 2012 13:44:31 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from usmamail.tilera.com (HELO USMAMAIL.TILERA.COM) (12.216.194.151) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 May 2012 13:44:18 +0000 Received: from farm-0002.internal.tilera.com (10.2.0.32) by USMAEXCH2.tad.internal.tilera.com (10.3.0.33) with Microsoft SMTP Server (TLS) id 14.0.694.0; Wed, 16 May 2012 09:44:17 -0400 Received: (from cmetcalf@localhost) by farm-0002.internal.tilera.com (8.13.8/8.12.11/Submit) id q4GDiHHl030236; Wed, 16 May 2012 09:44:17 -0400 Message-ID: <201205161344.q4GDiHHl030236@farm-0002.internal.tilera.com> From: Chris Metcalf Date: Wed, 16 May 2012 13:44:00 -0000 Subject: [PATCH] tile: delete now unused file To: References: <20120515211758.EDBF52C091@topped-with-meat.com> <20120515213436.625D32C091@topped-with-meat.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain 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/msg00094.txt.bz2 The latest main tree has split out stackguard-macros.h so we no longer have to override it with a stub. --- ChangeLog.tile | 4 ++++ sysdeps/tile/elf/stackguard-macros.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 sysdeps/tile/elf/stackguard-macros.h diff --git a/ChangeLog.tile b/ChangeLog.tile index a6ab607..2a53817 100644 --- a/ChangeLog.tile +++ b/ChangeLog.tile @@ -1,3 +1,7 @@ +2012-05-16 Chris Metcalf + + * sysdeps/tile/elf/stackguard-macros.h: Delete unused file. + 2012-05-14 Chris Metcalf * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist: diff --git a/sysdeps/tile/elf/stackguard-macros.h b/sysdeps/tile/elf/stackguard-macros.h deleted file mode 100644 index 606ad58..0000000 --- a/sysdeps/tile/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.6.5.2