From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 8 Aug 2009 00:04:03 +0200 Subject: [U-Boot] [PATCH V2] Don't inline weak symbols In-Reply-To: <20090807215841.2047E832E416@gemini.denx.de> References: <20090805181400.GG11898@audi.shelbyville.oz> <1249675613-10949-1-git-send-email-plagnioj@jcrosoft.com> <20090807215841.2047E832E416@gemini.denx.de> Message-ID: <20090807220403.GS13346@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23:58 Fri 07 Aug , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1249675613-10949-1-git-send-email-plagnioj@jcrosoft.com> you wrote: > > From: Ron Lee > > > > use the same dummy weak functions too > > it will save 200 bytes > > > > Signed-off-by: Ron Lee > > > > update the implementation > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > --- > > lib_arm/board.c | 28 ++++++++++------------------ > > 1 files changed, 10 insertions(+), 18 deletions(-) > > This whole stuff should be #ifdef'ed and only included when some board > actually uses such a feature. the current patch is a fix for gcc 4.4 such update could be done later as we need to touch a lot's of file c and assembly Best Regards, J.