From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 22 Oct 2011 03:18:57 +0200 Subject: [U-Boot] [RFC] [PATCH 00/39] Rework of the debug() macro In-Reply-To: <4EA20FC1.8060809@aribaud.net> References: <1319242654-15534-1-git-send-email-marek.vasut@gmail.com> <4EA20FC1.8060809@aribaud.net> Message-ID: <201110220318.57914.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 Saturday, October 22, 2011 02:35:13 AM Albert ARIBAUD wrote: > Hi Marek, > > Le 22/10/2011 02:16, Marek Vasut a ?crit : > > This patch series reworks the debug() and debugX() macro in > > include/common.h to be compatible with GCC 4.6. > > > > This series needs further discussion: > > * Some files suffer size growth with gcc4.2, why ? > > > > - Possibility is that the GCC4.2 is incapable to optimize code out so > > deep > > > > * Does this change break any platforms? Compile tested on PowerPC. > > > > - Please run MAKEALL on your platforms to test this. > > Any git branch we could pull and rebase on our trees rather than am'ing > 39 patches one by one? Please try: git://git.denx.de/u-boot-marex.git , "debug" branch. Cheers