From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Tue, 09 Nov 2010 20:48:05 +1100 Subject: [U-Boot] [PATCH] Switch from archive libraries to partial linking In-Reply-To: <1289253872-16891-1-git-send-email-sebastien.carlier@gmail.com> References: <1289253872-16891-1-git-send-email-sebastien.carlier@gmail.com> Message-ID: <4CD918D5.80002@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 09/11/10 09:04, Sebastien Carlier wrote: > NOTE: This does not include the actual patch as it is too large for the mailing list (418 kB). > Signed-off-by: Sebastien Carlier Patch applies with zero errors or warnings to my x86 branch, builds clean, runs and, as a bonus, allows me to move the sc520 reset_cpu() which has an ugly #ifdef in sc520.c into it's own file (with archives, if the archive contained only overrides of weak functions, they would be skipped - I think the archive needed at least the first function to not be an override of a weak function) So I'm a very happy (one less #ifdef) camper Tested-by: Graeme Russ