index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
powerpc
/
crt0.S
Age
Commit message (
Expand
)
Author
2005-03-21
Pass _dl_fini function ptr to __uClibc_start_main().
Joakim Tjernlund
2004-11-17
Make __builtin_return_address() return NULL at top of
Joakim Tjernlund
2004-08-30
Typo fix from Peter Mazinger.
Joakim Tjernlund
2004-08-27
Preliminary PIE support for powerpc, i386 was used as template.
Joakim Tjernlund
2004-08-21
Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a
Eric Andersen
2004-05-14
__data_start needs to be added to all crt0.S files that don't currently
Eric Andersen
2003-03-06
Finish off gmon based profiling for powerpc
Eric Andersen
2003-01-23
Shuffle two lines so the comment applies to the correct line.
Eric Andersen
2003-01-23
Rewrite powerpc crt0.S for proper ctor/dtor handling
Eric Andersen
2002-04-14
Manuel and I were looking into a problem with applications failing to link
Eric Andersen
2002-03-16
Remove the C++ support stubs, since these now live elsewhere and
Eric Andersen
2001-08-28
This will hopefully make global constructors and destructors work
Eric Andersen
2001-03-16
Add powerpc port done by David Schleef <ds@schleef.org>
Eric Andersen