summaryrefslogtreecommitdiffstats
path: root/extra/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Make support for global constructors and global destructors beEric Andersen2002-11-271-1/+1
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-211-0/+2
* Patch from Stefan Allius for libgcc multilib supportEric Andersen2002-11-081-5/+3
* Another update to initfini.awk and initfini.c from Stefan AlliusEric Andersen2002-11-031-13/+15
* Fixup script to avoid potential spurious whining over empty object files.Eric Andersen2002-10-311-6/+9
* For now, comment out the broken partEric Andersen2002-10-291-6/+6
* Remove my horrible SH hack infavor of this fix for initfini.awk fromEric Andersen2002-10-291-1/+16
* Add appropriate -I options so that any files included by unistd.h areMiles Bader2002-10-281-3/+6
* Kill the now redundant initfini.plEric Andersen2002-10-141-156/+0
* Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplementEric Andersen2002-10-141-0/+77
* Patch from Stefan Allius <allius@atecom.com>:Eric Andersen2002-10-011-5/+2
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-012-2/+5
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-051-4/+4
* Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen2002-08-271-1/+2
* Work from Stefan Allius which allows superH to use the commonEric Andersen2002-08-191-2/+8
* Cleanup exit a bit, from Ronald WahlEric Andersen2002-08-161-1/+3
* Ignore symbol '_gp_disp' if it's missing from 'libgcc.a'. That's okay for"Steven J. Hill"2002-08-071-1/+1
* When symbols are missing, its supposed to be an error...Eric Andersen2002-08-061-0/+3
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-2/+1
* Changes needed for MIPS with regards to the .init and .fini sections."Steven J. Hill"2002-05-201-4/+9
* Teach initfini to build properly on arches where gcc tries to beEric Andersen2002-04-031-0/+8
* Don't let this worry about _init and _finiEric Andersen2002-03-151-1/+1
* Fix location of crt0.oEric Andersen2002-03-151-1/+1
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-0/+140
* Add include guardsEric Andersen2002-02-041-0/+3
* Don't complain about _GLOBAL_OFFSET_TABLE_Eric Andersen2002-01-311-1/+1
* Failed to call sort before calling uniq in several spots,Eric Andersen2002-01-111-2/+2
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-4/+4
* A small patch from Erwin Authried <eauth@softsys.co.at>Eric Andersen2001-10-121-2/+2
* Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefinedEric Andersen2001-09-131-2/+2
* Just take whatever the kernel headers gave us, spaces and all. This isEric Andersen2001-07-031-1/+1
* Added a script to create bits/syscall.h for each arch.Manuel Novoa III2001-06-281-0/+25
* Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.shEric Andersen2001-05-291-8/+8
* Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at>Eric Andersen2001-05-171-3/+3
* Part of the shared lib build rework.Manuel Novoa III2001-03-181-6/+11
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-0/+70