X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Date: Thu, 09 Apr 2009 21:25:37 +0300 From: Eli Zaretskii Subject: Re: [PATCH] __attribute__((used)) fix for dxe.h In-reply-to: <647fe9b10904082338t47849593q957622228bf13ca9@mail.gmail.com> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp-workers AT delorie DOT com Message-id: <83y6u93cri.fsf@gnu.org> References: <647fe9b10904082338t47849593q957622228bf13ca9 AT mail DOT gmail DOT com> 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 > 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.