From: Carlos O'Donell <carlos@baldric.uwo.ca>
To: Randolph Chung <randolph@tausq.org>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] RFC - glibc - patch reivew - 64->32
Date: Fri, 23 Aug 2002 12:14:32 -0400 [thread overview]
Message-ID: <20020823161432.GF4764@systemhalted> (raw)
In-Reply-To: <20020823153600.GS8214@tausq.org>
> > #ifndef _ASM
> > -typedef double __jmp_buf[21];
> > +typedef int __jmp_buf[21] __attribute__ ((aligned (8)));
> > #endif
>
> this should now be
> typedef int __jmp_buf[42] __attribute__ ((aligned (8)));
> (sizeof(double) == 2 * sizeof(int))
>
Correct. Thanks! I've been working in a mixed 32/64-bit mode
for most of the week trying to get sigcontext right... that sometimes
I miss the simple things :}
Can you find example jmpbuf usages that break this?
c.
prev parent reply other threads:[~2002-08-23 16:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-23 13:16 [parisc-linux] RFC - glibc - patch reivew - 64->32 Carlos O'Donell
2002-08-23 15:36 ` Randolph Chung
2002-08-23 16:14 ` Carlos O'Donell [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020823161432.GF4764@systemhalted \
--to=carlos@baldric.uwo.ca \
--cc=parisc-linux@lists.parisc-linux.org \
--cc=randolph@tausq.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.