[PATCH] Define 32-bit sigcontext_struct for x86-64

Jakub Jelinek jakub@redhat.com
Thu Jan 23 21:15:00 GMT 2003


On Thu, Jan 23, 2003 at 01:42:19PM +0100, Gwenole Beauchesne wrote:
> On Wed, 22 Jan 2003, Jakub Jelinek wrote:
> 
> > > 2003-01-22  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
> > > 
> > > 	* sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h
> > > 	(sigcontext_struct): Define for 32-bit sigcontext.
> > 
> > This belongs to libjava, not glibc IMHO.
> 
> Agreed, as I don't know any other package requiring that to be defined. 
> Please have a look at what I posted on gcc-patches@ then.

If you #define sigcontext_struct sigcontext in i386-signal.h, it is wrong too,
because suddenly you don't support old kernels on IA-32.
I will commit a different patch (well, have it for a few days already,
but need to wait for some expect/tcl bugs to be resolved first so that
I can actually test it).

	Jakub



More information about the Libc-alpha mailing list