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
/
m68k
/
crt0.S
Age
Commit message (
Expand
)
Author
2004-05-14
__data_start needs to be added to all crt0.S files that don't currently
Eric Andersen
2003-01-23
Update architecture specific support to consistantly
Eric Andersen
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
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-11-30
Add support for mmu-full m68k systems, such as oldworld macs.
Eric Andersen
2001-11-24
Wrap uClinux specific stuff, so this will run on
Eric Andersen
2001-07-11
Fixup the atexit weak alias for elf, need to include <features.h> to
David McCullough
2001-06-12
Cleanup the toploevel makefile handing of shared libs. Add weak_alias
Eric Andersen
2001-04-20
Nobody should be using the SYS_ syscall names. Use the __NR_<foo>
Eric Andersen
2001-02-26
New crt0.S with all init done in 'C' code.
David McCullough
2001-01-29
uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PIC
David McCullough
2001-01-12
Thanks to James Graves <jgraves@deltamobile.com>, we now have
Eric Andersen