From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 5 Apr 2013 01:12:07 +0200 Subject: [U-Boot] [PATCH] ARM: Fix __bss_start and __bss_end in linker scripts In-Reply-To: <1365113633-31281-1-git-send-email-albert.u.boot@aribaud.net> References: <1365113633-31281-1-git-send-email-albert.u.boot@aribaud.net> Message-ID: <20130405011207.4ca6972b@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, On Fri, 5 Apr 2013 00:13:53 +0200, Albert ARIBAUD wrote: > Commit 3ebd1cbc introduced compiler-generated __bss_start > and __bss_end__ and commit c23561e7 rewrote all __bss_end__ > as __bss_end. Their merge caused silent and harmless but > potentially bug-inducing clashes between compiler- and linker- > enerated __bss_end symbols. ~~~~~~~~ make that "generated". If there is no request for changes, I'll fix this typo directly when applying the patch. Amicalement, -- Albert.