summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/crt0.S
AgeCommit message (Expand)Author
2005-03-21Pass _dl_fini function ptr to __uClibc_start_main().Joakim Tjernlund
2004-11-17Make __builtin_return_address() return NULL at top ofJoakim Tjernlund
2004-08-30Typo fix from Peter Mazinger.Joakim Tjernlund
2004-08-27Preliminary PIE support for powerpc, i386 was used as template.Joakim Tjernlund
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-05-14__data_start needs to be added to all crt0.S files that don't currentlyEric Andersen
2003-03-06Finish off gmon based profiling for powerpcEric Andersen
2003-01-23Shuffle two lines so the comment applies to the correct line.Eric Andersen
2003-01-23Rewrite powerpc crt0.S for proper ctor/dtor handlingEric Andersen
2002-04-14Manuel and I were looking into a problem with applications failing to linkEric Andersen
2002-03-16Remove the C++ support stubs, since these now live elsewhere andEric Andersen
2001-08-28This will hopefully make global constructors and destructors workEric Andersen
2001-03-16Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen