This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: work around recent shs.h change
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at cygnus dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 07 Feb 2002 13:05:34 -0700
- Subject: Re: Patch: work around recent shs.h change
- References: <200202071549.HAA09977@makita.cygnus.com>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@cygnus.com> writes:
Anthony> This is my work-around for the recent changes which assume
Anthony> uint32_t etc exist. It will work for the vast majority of
Anthony> potential newlib based embedded ports (32-bit int/8-bit
Anthony> char), and issue a compile time error otherwise.
Anthony> Ok? Or too gross?
What if we instead use the code in java/lang/mprec.h?
I had a vague recollection that we already dealt with this problem.
Tom