[582] in Pthreads mailing list archive
Assembler warnings in syscall.S
daemon@ATHENA.MIT.EDU (Michael Widenius)
Tue Mar 4 04:56:17 1997
Date: Tue, 4 Mar 1997 11:30:34 +0200 (EET)
From: Michael Widenius <monty@tcx.se>
To: pthreads@MIT.EDU
In-Reply-To: <330B7B52.11E8@credence.com>
Reply-To: monty@analytikerna.se
>>>>> "Eric" == Eric Parker <eparker@credence.com> writes:
Eric> Folks,
Eric> I am compiling for Pthreads 1_51_0 for SunOS4.1.3 using gcc. I get the
Eric> following warnings
Eric> gcc -c -g -I../include -DPTHREAD_KERNEL -c syscall.S -o ../syscall.o
Eric> as: "syscall.S", line 51: warning: label in delay slot (follows CTI)
Eric> as: "syscall.S", line 56: warning: label in delay slot (follows CTI)
Eric> This is repeated for each invocation of SYSCALL.
Eric> The trouble appears to be with the __machdep_sys_##x:; label.
Eric> Should I be concerned with these warnings?
No this is normal. (This is only a warning)
If you apply my patches that I posted to this list a while ago, you shouldn't
get this message.
Eric> Thanks
Eric> Eric Parker
Eric> 503-520-6478
Eric> eparker@credence.com