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
/
Makefile
Age
Commit message (
Expand
)
Author
2003-12-03
Lethal noticed that the generated file gmon-start.S was not
Eric Andersen
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-06-15
Implement syscall() for powerpc. Fixup syscall code so
Eric Andersen
2003-03-06
Finish off gmon based profiling for powerpc
Eric Andersen
2003-02-18
Fixup ioctl so we can special case powerpc silliness
Eric Andersen
2003-01-23
Rewrite powerpc crt0.S for proper ctor/dtor handling
Eric Andersen
2002-12-21
Be sure we have a crt1.o file. Use the asm version by default.
Eric Andersen
2002-11-15
This draws from an old patch by David Blythe for the now-dead
Eric Andersen
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-09-05
Change <bits/syscall.h> to <bits/sysnum.h>.
Miles Bader
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-02-04
Rework powerpc to be consistant with the other arches.
Eric Andersen
2001-12-19
Update my email address. I am no longer andersen@lineo.com
Eric Andersen
2001-11-26
Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.S
David Schleef
2001-07-03
Fix to autogen bits/syscall.h, like i386
David Schleef
2001-05-26
Makefile targets to symlink arch-specific headers into include/ (only
David Schleef
2001-05-25
Added powerpc-specific mmap syscall, 'cause we're special.
David Schleef
2001-05-16
Move the default ptrace.c to common, but let arches override it (such
Eric Andersen
2001-05-12
I'd broken powerpc crt0.o installation
Eric Andersen
2001-05-12
Ok, this should finish off my massive ro-organization. The source
Eric Andersen
2001-03-16
Add powerpc port done by David Schleef <ds@schleef.org>
Eric Andersen