From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2100 invoked by alias); 10 May 2006 10:34:04 -0000 Received: (qmail 2092 invoked by uid 22791); 10 May 2006 10:34:03 -0000 X-Spam-Check-By: sourceware.org Received: from bender.bawue.de (HELO bender.bawue.de) (193.7.176.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 10 May 2006 10:33:54 +0000 Received: from lagash (unknown [194.74.144.146]) by bender.bawue.de (Postfix) with ESMTP id 4F88344EB6; Wed, 10 May 2006 12:33:51 +0200 (MEST) Received: from ths by lagash with local (Exim 4.62) (envelope-from ) id 1Fdm0Q-0007iT-Fr; Wed, 10 May 2006 11:33:22 +0100 Date: Wed, 10 May 2006 15:10:00 -0000 To: Eric Fisher Cc: binutils@sourceware.org Subject: Re: Error: load/store address overflow (max 32 bits) Message-ID: <20060510103322.GB7813@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 From: Thiemo Seufer X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00194.txt.bz2 Eric Fisher wrote: > hi, > Such an instruction " sw $2, 0xb0000388 ", when run on GNU assembler > version 2.14 (mips-elf) using BFD version 2.14 20030612, it failswith > info " Error: load/store address overflow (max 32 bits)". But it can > pass under GNU assembler version 2.9.1 (mips-elf), using BFD version > 2.9.1. > > Is this the problem of the gas version? Is this instrction not > supported or wrong? IIRC this was a problem with mis-detecting sign extended values in gas, it should be fixed in 2.16.1. Thiemo