On Tue, 2013-10-15 at 09:47 +0300, Timo Juhani Lindfors wrote:
> (It was later switched from linux-any to i386 amd64 ia64 s390 powerpc
> arm armel armeb armhf since it cause build failures on mips, mipsel,
> s390x and sparc.)

sys/sdt.h really should compile on all arches. It does have arch
specific assembly, but that is just a "nop" instruction. So if we are
missing one, please do report a bug upstream and we will find the
correct NOP for that arch to fix it.

That is this block in sdt.h:

/* The ia64 and s390 nop instructions take an argument. */
#if defined(__ia64__) || defined(__s390__) || defined(__s390x__)
#define _SDT_NOP        nop 0
#else
#define _SDT_NOP        nop
#endif


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to