Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 1997 21:57:02 -0400 (EDT)
From:      "Chad M. Fraleigh" <chadf@bookcase.com>
To:        hackers@freebsd.org
Subject:   FS & GS registers not in sigcontext?
Message-ID:  <Pine.BSF.3.95.970417214854.562A-100000@notes>
In-Reply-To: <Pine.SV4.3.95.970416141023.13445A-100000@parkplace.cet.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help

	While looking through the wine code I noticed this little comment:

#ifdef linux
/* fs and gs are not supported on *BSD. Hopefully we won't need them. */
#define FS_sig(context)      ((context)->sc_fs)
#define GS_sig(context)      ((context)->sc_gs)
#endif

	And I was just kinda curious why they weren't in there? I mean is
there a reason behind it, or is it just one of those "nobody's bothered
yet" kinda things?


-Chad




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970417214854.562A-100000>