CVS commit: src/lib/csu/powerpc

2011-07-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jul 2 07:28:08 UTC 2011 Modified Files: src/lib/csu/powerpc: dot_init.h Log Message: Make this adhere to the SVR4 ABI. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/csu/powerpc/dot_init.h Please note th

CVS commit: src/lib/csu/powerpc

2011-03-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Mar 12 07:56:36 UTC 2011 Modified Files: src/lib/csu/powerpc: crt0.c Log Message: Don't initialize %r2 for SDA2_BASE anymore. It's needed for TLS. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/csu/powe

CVS commit: src/lib/csu/powerpc

2011-02-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 26 17:11:23 UTC 2011 Modified Files: src/lib/csu/powerpc: crt0.c Log Message: When loading r13 and r2 with _SDA_BASE_ and _SDA2_BASE, do so in a PIC manner. With this change, simple programs can now run with MKPIE=yes To