MIPS, libsupc++ and -G 0

2005-04-18 Thread Jonathan Larmour
On MIPS, libgcc is built with -G 0, which is used to ensure the contents don't assume they will be placed in the small data/bss section. Setting -G 0 is used to allow for the possibility of large applications, or those where even small data may be located more than 64k away from the gp pointer.

Re: MIPS, libsupc++ and -G 0

2005-04-19 Thread Jonathan Larmour
Richard Sandiford wrote: Zack Weinberg <[EMAIL PROTECTED]> writes: Richard Sandiford <[EMAIL PROTECTED]> writes: The only reliable way to get what you want is to either (a) add -G0 multilibs or (b) change the default -G setting. Perhaps a configure option would be useful here. Maybe something lik

Re: rsync access seems to be broken

2005-10-12 Thread Jonathan Larmour
Volker Reichelt wrote: since two days I cannot synchronize my gcc repository using rsync anymore. Nothing happens and after a some time I get the following error message: Some stale connections were clogging up the rsync port - there's a connection limit of 16. Nearly all of them were from AM

Re: rsync access seems to be broken

2005-10-12 Thread Jonathan Larmour
Volker Reichelt wrote: Btw, I get no response for ping gcc.gnu.org Is this intended? Or does this also need fixing? It is intentional. Jifl -- --["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine