* Error: Unrecognized opcode
@ 2000-05-10 5:24 kim sook young
0 siblings, 0 replies; only message in thread
From: kim sook young @ 2000-05-10 5:24 UTC (permalink / raw)
To: linuxppc-embedded
hi,all
While compiling, Some weird messages occurred.
I don't think rorw is available opcode on the ppc environment. do i?
I don't know why rorw opcodes are generated in assembly code.
----------------------------------------------------------------
Compiling smbd/oplock.c
/tmp/ccs9oFVa.s: Assembler messages:
/tmp/ccs9oFVa.s:190: Error: Unrecognized opcode: `rorw'
/tmp/ccs9oFVa.s:414: Error: Unrecognized opcode: `rorw'
/tmp/ccs9oFVa.s:417: Error: Unrecognized opcode: `rorw'
/tmp/ccs9oFVa.s:1171: Error: Unrecognized opcode: `rorw'
/tmp/ccs9oFVa.s:2629: Error: Unrecognized opcode: `rorw'
make: *** [smbd/oplock.o] Error 1
---------------------------------------------------------------
the following is a part of the assembly code.
.L199:
lis 9,global_oplock_port@ha
la 9,global_oplock_port@l(9)
lhz 0,10(1)
rorw $8, 0
sth 0,0(9)
bl setup_kernel_oplock_pipe
cmpwi 0,3,0
bc 4,2,.L203
li 3,0
b .L205
----------------------------------------------------------------
I hope somebody would tip me off to the solution(?)
Thanks
regards
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-05-10 5:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-05-10 5:24 Error: Unrecognized opcode kim sook young
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).