Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: gnusrc/gnu/usr.bin/gcc/arch/arm
On Wed, Jan 30, 2002 at 07:11:45PM +0200, Reinoud Zandijk wrote:
This change is totally bogus. Please back it out.
>
> Module Name: gnusrc
> Committed By: reinoud
> Date: Wed Jan 30 17:11:45 UTC 2002
>
> Modified Files:
> gnusrc/gnu/usr.bin/gcc/arch/arm: auto-host.h
>
> Log Message:
> The config file mentiones that if off_t isnt defined its defined in gcc as
> `long'. This gives rise to defining `off_t' to a signed 64 bit on LP64
> machines giving rise to cross compiling errors.
>
> By explicitly setting it to int32_t its forced to use signed 32 bits
> integers as required and expected on the ILP32 ARM processor.
>
> This aparently fixes PR 15303
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.3 -r1.4 gnusrc/gnu/usr.bin/gcc/arch/arm/auto-host.h
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
--
-- Jason R. Thorpe <thorpej%wasabisystems.com@localhost>
Home |
Main Index |
Thread Index |
Old Index