NetBSD-Bugs archive

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

Re: lib/49653: tests/lib/libc/gen/t_siginfo:sigbus_adraln failed on m68k



The following reply was made to PR lib/49653; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: lib/49653: tests/lib/libc/gen/t_siginfo:sigbus_adraln failed on m68k
Date: Tue, 10 Feb 2015 10:51:44 +0100

 Please do not do it as a #ifdef compile time check, but use a proper sysctl
 variable to check at runtime.
 
 Other archtiectures use for example:
 
 	machdep.unaligned_sigbus = 1
 
 (e.g. on macppc and arm, where it depends on the concrete cpu model you are
 running on)
 
 
 Martin
 


Home | Main Index | Thread Index | Old Index