From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Mon, 05 May 2008 14:55:49 +0900 Subject: [U-Boot-Users] commit 22069215 - [MIPS] Fix $gp usage In-Reply-To: <20080504185834.07AF5247B4@gemini.denx.de> References: <20080504185834.07AF5247B4@gemini.denx.de> Message-ID: <481EA165.4070209@ruby.dti.ne.jp> 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: > start.S: Assembler messages: > start.S:348: Error: relocation out of range > make[1]: *** [start.o] Error 1 > cache.S: Assembler messages: > cache.S:243: Warning: Pretending global symbol used as branch target is local. > cache.S:250: Warning: Pretending global symbol used as branch target is local. Confirmed both error and warning. I'll look into them. > Jean-Christophe Plagniol-Villard reports that he sees no problems (no > errors nor warnings) with binutils 2.18 Yes, it seems. > I wonder if it was possible to come up with a version of the code > that builds with somewhat older versions of the toolchains, too? I have no idea at the moment. Shinya