From: Randolph Chung <randolph@tausq.org>
To: Carlos O'Donell <carlos@baldric.uwo.ca>,
parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] RFC - glibc - patch reivew - 64->32
Date: Fri, 23 Aug 2002 08:36:00 -0700 [thread overview]
Message-ID: <20020823153600.GS8214@tausq.org> (raw)
In-Reply-To: <20020823131634.GA3229@systemhalted>
> #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))
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
next prev parent reply other threads:[~2002-08-23 15:32 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 [this message]
2002-08-23 16:14 ` Carlos O'Donell
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=20020823153600.GS8214@tausq.org \
--to=randolph@tausq.org \
--cc=carlos@baldric.uwo.ca \
--cc=parisc-linux@lists.parisc-linux.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.