summaryrefslogtreecommitdiff
path: root/extra/scripts
AgeCommit message (Expand)Author
2003-11-01this script is no longer used, and can be removed.Eric Andersen
2003-09-30oops.Eric Andersen
2003-09-17Patch from Philip Nye fixing mmu-lessEric Andersen
2003-09-11Stefan Allius writes:Eric Andersen
2003-09-09Fix grammarEric Andersen
2003-09-04Minor cosmetic cleanups to avoid getting spurious bug reports.Eric Andersen
2003-09-03Let "$KERNEL_SOURCE/include/asm" be either a link or a directory.Eric Andersen
2003-09-01Remove a bunch of guessing about the location of the kernelEric Andersen
2003-08-18Work around a bug in nm from binutils-2.14.90.0.5.Manuel Novoa III
2003-06-05Patch from Peter S. Mazinger to make the get-needed-libgcc-objectsEric Andersen
2003-03-05Patch from Stefan Allius:Eric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-01-23Cleanup makefiles and make clean a bitEric Andersen
2002-12-12It seems SCO puts touch in a wierd placeEric Andersen
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-21Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen
2002-11-08Patch from Stefan Allius for libgcc multilib supportEric Andersen
2002-11-03Another update to initfini.awk and initfini.c from Stefan AlliusEric Andersen
2002-10-31Fixup script to avoid potential spurious whining over empty object files.Eric Andersen
2002-10-29For now, comment out the broken partEric Andersen
2002-10-29Remove my horrible SH hack infavor of this fix for initfini.awk fromEric Andersen
2002-10-28Add appropriate -I options so that any files included by unistd.h areMiles Bader
2002-10-14Kill the now redundant initfini.plEric Andersen
2002-10-14Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplementEric Andersen
2002-10-01Patch from Stefan Allius <allius@atecom.com>:Eric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-27Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen
2002-08-19Work from Stefan Allius which allows superH to use the commonEric Andersen
2002-08-16Cleanup exit a bit, from Ronald WahlEric Andersen
2002-08-07Ignore symbol '_gp_disp' if it's missing from 'libgcc.a'. That's okay for"Steven J. Hill"
2002-08-06When symbols are missing, its supposed to be an error...Eric Andersen
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-05-20Changes needed for MIPS with regards to the .init and .fini sections."Steven J. Hill"
2002-04-03Teach initfini to build properly on arches where gcc tries to beEric Andersen
2002-03-15Don't let this worry about _init and _finiEric Andersen
2002-03-15Fix location of crt0.oEric Andersen
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-02-04Add include guardsEric Andersen
2002-01-31Don't complain about _GLOBAL_OFFSET_TABLE_Eric Andersen
2002-01-11Failed to call sort before calling uniq in several spots,Eric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-10-12A small patch from Erwin Authried <eauth@softsys.co.at>Eric Andersen
2001-09-13Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefinedEric Andersen
2001-07-03Just take whatever the kernel headers gave us, spaces and all. This isEric Andersen
2001-06-28Added a script to create bits/syscall.h for each arch.Manuel Novoa III
2001-05-29Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.shEric Andersen
2001-05-17Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at>Eric Andersen
2001-03-18Part of the shared lib build rework.Manuel Novoa III
2001-01-25Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III