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
/
get-needed-libgcc-objects.sh
Age
Commit message (
Expand
)
Author
2002-11-27
Make support for global constructors and global destructors be
Eric Andersen
2002-11-08
Patch from Stefan Allius for libgcc multilib support
Eric Andersen
2002-10-31
Fixup script to avoid potential spurious whining over empty object files.
Eric Andersen
2002-10-01
This commit contains a patch from Stefan Allius <allius@atecom.com> to change
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-03-15
Don't let this worry about _init and _fini
Eric Andersen
2002-03-15
Fix location of crt0.o
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-09-13
Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefined
Eric Andersen
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