This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Correction to the gcc 3.4 changes web page?


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/>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]