Correction to the gcc 3.4 changes web page?

Russ Allbery rra@stanford.edu
Thu May 13 01:29:00 GMT 2004


Anibal Morales <anibalmorales@hotmail.com> writes:

> Someone please tell the correct person to fix the web page at:
> http://gcc.gnu.org/gcc-3.4/changes.html

> It lists a "Large File Support" fix to the Runtime Library (libstdc++)
> but it says "files larger than 2GB" when in reality 32 bits go up to 4GB.
> Was that a signed integer issue? ... then it will be 2GB.

Without large file support, only 2GB files are supported.  off_t is a
signed integer under Unix.

-- 
Russ Allbery (rra@stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the Gcc-patches mailing list