From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 22 Jan 2009 16:19:57 -0600 Subject: [U-Boot] mpc8313erdb: crash in image_print_type() In-Reply-To: <20090122221428.AE0F6832E425@gemini.denx.de> References: <5ee96a840901221236j4d8df014n3114f655107dd352@mail.gmail.com> <4978DCB3.1030200@freescale.com> <20090122211213.088CF832E425@gemini.denx.de> <4978E24B.5080802@freescale.com> <20090122221428.AE0F6832E425@gemini.denx.de> Message-ID: <4978F10D.4000307@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Scott Wood, > > In message <4978E24B.5080802@freescale.com> you wrote: >>> But that's a serious bug that should be fixed. >>> >>> Please at least point out where such problems are! Better even, fix >>> them! >> I thought it was known that relocation was imperfect, and that people >> tried fixing it, and ran into toolchain problems. > > So far the offical way is to manually relocate statically initialized > pointers. OK, well then the string tables in common/image.c are missing manual relocation. -Scott