OSDN Git Service

Remove TOPDIR
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / arm / Makefile
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-09-28 Peter S. MazingerBuild crt[in].o with disabled ssp.
2005-09-27 Peter S. MazingerSpeed up clean target, don't recurse where possible...
2005-08-15 Mike Frysingerrip out iopl from ioperm.c so it will override the...
2005-06-10 Joakim TjernlundRemove TEXTREL relocations for ARM.
2005-06-10 Eric AndersenDunno yet if I got this right or not, but it now at...
2005-05-28 Joakim TjernlundAdd Peter Mazinger fini/crt compat patch. Select DL_FIN...
2005-05-26 Joakim TjernlundAdd PIE support to ARM. From Peter Mazinger
2005-01-25 Mike Frysingermerge parallel build support
2004-12-22 Eric AndersenPatch from Peter S. Mazinger to consistantly use "ASFLAGS"
2004-08-21 Eric AndersenKill off all support for 'gcc -pg' / 'gprof' style...
2003-12-04 Eric AndersenFix arm profiling support, which was accidentally removed
2003-12-03 Eric AndersenLethal noticed that the generated file gmon-start.S...
2003-11-22 Eric AndersenRemove SAFECFLAGS. It was a workaround for failures...
2003-11-08 Eric AndersenDarn. Fix compilation for soft-float, which I inadvert...
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-10-25 Eric Andersenproperly deal with soft-float when profiling as well
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-08 Eric AndersenPatch from Atsushi Nemoto (with some additions):
2003-09-21 Manuel Novoa III Fix "subst -g,," problem for SAFECFLAGS.
2003-06-27 Eric AndersenImplement mmap64 for arm
2003-03-06 Eric AndersenMake profiling on arm work
2003-01-23 Eric AndersenUpdate architecture specific support to consistantly
2003-01-22 Eric AndersenAdd in arm specific sigaction implementation to fix...
2002-12-12 Eric AndersenBased on discussions with Stefan Allius, change it...
2002-11-03 Eric AndersenA patch from Vincent Sanders to fix the arm implementat...
2002-09-05 Miles BaderChange <bits/syscall.h> to <bits/sysnum.h>.
2002-07-25 Eric AndersenImplement syscall() for arm
2002-04-09 Eric AndersenCreate a much more careful ftruncate64 implementation...
2002-03-31 Eric AndersenAdd in support for ftruncate64 on both ARM and x86
2002-03-13 Eric AndersenBuild our own crti.o and crtn.o with a cross arch metho...
2002-03-01 Eric AndersenMove syscall.h generation to the top level Makefile
2002-01-31 Eric AndersenFixup setjmp and longjmp so they behave themselves...
2002-01-21 Eric AndersenMake sbrk common, add arm/brk.c, cleanup leftover damage
2002-01-07 Eric AndersenMahe 'make clean' remove generated bits/syscall.h, as
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-12-19 David McCulloughmerged the two startup files so that uClinux people...
2001-10-12 Eric AndersenA small patch from Erwin Authried <eauth@softsys.co.at>
2001-09-27 Eric AndersenSigh. Erik mucks it up again...
2001-09-27 Eric AndersenAdd inb, outb and friends,
2001-07-03 Eric AndersenAutogen include/bits/syscall.h for ARM
2001-05-26 David SchleefMakefile targets to symlink arch-specific headers into...
2001-05-16 Eric AndersenMove the default ptrace.c to common, but let arches...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-03-06 Manuel Novoa III Move fork to common/syscalls (with NO_MMU check). ...
2001-02-09 Eric AndersenIt turns out that vfork was completely broken. That...
2001-01-17 Eric AndersenNow works on StrongArm (using crt0.S) and arm7tdmi...
2001-01-16 Eric AndersenRemove an extra "/" from the crt0 path
2001-01-16 Eric AndersenMakefile fixes
2001-01-15 Eric AndersenUse the right name.
2001-01-15 Eric AndersenUSe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.o
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-12-13 Eric AndersenHandle fork and vfork on a per architecture basis...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-30 Eric AndersenFix symbol problem. Add in arm support -- might even...
2000-10-28 Eric AndersenAdd in a platform specific _start
2000-10-26 Eric AndersenNot needed -- apps simply need to link vs libgcc.
2000-10-26 Eric AndersenFix it so it compiles again.
2000-10-25 Eric AndersenMove syscalls to sysdeps/linux/common (since they are...
2000-10-23 Eric AndersenDependancy fix
2000-10-23 Eric AndersenUpdates (list_syscalls.sh was missing _syscall0 calls).
2000-10-23 Eric AndersenFirst pass at arm arch support. Works on my netwinder...