public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Todd Vierling <tv@pobox.com>
To: Yusuf Goolamabbas <yusufg@krdl.org.sg>
Cc: egcs@cygnus.com
Subject: Re: PGP 5.0i compiled with egcs-1.0.2/Solaris 2.6-sparc gives bus error
Date: Fri, 27 Mar 1998 15:18:00 -0000	[thread overview]
Message-ID: <Pine.NEB.3.96.980326072926.18396B-100000@like.duh.org> (raw)
In-Reply-To: <199803240715.PAA27590@charlotte.krdl.org.sg>

On Tue, 24 Mar 1998, Yusuf Goolamabbas wrote:

: MD5Context, which contains a conditional for HAVE64, which is set along
: with typedefs in include/pgpUsuals.h.  I am not certain why, but using

:         I manually disabled the HAVE64 check, so that the code will use
: two 32bit words, and that solved the problem.
: 
: Can somebody comment upon this ?

On Sun SPARCstations, 8-byte integers (`unsigned long long') ust be aligned
on an 8-byte boundary, and it is not used as such in this code.

Adding an "unsigned long pad" before the affected variable should fix it.

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)


  reply	other threads:[~1998-03-27 15:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-03-24  0:03 Yusuf Goolamabbas
1998-03-27 15:18 ` Todd Vierling [this message]
1998-03-26 23:46 Geoffrey KEATING

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=Pine.NEB.3.96.980326072926.18396B-100000@like.duh.org \
    --to=tv@pobox.com \
    --cc=egcs@cygnus.com \
    --cc=yusufg@krdl.org.sg \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).