From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17331 invoked by alias); 25 Jul 2007 09:58:27 -0000 Received: (qmail 17322 invoked by uid 22791); 25 Jul 2007 09:58:26 -0000 X-Spam-Check-By: sourceware.org Received: from smtp4.clear.net.nz (HELO smtp4.clear.net.nz) (203.97.37.64) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jul 2007 09:58:21 +0000 Received: from THOMAS (218-101-109-142.dialup.clear.net.nz [218.101.109.142]) by smtp4.clear.net.nz (CLEAR Net Mail) with ESMTP id <0JLQ00I9DBP5PP20@smtp4.clear.net.nz> for gcc-patches@gcc.gnu.org; Wed, 25 Jul 2007 21:58:18 +1200 (NZST) Date: Wed, 25 Jul 2007 11:17:00 -0000 From: Danny Smith Subject: [Patch] Commited. Remove obsolete i386_pe_asm_file_end prototype. To: GCC-patches Message-id: <000501c7cea2$6aca11c0$8e6d65da@THOMAS> MIME-version: 1.0 X-Mailer: Microsoft Outlook, Build 10.0.2627 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg01808.txt.bz2 Three year ago ... 2003-06-07 Zack Weinberg ... * config/i386/winnt.c (i386_pe_asm_file_end): Rename to i386_pe_file_end. However, the old prototype still haunts config/i386/i386-protos.h Committed as obvious. 2007-07-25 Danny Smith * config/i386/i386-protos.h (i386_pe_asm_file_end): Remove prototype.