From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 4 Oct 2011 22:58:46 +0200 Subject: [U-Boot] [PATCH 1/7 V2] GCC4.6: Convert various empty macros to inline functions In-Reply-To: <20111004204428.392C218E5B38@gemini.denx.de> References: <1316996766-14248-1-git-send-email-marek.vasut@gmail.com> <201110041546.41827.vapier@gentoo.org> <20111004204428.392C218E5B38@gemini.denx.de> Message-ID: <201110042258.46744.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, October 04, 2011 10:44:28 PM Wolfgang Denk wrote: > Dear Mike Frysinger, > > In message <201110041546.41827.vapier@gentoo.org> you wrote: > > > Please revert the "GCC4.6: Convert various empty macros to inline > > > functions". Please consider this a final confirmation. > > > > to be clear, we will want this back eventually :) > > Agreed. > > But in a form that 1) does not break building of boards and 2) does > not inclrease code size for boards that don't even have DEBUG > defined. Agreed, I'll keep digging into it. And it's true it found some bugs. Cheers