2009/4/4 Danny Smith <dannysm...@clear.net.nz>:
>> Hi all,
>>
>> Please find attached a patch I built to add stdint-related
>> information
>> to GCC configuration for the mingw target (see
>> http://gcc.gnu.org/ml/gcc/2009-04/msg00000.html
>>   for more details about why).
>
> Thanks for this.  I am just in the process of doning a testsuite run on 
> exactly the the
> same patch as yours
> (main diff is that I put everything in "mingw-stdint.h" for sanity reason.  I 
> will need
> Kai's help on 32/64 bit #ifdefs
>
>> I hope this can help,
> It does of course.
>
> Danny
>
>

Thanks for the patch. Are those defines really just for default target
necessary? Shouldn't be the defines target dependent?
Something like '#define UINTPTR_TYPE (TARGET_64BIT ? "long long int" : "int")' ?

Cheers,
Kai


-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

Reply via email to