This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: TOC overflow on linuxppc64
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Christoph Hellwig <hch at infradead dot org>
- Cc: Steve Munroe <sjmunroe at us dot ibm dot com>, Mohammed Tajuddin <taj dot subhani at oracle dot com>, amodra at bigpond dot net dot au, gcc at gcc dot gnu dot org, linuxppc64-dev at lists dot linuxppc dot org
- Date: Fri, 29 Aug 2003 15:24:47 +0200
- Subject: Re: TOC overflow on linuxppc64
- References: <OF12786557.32B9372E-ON86256D91.0052BC58-86256D91.00531E3A@us.ibm.com> <20030829162103.A29782@infradead.org>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Aug 29, 2003 at 04:21:03PM +0100, Christoph Hellwig wrote:
> On Fri, Aug 29, 2003 at 10:07:47AM -0500, Steve Munroe wrote:
> > For compatability with the current SLES 8 and xlc you should use the
> > glibc-2.2.5 plus patches from
>
> what about current cvs HEAD?
For that you need suitable GCC (e.g. one of):
- gcc-3_2-branch with Alan's patchset
- gcc-3_2-rhl8-branch
- gcc-3_3-branch with Alan's patchset
- gcc-3_3-rhl-branch
- gcc HEAD
recent binutils (CVS, hjl's) and CVS glibc.
Jakub