Mail Archives: pgcc/1998/04/23/01:48:24
On Wed, Apr 22, 1998 at 01:01:35PM +0200, Radek Stachowiak wrote:
> {standard input}: Assembler messages:
> {standard input}:653: Error: operands given don't match any known 386
> instruction
edit linux/include/system.h around line 296, you should find:
: "=m"(*(n)) : "a" (addr), "r"(n), "g"(limit), "i"(type))
change this to
: "=m"(*(n)) : "a" (addr), "r"(n), "r"(limit), "i"(type))
^ this is the important thing
That is the last line of the "#define _set_tssldt_desc".
> I have some suggestions but i don't even know how to check them :) so please
> help me with that.
> ... haifa code is buggy ???
> ... as from binutils is buggy ??
> ... some files from binutils package covers files from pgcc (or vice versa) ??
kernel is buggy? ;)
-----==- |
----==-- _ |
---==---(_)__ __ ____ __ Marc Lehmann +--
--==---/ / _ \/ // /\ \/ / pcg AT goof DOT com |e|
-=====/_/_//_/\_,_/ /_/\_\ --+
The choice of a GNU generation |
|
- Raw text -