From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by oss.sgi.com id ; Thu, 8 Mar 2001 08:19:39 -0800 Received: from jester.ti.com ([192.94.94.1]:34704 "EHLO jester.ti.com") by oss.sgi.com with ESMTP id ; Thu, 8 Mar 2001 08:19:18 -0800 Received: from dlep7.itg.ti.com ([157.170.134.103]) by jester.ti.com (8.11.1/8.11.1) with ESMTP id f28GJCD03514 for ; Thu, 8 Mar 2001 10:19:12 -0600 (CST) Received: from dlep7.itg.ti.com (localhost [127.0.0.1]) by dlep7.itg.ti.com (8.9.3/8.9.3) with ESMTP id KAA13440 for ; Thu, 8 Mar 2001 10:19:12 -0600 (CST) Received: from dlep4.itg.ti.com (dlep4-maint.itg.ti.com [157.170.133.17]) by dlep7.itg.ti.com (8.9.3/8.9.3) with ESMTP id KAA13395 for ; Thu, 8 Mar 2001 10:19:11 -0600 (CST) Received: from ti.com (reddwarf.sc.ti.com [158.218.100.143]) by dlep4.itg.ti.com (8.9.3/8.9.3) with ESMTP id KAA22243 for ; Thu, 8 Mar 2001 10:19:10 -0600 (CST) Message-ID: <3AA7B13F.F918E1F8@ti.com> Date: Thu, 08 Mar 2001 09:20:15 -0700 From: Jeff Harrell X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-mips@oss.sgi.com Subject: Question concerning Assembler error Content-Type: multipart/mixed; boundary="------------45CDACA24C63474FA77065DA" Sender: owner-linux-mips@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-mips-outgoing This is a multi-part message in MIME format. --------------45CDACA24C63474FA77065DA Content-Type: multipart/alternative; boundary="------------B15A6BD89F9960B889747A5E" --------------B15A6BD89F9960B889747A5E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am getting a strange error from the assembler that I am not quite sure what to make of it. Here is the Error and code snippet: >make mipsel-linux-gcc -D_ASSEMBLER_ -mcpu=r4600 -mips2 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -G -0 -mno-abicalls -fno-pic -pipe -mlong-calls -Wimplicit -c avreset.S avreset.S: Assembler messages: avreset.S:262: Error: Rest of line ignored. First ignored character is `0'. avreset.S:1006: Error: Rest of line ignored. First ignored character is `0'. gmake: *** [avreset.o] Error 1 gmake: Target `all' not remade because of errors. And here is the code that seems to be causing the problem: /* Interrupt : For now we simply disable interrupts and return */ MFC0( k0, C0_STATUS) srl k0, 1 sll k0, 1 MTC0( k0, C0_STATUS) nop .set mips3 ==> eret <== .set mips2 nop Any information that anyone might have would be greatly appreciated. Regards, Jeff Harrell -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jeff Harrell Work: (801) 619-6104 Broadband Access group/TI jharrell@ti.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --------------B15A6BD89F9960B889747A5E Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit I am getting a strange error from the assembler that I am not quite sure what to make of it.  Here
is the  Error and code snippet:
 
