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
/
extra
/
scripts
Age
Commit message (
Expand
)
Author
2002-12-12
It seems SCO puts touch in a wierd place
Eric Andersen
2002-11-27
Make support for global constructors and global destructors be
Eric Andersen
2002-11-21
Patch from Yoshinori Sato to update the h8300 architecture.
Eric Andersen
2002-11-08
Patch from Stefan Allius for libgcc multilib support
Eric Andersen
2002-11-03
Another update to initfini.awk and initfini.c from Stefan Allius
Eric Andersen
2002-10-31
Fixup script to avoid potential spurious whining over empty object files.
Eric Andersen
2002-10-29
For now, comment out the broken part
Eric Andersen
2002-10-29
Remove my horrible SH hack infavor of this fix for initfini.awk from
Eric Andersen
2002-10-28
Add appropriate -I options so that any files included by unistd.h are
Miles Bader
2002-10-14
Kill the now redundant initfini.pl
Eric Andersen
2002-10-14
Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplement
Eric Andersen
2002-10-01
Patch from Stefan Allius <allius@atecom.com>:
Eric Andersen
2002-10-01
This commit contains a patch from Stefan Allius <allius@atecom.com> to change
Eric Andersen
2002-09-05
Change <bits/syscall.h> to <bits/sysnum.h>.
Miles Bader
2002-08-27
Make sure that bits/syscalls.h always includes bits/syscall.h
Eric Andersen
2002-08-19
Work from Stefan Allius which allows superH to use the common
Eric Andersen
2002-08-16
Cleanup exit a bit, from Ronald Wahl
Eric Andersen
2002-08-07
Ignore symbol '_gp_disp' if it's missing from 'libgcc.a'. That's okay for
"Steven J. Hill"
2002-08-06
When symbols are missing, its supposed to be an error...
Eric Andersen
2002-07-22
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
Eric Andersen
2002-05-20
Changes needed for MIPS with regards to the .init and .fini sections.
"Steven J. Hill"
2002-04-03
Teach initfini to build properly on arches where gcc tries to be
Eric Andersen
2002-03-15
Don't let this worry about _init and _fini
Eric Andersen
2002-03-15
Fix location of crt0.o
Eric Andersen
2002-03-13
Build our own crti.o and crtn.o with a cross arch method that I
Eric Andersen
2002-02-04
Add include guards
Eric Andersen
2002-01-31
Don't complain about _GLOBAL_OFFSET_TABLE_
Eric Andersen
2002-01-11
Failed to call sort before calling uniq in several spots,
Eric Andersen
2002-01-01
Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for
Eric Andersen
2001-10-12
A small patch from Erwin Authried <eauth@softsys.co.at>
Eric Andersen
2001-09-13
Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefined
Eric Andersen
2001-07-03
Just take whatever the kernel headers gave us, spaces and all. This is
Eric Andersen
2001-06-28
Added a script to create bits/syscall.h for each arch.
Manuel Novoa III
2001-05-29
Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh
Eric Andersen
2001-05-17
Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at>
Eric Andersen
2001-03-18
Part of the shared lib build rework.
Manuel Novoa III
2001-01-25
Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a
Manuel Novoa III