This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]