All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@oss.sgi.com>
To: linux-mips@oss.sgi.com
Subject: Re: Build failure for R3000 DECstation
Date: Mon, 13 Nov 2000 10:47:35 +0100	[thread overview]
Message-ID: <20001113104735.A3253@bacchus.dhis.org> (raw)
In-Reply-To: <20001112210049.C26606@lug-owl.de>; from jbglaw@lug-owl.de on Sun, Nov 12, 2000 at 09:00:49PM +0100

On Sun, Nov 12, 2000 at 09:00:49PM +0100, Jan-Benedict Glaw wrote:

> I see this build failure:
> 
> mipsel-linux-gcc -D__KERNEL__ -I/usr/src/mipsel/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -mcpu=r3000 -mips1 -pipe     -c -o sysmips.o sysmips.c
> sysmips.c: In function `sys_sysmips':
> sysmips.c:109: warning: implicit declaration of function `syscall_trace'
> {standard input}: Assembler messages:
> {standard input}:337: Error: opcode requires -mips2 or greater `ll'
> {standard input}:339: Error: opcode requires -mips2 or greater `sc'
> {standard input}:340: Error: opcode requires -mips2 or greater `beqzl'
> {standard input}:341: Error: opcode requires -mips2 or greater `ll'
> make[1]: *** [sysmips.o] Error 1

The sysmips(MIPS_ATOMIC_SET, ...) implementation used to be completly broken.
I fixed it for CPUs with ll/sc and left the part with ll/sc to others.

Obviously none of them seemed to care so now I'm doing the quick fix.
Frankly, a syscall which shouldn't be used doesn't deserve more attention ...

  Ralf

  reply	other threads:[~2000-11-13 22:11 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-12 20:00 Build failure for R3000 DECstation Jan-Benedict Glaw
2000-11-13  9:47 ` Ralf Baechle [this message]
2000-11-14 21:30   ` Harald Koerfgen
2000-11-14 23:41     ` Ralf Baechle
2000-11-15  0:58       ` Maciej W. Rozycki
2000-11-15  1:43         ` Ralf Baechle
2000-11-15  3:13           ` Jun Sun
2000-11-15  3:16             ` Ralf Baechle
2000-11-15 11:21             ` Maciej W. Rozycki
2000-11-15 19:46             ` Harald Koerfgen
2000-11-15 20:17               ` Maciej W. Rozycki
2000-11-15 20:21                 ` Jun Sun
2000-11-16 13:23                   ` Maciej W. Rozycki
2000-11-15 20:17               ` Jun Sun
2000-11-15 20:31                 ` Maciej W. Rozycki
2000-11-15 11:18           ` Maciej W. Rozycki
2000-11-16  1:27             ` Ralf Baechle
2000-11-16 13:41               ` Maciej W. Rozycki
2000-11-15 19:46       ` Harald Koerfgen
2000-11-13 21:03 ` Harald Koerfgen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20001113104735.A3253@bacchus.dhis.org \
    --to=ralf@oss.sgi.com \
    --cc=linux-mips@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.