Age | Commit message (Expand) | Author |
2003-03-06 | Make profiling on arm work | Eric Andersen |
2003-02-08 | Fixup handling of the .note.ABI-tag section so that it is ARM only, | Eric Andersen |
2003-01-23 | Update crt0 for arm to provide the main reference | Eric Andersen |
2002-12-12 | Based on discussions with Stefan Allius, change it so that we always | Eric Andersen |
2002-11-27 | Make support for global constructors and global destructors be | Eric Andersen |
2002-11-15 | I was an idiot and put _fini into the wrong register. Duh. | Eric Andersen |
2002-10-01 | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | 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-12-19 | merged the two startup files so that uClinux people always get the correct | David McCullough |
2001-10-04 | Patch from David McCullough <davidm@lineo.com>: | Eric Andersen |
2001-08-28 | This will hopefully make global constructors and destructors work | Eric Andersen |
2001-04-28 | Fix up a comment | Eric Andersen |
2001-02-23 | Update arm for the new way of entering main. BTW, I can now run things on arm | Eric Andersen |
2001-02-09 | Revert stdio to initializing itself. Not quite a pretty but that ensures that | Eric Andersen |
2001-02-07 | _void_void_null_func never returned. I noticed this yesterday | Eric Andersen |
2001-01-17 | Minor comment update | Eric Andersen |
2001-01-16 | Fix arm so it actually works. | Eric Andersen |
2001-01-16 | Added common handling of errno. | Eric Andersen |
2001-01-15 | USe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.o | Eric Andersen |