From: Tom Tromey <tromey@redhat.com>
To: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Cc: Anthony Green <green@redhat.com>, Adam Megacz <adam@megacz.com>,
java@gcc.gnu.org
Subject: Re: gnu/gcj/io/shs.cc doesn't compile on Solaris 2.5.1 (bootstrap failure)
Date: Fri, 15 Mar 2002 13:07:00 -0000 [thread overview]
Message-ID: <87adt9y0jd.fsf@creche.redhat.com> (raw)
In-Reply-To: Rainer Orth's message of "Thu, 14 Mar 2002 11:56:49 +0100 (MET)"
>>>>> "Rainer" == Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
Rainer> right, this is exactly what java/lang/mprec.h does (as already
Rainer> noted in the PR libgcj/5944. I just don't have a good idea
Rainer> where to move this stuff so it can be used both by java/lang
Rainer> and shs.h.
I'm not too concerned about that right now. I don't know if I'll ever
be concerned with it :-).
Could you try this patch?
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
Fix for PR libgcj/5944.
* gnu/gcj/io/shs.h: Define uint8_t and uint32_t.
Index: gnu/gcj/io/shs.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gnu/gcj/io/shs.h,v
retrieving revision 1.2
diff -u -r1.2 shs.h
--- gnu/gcj/io/shs.h 2002/02/07 05:01:29 1.2
+++ gnu/gcj/io/shs.h 2002/03/15 21:05:55
@@ -21,6 +21,9 @@
# if HAVE_STDINT_H
# include <stdint.h>
# endif
+#else
+typedef unsigned int uint32_t __attribute__((mode(SI)));
+typedef unsigned int uint8_t __attribute__((mode(QI)));
#endif
/* The SHS block size and message digest sizes, in bytes */
next prev parent reply other threads:[~2002-03-15 21:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200203132014.VAA27030@tamarinde.TechFak.Uni-Bielefeld.DE>
[not found] ` <86henk3xp5.fsf@megacz.com>
2002-03-13 14:40 ` Rainer Orth
2002-03-13 15:18 ` Adam Megacz
2002-03-13 15:40 ` Anthony Green
2002-03-14 2:56 ` Rainer Orth
2002-03-15 13:07 ` Tom Tromey [this message]
2002-03-15 13:33 ` Rainer Orth
2002-03-15 13:41 ` Tom Tromey
2002-03-15 14:45 ` Rainer Orth
2002-04-02 18:49 ` Tom Tromey
2002-03-15 13:43 ` Tom Tromey
2002-03-15 13:49 ` Rainer Orth
2002-03-15 14:01 ` Tom Tromey
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=87adt9y0jd.fsf@creche.redhat.com \
--to=tromey@redhat.com \
--cc=adam@megacz.com \
--cc=green@redhat.com \
--cc=java@gcc.gnu.org \
--cc=ro@TechFak.Uni-Bielefeld.DE \
/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).