bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: glibc error, powerpc assembler instruction missing in sysdep.h


From: Andreas Jaeger
Subject: Re: glibc error, powerpc assembler instruction missing in sysdep.h
Date: 20 Jun 2001 08:41:38 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.1 (Cuyahoga Valley)

Craig Svenson <address@hidden> writes:

> Does anyone know the assembler op code for the powerpc601 move instruction?
> 
> Or a way around the following error?
> 
> 
> make[1]: Entering directory `/home/net10/ppc/glibc-2.2.3/posix'
> powerpc-linux-gcc ../sysdeps/unix/geteuid.S -c  -I../include -I.  -I.. 
> -I../libio  -I../sysdeps/powerpc/elf 
> -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread 
> -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix 
> -I../linuxthreads/sysdeps/powerpc -I../sysdeps/unix/sysv/linux/powerpc 
> -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common 
> -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv 
> -I../sysdeps/unix/powerpc -I../sysdeps/unix -I../sysdeps/posix 
> -I../sysdeps/powerpc/fpu -I../sysdeps/powerpc -I../sysdeps/wordsize-32 
> -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 
> -I../sysdeps/powerpc/soft-fp -I../sysdeps/ieee754 -I../sysdeps/generic/elf 
> -I../sysdeps/generic  -nostdinc -isystem 
> /usr/local/lib/gcc-lib/powerpc-linux/2.95.3/include -isystem 
> /usr/local/powerpc-linux/include -D_LIBC_REENTRANT -include 
> ../include/libc-symbols.h     -DASSEMBLER  -Wa,-mppc  -o geteuid.o
> ../sysdeps/unix/geteuid.S: Assembler messages:
> ../sysdeps/unix/geteuid.S:25: Error: Unrecognized opcode: `move(1'

That file shouldn't be used at all.  For Linux/PowerPC geteuid is a
syscall (see sysdeps/unix/sysv/linux/syscalls.list).

Andreas
-- 
 Andreas Jaeger
  SuSE Labs address@hidden
   private address@hidden
    http://www.suse.de/~aj



reply via email to

[Prev in Thread] Current Thread [Next in Thread]