Age | Commit message (Expand) | Author |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-01 | Update sh to new builds | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-09-28 | Build crt[in].o with disabled ssp. | Peter S. Mazinger |
2005-09-27 | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger |
2005-08-09 | update crt0 to crt1 based heavily on glibc start.S and to sync up with __uCli... | Mike Frysinger |
2005-08-09 | move __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowit... | Mike Frysinger |
2005-08-09 | remove unused/pointless variables | Mike Frysinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-12-22 | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen |
2004-08-25 | Patch by Carl SHAW <carl.shaw@st.com>... | Manuel Novoa III |
2004-08-21 | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen |
2004-02-05 | Use 'mmap.c' instead of '_mmap.c' | Eric Andersen |
2003-12-03 | Lethal noticed that the generated file gmon-start.S was not | Eric Andersen |
2003-12-02 | Add a syscall() implementation using a hacked version of the syscall6 macro. | Manuel Novoa III |
2003-11-22 | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen |
2003-11-08 | Darn. Fix compilation for soft-float, which I inadvertantly | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-10-25 | properly deal with soft-float when profiling as well | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-08 | Patch from Atsushi Nemoto (with some additions): | Eric Andersen |
2003-09-21 | Fix "subst -g,," problem for SAFECFLAGS. | Manuel Novoa III |
2003-03-06 | Patch from Stefan Allius to finish off the last required bits | Eric Andersen |
2003-01-23 | Update architecture specific support to consistantly | Eric Andersen |
2002-12-12 | Based on discussions with Stefan Allius, change it so that we always | Eric Andersen |
2002-11-15 | Stefan Allius writes: | Eric Andersen |
2002-09-05 | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader |
2002-08-19 | Work from Stefan Allius which allows superH to use the common | Eric Andersen |
2002-08-08 | I reworked syscalls.h to match how I'm doing other arches. Stefan Allius and | Eric Andersen |
2002-03-13 | Build our own crti.o and crtn.o with a cross arch method that I | Eric Andersen |
2002-03-01 | Move syscall.h generation to the top level Makefile | Eric Andersen |
2002-03-01 | Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread support | Eric Andersen |
2002-01-17 | Add sbrk and friends | David McCullough |
2002-01-07 | Mahe 'make clean' remove generated bits/syscall.h, as | Eric Andersen |
2002-01-02 | Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some little | Eric Andersen |
2001-08-06 | Fixup the pipe system call for the SH target. | David McCullough |
2001-06-28 | Changes to support autogenerated syscall.h | David McCullough |
2001-05-26 | Makefile targets to symlink arch-specific headers into include/ (only | David Schleef |
2001-05-25 | Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com> | Eric Andersen |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen |
2001-03-06 | Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc so | Manuel Novoa III |
2001-02-22 | Patch from Jean-Yves Avenard to add missing siglongjmp entry and | Eric Andersen |
2001-02-21 | Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded | Eric Andersen |