X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=uDZtErvzw/0Rfw9VpOeVsHi5XyDB8IdtsSvCMzGQoxE=; b=WD4KWNIcrjr/gCW7n9vPeuME1H98HmRi8YsDUZOXDLCd4Y+wpCgDcFccWtBXVtEHLv 37RUvV1Z8CFn70dC3J+uhk8vU6NOCMrWNVxs5jo7YF4wB6DjVBa/0qdwDNr1P91zMKv/ Fk3bKB2qJJAJ3XAfaJ1eLE6CYRu6KFHbkXZLU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=bf9onWQN4g/mu7BrjsrDKItry4kzU5WJEx+YAr+pAlVF3039sK2JEVvEdKdWpMPJAW 7PGs5C5GmeQsaUM+YMjdAfAZAZQ24Ih+4aAkeO6EjJDaVBNJ40dadBamXoq8OS9Pv79M uCCbCpmwYWCRsMYls4hex9qDdWkFTJvzmUHXk= MIME-Version: 1.0 In-Reply-To: <83y6u93cri.fsf@gnu.org> References: <647fe9b10904082338t47849593q957622228bf13ca9 AT mail DOT gmail DOT com> <83y6u93cri DOT fsf AT gnu DOT org> Date: Thu, 9 Apr 2009 22:47:42 +0300 Message-ID: <647fe9b10904091247n61fdc11dt81e265df49199da0@mail.gmail.com> Subject: Re: [PATCH] __attribute__((used)) fix for dxe.h From: Ozkan Sezer To: djgpp-workers AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, Apr 9, 2009 at 9:25 PM, Eli Zaretskii wrote: >> Date: Thu, 9 Apr 2009 09:38:18 +0300 >> From: Ozkan Sezer >> >> New gcc would not emit unused static data unless it were marked with >> __attribute__((__used__)) and not with __attribute__((__unused__)) >> which would only suppress warnings. A patch for this is attached, >> please consider for applying. > > Thanks, applied, with the same tweak I did in dbgcom.c. > You're welcome. BTW, while trying to checkout the latest cvs sources I'm having a failure since for about an hour or so: $ cvs -d:pserver:anonymous AT cvs DOT delorie DOT com:/cvs/djgpp co djgpp setgid failed: Operation not permitted Anything wrong on my side or on the cvs server?