From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28892 invoked by alias); 18 Apr 2005 06:25:12 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 28802 invoked from network); 18 Apr 2005 06:25:07 -0000 Received: from unknown (HELO topsns.toshiba-tops.co.jp) (202.230.225.5) by sourceware.org with SMTP; 18 Apr 2005 06:25:07 -0000 Received: from inside-ms1.toshiba-tops.co.jp by topsns.toshiba-tops.co.jp via smtpd (for sourceware.org [12.107.209.250]) with SMTP; 18 Apr 2005 06:25:07 UT Received: from topsms.toshiba-tops.co.jp (localhost.localdomain [127.0.0.1]) by localhost.toshiba-tops.co.jp (Postfix) with ESMTP id 444C21F2AB; Mon, 18 Apr 2005 15:25:06 +0900 (JST) Received: from srd2sd.toshiba-tops.co.jp (gw-chiba7.toshiba-tops.co.jp [172.17.244.27]) by topsms.toshiba-tops.co.jp (Postfix) with ESMTP id 2EB4F1F1B9; Mon, 18 Apr 2005 15:25:06 +0900 (JST) Received: from localhost (fragile [172.17.28.65]) by srd2sd.toshiba-tops.co.jp (8.12.10/8.12.10) with ESMTP id j3I6P59c085272; Mon, 18 Apr 2005 15:25:05 +0900 (JST) (envelope-from anemo@mba.ocn.ne.jp) Date: Mon, 18 Apr 2005 06:25:00 -0000 Message-Id: <20050418.152504.23600039.nemoto@toshiba-tops.co.jp> To: macro@linux-mips.org Cc: echristo@redhat.com, drow@false.org, binutils@sources.redhat.com Subject: Re: "Error: constant too large" on mips gas From: Atsushi Nemoto In-Reply-To: <20050415.101213.75184527.nemoto@toshiba-tops.co.jp> References: <1113068818.5494.4.camel@localhost.localdomain> <20050415.101213.75184527.nemoto@toshiba-tops.co.jp> X-Fingerprint: 6ACA 1623 39BD 9A94 9B1A B746 CA77 FE94 2874 D52F X-Pgp-Public-Key: http://wwwkeys.pgp.net/pks/lookup?op=get&search=0x2874D52F Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00466.txt.bz2 >>>>> On Fri, 15 Apr 2005 10:12:13 +0900 (JST), Atsushi Nemoto said: anemo> Thanks, I have no problem with this. No, I still have a problem ... $ cat foo.s li $8, 0x80000010 $ mips64-linux-as -64 foo.s foo.s: Assembler messages: foo.s:1: Error: Number (0x080000010) larger than 32 bits Isn't this acceptable? This code comes from linux-mips kernel. In arch/mips/kernel/entry.S: li t0, _TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT Where: #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ #define _TIF_POLLING_NRFLAG (1<