From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Mon, 29 Nov 2010 16:13:51 +0100 Subject: [U-Boot] v2010-rc2: OMAP3 broken In-Reply-To: <4CF3C101.2000202@denx.de> References: <20101129124847.E1D8111D94F2@gemini.denx.de> <19F8576C6E063C45BE387C64729E739404BCCA4345@dbde02.ent.ti.com> <19F8576C6E063C45BE387C64729E739404BCCA4348@dbde02.ent.ti.com> <4CF3BBBC.8080306@free.fr> <4CF3C101.2000202@denx.de> Message-ID: <4CF3C32F.8080207@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 Dear Heiko Schocher, Am 29.11.2010 16:04, schrieb Heiko Schocher: [snip] > So it seems to me the "sort" version intermix the "rel dyn" > section entries with "normal" vars in bss ... Which raises > the question: > > Why is the rel.dyn Section in the bss section? cause of the ---8<--- .bss __rel_dyn_start (OVERLAY) : { --->8--- in u-boot.lds But the error is to use bss variables before setting up the bss section, isn't it? regards Andreas Bie?mann