From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Sun, 31 Oct 2010 17:18:27 +0100 Subject: [U-Boot] arm: wrong Relocation and not cleared BSS In-Reply-To: <20101031115835.83DC6EA47F@gemini.denx.de> References: <4CCC18E7.8080708@ahsoftware.de> <4CCC1F6C.7040603@free.fr> <20101030143624.E6C701522C0@gemini.denx.de> <4CCD4C1C.2050603@ahsoftware.de> <20101031115835.83DC6EA47F@gemini.denx.de> Message-ID: <4CCD96D3.40907@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, Am 31.10.2010 12:58, schrieb Wolfgang Denk: > >> If an object that has automatic storage duration is not initialized >> explicitly, its value is >> > Wrong section. We are not talking about variables with "automatic > storage" (which means they are allocated on the stack), but about > _static_ variables. > > You should have read just one sentence further: ;) ------ If an object that has static storage duration is not initialized explicitly, then: ... ------ Regards, Alexander