>make
mipsel-linux-gcc -D_ASSEMBLER_ -mcpu=r4600 -mips2 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -G -0 -mno-abicalls -fno-pic -pipe -mlong-calls -Wimplicit -c avreset.S
avreset.S: Assembler messages:
avreset.S:262: Error: Rest of line ignored. First ignored character is `0'.
avreset.S:1006: Error: Rest of line ignored. First ignored character is `0'.
gmake: *** [avreset.o] Error 1
gmake: Target `all' not remade because of errors.
 

And here is the code that seems to be causing the problem:

   /* Interrupt : For now we simply disable interrupts and return */
 
        MFC0(   k0, C0_STATUS)
        srl     k0, 1
        sll     k0, 1
        MTC0(   k0, C0_STATUS)
        nop
        .set    mips3
==>  eret   <==
        .set    mips2
        nop
 

Any information that anyone might have would be greatly appreciated.

Regards,
Jeff Harrell

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jeff Harrell                    Work:  (801) 619-6104 
Broadband Access group/TI       
jharrell@ti.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  --------------B15A6BD89F9960B889747A5E-- --------------45CDACA24C63474FA77065DA Content-Type: text/x-vcard; charset=us-ascii; name="jharrell.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Jeff Harrell Content-Disposition: attachment; filename="jharrell.vcf" begin:vcard n:Harrell;Jeff tel;cell:(801) 597-6268 tel;fax:(801) 619-6150 tel;work:(801) 619-6104 x-mozilla-html:TRUE url:http://www.ti.com org:Broadband Access Group version:2.1 email;internet:jharrell@ti.com title:Texas Instruments adr;quoted-printable:;;170 West Election Rd. Suite 100 =0D=0AMS 4106 ;Draper;Utah;84020-6410;USA x-mozilla-cpt:;0 fn:Jeff Harrell end:vcard --------------45CDACA24C63474FA77065DA-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by oss.sgi.com id ; Thu, 8 Mar 2001 08:30:29 -0800 Received: from haliga.physik.TU-Cottbus.De ([141.43.75.9]:53518 "HELO haliga.physik.tu-cottbus.de") by oss.sgi.com with SMTP id ; Thu, 8 Mar 2001 08:30:08 -0800 Received: by haliga.physik.tu-cottbus.de (Postfix, from userid 7215) id 81FDB8D66; Thu, 8 Mar 2001 17:30:03 +0100 (MET) Date: Thu, 8 Mar 2001 17:30:03 +0100 To: linux-mips@oss.sgi.com Subject: Re: Question concerning Assembler error Message-ID: <20010308173003.A17217@physik.tu-cottbus.de> Mail-Followup-To: heinold@physik.tu-cottbus.de, linux-mips@oss.sgi.com References: <3AA7B13F.F918E1F8@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3AA7B13F.F918E1F8@ti.com>; from jharrell@ti.com on Thu, Mar 08, 2001 at 09:20:15AM -0700 From: heinold@physik.tu-cottbus.de (H.Heinold) Sender: owner-linux-mips@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-mips-outgoing On Thu, Mar 08, 2001 at 09:20:15AM -0700, Jeff Harrell wrote: > I am getting a strange error from the assembler that I am not quite sure > what to make of it. Here > is the Error and code snippet: > > > >make > mipsel-linux-gcc -D_ASSEMBLER_ -mcpu=r4600 -mips2 -Wall > -Wstrict-prototypes -O2 -fomit-frame-pointer -G -0 > -mno-abicalls -fno-pic -pipe -mlong-calls -Wimplicit -c Hm sorry cant help with the assembler problem, but which machine has a 4600 Prozessor and run mipsel on it? -- Henning Heinold From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by oss.sgi.com id ; Thu, 8 Mar 2001 08:37:59 -0800 Received: from u-45-19.karlsruhe.ipdial.viaginterkom.de ([62.180.19.45]:55556 "EHLO u-45-19.karlsruhe.ipdial.viaginterkom.de") by oss.sgi.com with ESMTP id ; Thu, 8 Mar 2001 08:37:52 -0800 Received: from dea ([193.98.169.28]:899 "EHLO dea.waldorf-gmbh.de") by bacchus.dhis.org with ESMTP id ; Thu, 8 Mar 2001 17:37:33 +0100 Received: (from ralf@localhost) by dea.waldorf-gmbh.de (8.11.1/8.11.1) id f28GbOG14462; Thu, 8 Mar 2001 17:37:24 +0100 Date: Thu, 8 Mar 2001 17:37:24 +0100 From: Ralf Baechle To: Jeff Harrell Cc: linux-mips@oss.sgi.com Subject: Re: Question concerning Assembler error Message-ID: <20010308173724.A11107@bacchus.dhis.org> References: <3AA7B13F.F918E1F8@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AA7B13F.F918E1F8@ti.com>; from jharrell@ti.com on Thu, Mar 08, 2001 at 09:20:15AM -0700 X-Accept-Language: de,en,fr Sender: owner-linux-mips@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-mips-outgoing On Thu, Mar 08, 2001 at 09:20:15AM -0700, Jeff Harrell wrote: > /* Interrupt : For now we simply disable interrupts and > return */ > > MFC0( k0, C0_STATUS) > srl k0, 1 > sll k0, 1 > MTC0( k0, C0_STATUS) > nop > .set mips3 > ==> eret <== > .set mips2 > nop > > > Any information that anyone might have would be greatly appreciated. I suggest to run this code through the preprocessor only using the -E -C options. The output will be somewhat cryptic but explain much better what's wrong. Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by oss.sgi.com id ; Thu, 8 Mar 2001 08:41:09 -0800 Received: from u-45-19.karlsruhe.ipdial.viaginterkom.de ([62.180.19.45]:56324 "EHLO u-45-19.karlsruhe.ipdial.viaginterkom.de") by oss.sgi.com with ESMTP id ; Thu, 8 Mar 2001 08:41:05 -0800 Received: from dea ([193.98.169.28]:1411 "EHLO dea.waldorf-gmbh.de") by bacchus.dhis.org with ESMTP id ; Thu, 8 Mar 2001 17:40:50 +0100 Received: (from ralf@localhost) by dea.waldorf-gmbh.de (8.11.1/8.11.1) id f28GeiX14498; Thu, 8 Mar 2001 17:40:44 +0100 Date: Thu, 8 Mar 2001 17:40:44 +0100 From: Ralf Baechle To: heinold@physik.tu-cottbus.de, linux-mips@oss.sgi.com Subject: Re: Question concerning Assembler error Message-ID: <20010308174044.B11107@bacchus.dhis.org> References: <3AA7B13F.F918E1F8@ti.com> <20010308173003.A17217@physik.tu-cottbus.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010308173003.A17217@physik.tu-cottbus.de>; from heinold@physik.tu-cottbus.de on Thu, Mar 08, 2001 at 05:30:03PM +0100 X-Accept-Language: de,en,fr Sender: owner-linux-mips@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-mips-outgoing On Thu, Mar 08, 2001 at 05:30:03PM +0100, H.Heinold wrote: > Hm sorry cant help with the assembler problem, but which machine > has a 4600 Prozessor and run mipsel on it? RM200C. Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by oss.sgi.com id ; Thu, 8 Mar 2001 08:43:59 -0800 Received: from enst.enst.fr ([137.194.2.16]:25324 "HELO enst.enst.fr") by oss.sgi.com with SMTP id ; Thu, 8 Mar 2001 08:43:39 -0800 Received: from email.enst.fr (muse.enst.fr [137.194.2.33]) by enst.enst.fr (Postfix) with ESMTP id E89431C956 for ; Thu, 8 Mar 2001 17:43:32 +0100 (MET) Received: from donjuan.enst.fr (donjuan.enst.fr [137.194.168.21]) by email.enst.fr (8.9.3/8.9.3) with ESMTP id RAA12807 for ; Thu, 8 Mar 2001 17:43:32 +0100 (MET) Received: from localhost (bellard@localhost) by donjuan.enst.fr (8.9.3+Sun/8.9.3) with SMTP id RAA09721 for ; Thu, 8 Mar 2001 17:43:31 +0100 (MET) Date: Thu, 8 Mar 2001 17:43:31 +0100 (MET) From: Fabrice Bellard To: linux-mips@oss.sgi.com Subject: mips gcc 2.95.2 and 2.91.66 bug In-Reply-To: <3AA7B13F.F918E1F8@ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mips@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-mips-outgoing Hi! Maybe this bug can interest you: when using byte swaping in le16_to_cpu for example, mips gcc 2.95.2 and 2.91.66 sometime do not generate correct code : the u16 to u32 convertion is missing. I found this bug while compiling drivers/mtd/ftl.c in build_maps(). Here is a sample source to reproduce the bug: typedef unsigned short __u16; extern __inline__ __const__ __u16 le16_to_cpu(__u16 x) { return ((__u16)( \ (((__u16)(x) & (__u16)0x00ffU) << 8) | \ (((__u16)(x) & (__u16)0xff00U) >> 8) )); } int test(int xtrans, int xvalid, __u16 *ptr) { if ((xvalid+xtrans != le16_to_cpu(*ptr))) { return -1; } return 0; } The generated asm is : test: .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, extra= 0 .mask 0x00000000,0 .fmask 0x00000000,0 .set noreorder .cpload $25 .set reorder lhu $3,0($7) addu $5,$6,$5 sll $4,$3,8 srl $3,$3,8 or $4,$4,$3 .set noreorder .set nomacro bne $5,$4,$L7 li $2,-1 # 0xffffffff .set macro .set reorder move $2,$0 $L7: j $31 .end test The andi op is missing. egcs-1.0.3 seems to be OK. I have no experience in submitting gcc bugs, so if someone could forward this mail to the relevant gcc mailing list... Fabrice. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by oss.sgi.com id ; Thu, 8 Mar 2001 08:50:59 -0800 Received: from mx.mips.com ([206.31.31.226]:43233 "EHLO mx.mips.com") by oss.sgi.com with ESMTP id ; Thu, 8 Mar 2001 08:50:48 -0800 Received: from newman.mips.com (ns-dmz [206.31.31.225]) by mx.mips.com (8.9.3/8.9.0) with ESMTP id IAA05178; Thu, 8 Mar 2001 08:50:47 -0800 (PST) Received: from Ulysses (ulysses [192.168.236.13]) by newman.mips.com (8.9.3/8.9.0) with SMTP id IAA29098; Thu, 8 Mar 2001 08:50:44 -0800 (PST) Message-ID: <01b701c0a7f0$79260ba0$0deca8c0@Ulysses> From: "Kevin D. Kissell" To: "Ralf Baechle" , , References: <3AA7B13F.F918E1F8@ti.com> <20010308173003.A17217@physik.tu-cottbus.de> <20010308174044.B11107@bacchus.dhis.org> Subject: Re: Question concerning Assembler error Date: Thu, 8 Mar 2001 17:54:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-linux-mips@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-mips-outgoing > > Hm sorry cant help with the assembler problem, but which machine > > has a 4600 Prozessor and run mipsel on it? > > RM200C. Actually, It's far more likely that Jeff is working with a MIPS 4KC or 5KC CPU core. -mcpu=r4600 ends up being the closest fit to the MIPS32 ISA and pipeline among the options available for the Linux-capable gcc compilers. Kevin K. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by oss.sgi.com id ; Thu, 8 Mar 2001 16:19:21 -0800 Received: from u-49-20.karlsruhe.ipdial.viaginterkom.de ([62.180.20.49]:64004 "EHLO u-49-20.karlsruhe.ipdial.viaginterkom.de") by oss.sgi.com with ESMTP id ; Thu, 8 Mar 2001 16:19:16 -0800 Received: from dea ([193.98.169.28]:27011 "EHLO dea.waldorf-gmbh.de") by bacchus.dhis.org with ESMTP id ; Fri, 9 Mar 2001 01:18:59 +0100 Received: (from ralf@localhost) by dea.waldorf-gmbh.de (8.11.1/8.11.1) id f290IrT22672; Fri, 9 Mar 2001 01:18:53 +0100 Date: Fri, 9 Mar 2001 01:18:53 +0100 From: Ralf Baechle To: "Kevin D. Kissell" Cc: , Subject: Re: Question concerning Assembler error Message-ID: <20010309011853.E21844@bacchus.dhis.org> References: <3AA7B13F.F918E1F8@ti.com> <20010308173003.A17217@physik.tu-cottbus.de> <20010308174044.B11107@bacchus.dhis.org> <01b701c0a7f0$79260ba0$0deca8c0@Ulysses> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01b701c0a7f0$79260ba0$0deca8c0@Ulysses>; from kevink@mips.com on Thu, Mar 08, 2001 at 05:54:29PM +0100 X-Accept-Language: de,en,fr Sender: owner-linux-mips@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-mips-outgoing On Thu, Mar 08, 2001 at 05:54:29PM +0100, Kevin D. Kissell wrote: > > > Hm sorry cant help with the assembler problem, but which machine > > > has a 4600 Prozessor and run mipsel on it? > > > > RM200C. > > Actually, It's far more likely that Jeff is working with a > MIPS 4KC or 5KC CPU core. -mcpu=r4600 ends up > being the closest fit to the MIPS32 ISA and pipeline > among the options available for the Linux-capable > gcc compilers. Maybe your answer is right, but then the question is wrong :-) Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by oss.sgi.com id ; Thu, 8 Mar 2001 18:28:53 -0800 Received: from ns5.Sony.CO.JP ([202.238.80.5]:61700 "EHLO ns5.sony.co.jp") by oss.sgi.com with ESMTP id ; Thu, 8 Mar 2001 18:28:42 -0800 Received: from mail2.sony.co.jp (gatekeeper8.Sony.CO.JP [202.238.80.22]) by ns5.sony.co.jp (R8) with ESMTP id f292Se354688; Fri, 9 Mar 2001 11:28:40 +0900 (JST) Received: from mail2.sony.co.jp (localhost [127.0.0.1]) by mail2.sony.co.jp (R8) with ESMTP id f292SeY15344; Fri, 9 Mar 2001 11:28:40 +0900 (JST) Received: from smail1.sm.sony.co.jp (smail1.sm.sony.co.jp [43.11.253.1]) by mail2.sony.co.jp (R8) with ESMTP id f292Sev15336; Fri, 9 Mar 2001 11:28:40 +0900 (JST) Received: from imail.sm.sony.co.jp (imail.sm.sony.co.jp [43.27.209.5]) by smail1.sm.sony.co.jp (8.8.8/3.6W) with ESMTP id LAA03188; Fri, 9 Mar 2001 11:28:42 +0900 (JST) Received: from mach0.sm.sony.co.jp (mach0.sm.sony.co.jp [43.27.210.135]) by imail.sm.sony.co.jp (8.8.8/3.7W) with ESMTP id LAA10517; Fri, 9 Mar 2001 11:28:08 +0900 (JST) Received: from localhost by mach0.sm.sony.co.jp (8.8.8/FreeBSD) with ESMTP id LAA14074; Fri, 9 Mar 2001 11:28:08 +0900 (JST) To: bellard@email.enst.fr Cc: linux-mips@oss.sgi.com Subject: Re: mips gcc 2.95.2 and 2.91.66 bug In-Reply-To: References: <3AA7B13F.F918E1F8@ti.com> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010309112808P.machida@sm.sony.co.jp> Date: Fri, 09 Mar 2001 11:28:08 +0900 From: Hiroyuki Machida X-Dispatcher: imput version 990905(IM130) Sender: owner-linux-mips@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-mips-outgoing From: Fabrice Bellard Subject: mips gcc 2.95.2 and 2.91.66 bug Date: Thu, 8 Mar 2001 17:43:31 +0100 (MET) > Hi! > > Maybe this bug can interest you: when using byte swaping in le16_to_cpu > for example, mips gcc 2.95.2 and 2.91.66 sometime do not generate correct > code : the u16 to u32 convertion is missing. I found this bug while > compiling drivers/mtd/ftl.c in build_maps(). Here is a sample source to > reproduce the bug: This bug is fixed by following chage in GCC 3.0. gcc/gcc/ChangeLog.3: 2000-04-24 Hiroyuki Machida * combine.c (try_combine): Update reg_nonzero_bits of newi2pat before newpat. Please refer mail archives at gcc.gnu.org for details. You can easily apply this fix to gcc-2.95.x. --- Hiroyuki Machida Creative Station SCE Inc. From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <01b701c0a7f0$79260ba0$0deca8c0@Ulysses> From: "Kevin D. Kissell" References: <3AA7B13F.F918E1F8@ti.com> <20010308173003.A17217@physik.tu-cottbus.de> <20010308174044.B11107@bacchus.dhis.org> Subject: Re: Question concerning Assembler error Date: Thu, 8 Mar 2001 17:54:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: owner-linux-mips@oss.sgi.com Return-Path: To: Ralf Baechle , heinold@physik.tu-cottbus.de, linux-mips@oss.sgi.com Message-ID: <20010308165429.CMpDQslFcFt8cvn0guz4QuM85M21vc4VyZt889-XvoA@z> > > Hm sorry cant help with the assembler problem, but which machine > > has a 4600 Prozessor and run mipsel on it? > > RM200C. Actually, It's far more likely that Jeff is working with a MIPS 4KC or 5KC CPU core. -mcpu=r4600 ends up being the closest fit to the MIPS32 ISA and pipeline among the options available for the Linux-capable gcc compilers. Kevin K. From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 9 Mar 2001 01:18:53 +0100 From: Ralf Baechle Subject: Re: Question concerning Assembler error Message-ID: <20010309011853.E21844@bacchus.dhis.org> References: <3AA7B13F.F918E1F8@ti.com> <20010308173003.A17217@physik.tu-cottbus.de> <20010308174044.B11107@bacchus.dhis.org> <01b701c0a7f0$79260ba0$0deca8c0@Ulysses> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01b701c0a7f0$79260ba0$0deca8c0@Ulysses>; from kevink@mips.com on Thu, Mar 08, 2001 at 05:54:29PM +0100 Sender: owner-linux-mips@oss.sgi.com Return-Path: To: "Kevin D. Kissell" Cc: heinold@physik.tu-cottbus.de, linux-mips@oss.sgi.com Message-ID: <20010309001853.iDvOQdFNiAi4VdmVpbYCbdIPBKWnw5fLiwuO3-Pf2yM@z> On Thu, Mar 08, 2001 at 05:54:29PM +0100, Kevin D. Kissell wrote: > > > Hm sorry cant help with the assembler problem, but which machine > > > has a 4600 Prozessor and run mipsel on it? > > > > RM200C. > > Actually, It's far more likely that Jeff is working with a > MIPS 4KC or 5KC CPU core. -mcpu=r4600 ends up > being the closest fit to the MIPS32 ISA and pipeline > among the options available for the Linux-capable > gcc compilers. Maybe your answer is right, but then the question is wrong :-) Ralf