Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-11 | move getent to extra/scripts/ out of docs/ | Mike Frysinger | |
2004-08-26 | Fixes from gentoo. | Manuel Novoa III | |
2004-03-18 | Alexandre Oliva writes: | Eric Andersen | |
This patch arranges for the .so files in say /usr/lib to be soft links to ../../lib, instead of to /some/arbitrary/pathname/lib. This enables seamless relocation of a toolchain containing the development and run time trees in a sys-root. | |||
2004-02-12 | Add our own copies of the include/scsi header files, per what glibc | Eric Andersen | |
does, rather than depending on the kernel header files. -Erik | |||
2004-01-02 | Cope with 2.6.x headers | Eric Andersen | |
2003-11-29 | Minor typo fix. | Manuel Novoa III | |
2003-11-05 | Kill initfini.awk | Eric Andersen | |
2003-11-05 | Kill off "mipsel" and just use "mips" | Eric Andersen | |
2003-11-01 | this script is no longer used, and can be removed. | Eric Andersen | |
2003-09-30 | oops. | Eric Andersen | |
2003-09-17 | Patch from Philip Nye fixing mmu-less | Eric Andersen | |
2003-09-11 | Stefan Allius writes: | Eric Andersen | |
1. Under Solaris the test command with the 'string' argument don't work well. So I added the '-n' argument, which might work on all platforms. 2. The sed under Solaris don't support the '-s' argument, which is a GNU extension. I changed it to '-e' which works fine for me. | |||
2003-09-09 | Fix grammar | Eric Andersen | |
2003-09-04 | Minor cosmetic cleanups to avoid getting spurious bug reports. | Eric Andersen | |
2003-09-03 | Let "$KERNEL_SOURCE/include/asm" be either a link or a directory. | Eric Andersen | |
2003-09-01 | Remove a bunch of guessing about the location of the kernel | Eric Andersen | |
headers. Move most of that into a script, and warn loudly when having to guess. -Erik | |||
2003-08-18 | Work around a bug in nm from binutils-2.14.90.0.5. | Manuel Novoa III | |
2003-06-05 | Patch from Peter S. Mazinger to make the get-needed-libgcc-objects | Eric Andersen | |
script work with newer binutils versions. | |||
2003-03-05 | Patch from Stefan Allius: | Eric Andersen | |
Hi Erik, I patched the initfini.awk script, so we can build crt[in].S for the SuperH targets with gmon-support. The patch moves all labels into the wright sections, and add some assembler statements to jump over them. (only activ on SH targets) The patch also avoid any references of _GLOBAL_OFFSET_TABLE_ or *gmon_start* in the crtn.S file. This should work on every target. Bye Stefan | |||
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen | |
2003-01-23 | Cleanup makefiles and make clean a bit | Eric Andersen | |
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 | |
configurable, so people who do not need or want ctor/dtor support can disable it and make their binaries a little bit smaller. -Erik | |||
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 | |
this is the last patch, we need to make the support of multitarget libgcc complete. --------------------------------- In ldso/ldso/Makefile I added the CPU_LDFLAGS-y to the LDFLAGS --------------------------------- In libc/Makefile I set the LDFLAGS for the script get-needed-objects.sh with CPU_LDFLAGS-y --------------------------------- In extra/scripts/get-needed-object.sh we now use the LIBGCC from Rules.mak and call LD with LDFLAGS (==CPU_LDFLAGS-y). Addtionally I grep the NM output, to fix the unresolved external __GLOBAL_OFFSET_TABLE__ on SuperH targets. --------------------------------- | |||
2002-11-03 | Another update to initfini.awk and initfini.c from Stefan Allius | Eric Andersen | |
to hopefully address SH wierdness. Now works on other architecture properly as well. | |||
2002-10-31 | Fixup script to avoid potential spurious whining over empty object files. | Eric Andersen | |
-Erik | |||
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 | |
Stefan Allius <allius@atecom.com>, which does a better job. | |||
2002-10-28 | Add appropriate -I options so that any files included by unistd.h are | Miles Bader | |
found correctly. Tweak the whitespace of the generated file. | |||
2002-10-14 | Kill the now redundant initfini.pl | Eric Andersen | |
-Erik | |||
2002-10-14 | Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplement | Eric Andersen | |
my little initfini.pl script in awk. This eliminates uClibc's compile-time dependancy on perl, and lets us use the much lighter weight awk, which facilitates building uClibc standalone environments. | |||
2002-10-01 | Patch from Stefan Allius <allius@atecom.com>: | Eric Andersen | |
----------------------------------- In extra/Configs/Config.sh I added the INCLUDE_PTHREADS statement and change the default values for BUILD_UCLIBC_LDSO and HAVE_SHARED. ----------------------------------- In extra/scripts/initfini.pl My last patch removes two labels, which migth be used by the .size statements. (Sorry, but I'm a perl beginner) I fixed it. ----------------------------------- In libc/sysdeps/linux/common/initfini.c I fixed two warnings "nested extern declaration of `i_am_not_a_leaf.. ----------------------------------- In libc/sysdeps/linux/sh/__init_brl.c brk.c sbrk.c I fixed some compiler warnings which comes from a wrong inclusion order. ----------------------------------- | |||
2002-10-01 | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen | |
how uClibc handles _init and _fini, allowing shared lib constructors and destructors to initialize things in the correct sequence. Stefan ported the SH architecture. I then ported x86, arm, and mips. x86 and arm are working fine, but I don't think I quite got things correct for mips. | |||
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 | |
-Erik | |||
2002-08-19 | Work from Stefan Allius which allows superH to use the common | Eric Andersen | |
method for building crti.o and crtn.o | |||
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" | |
MIPS platforms. | |||
2002-08-06 | When symbols are missing, its supposed to be an error... | Eric Andersen | |
-Erik | |||
2002-07-22 | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | |
Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | |||
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 | |
sneaky behind our back... -Erik | |||
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 | |
can live with much better the what glibc does. -Erik | |||
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 | |
thereby causing ld to choke during the gcc build. -Erik | |||
2002-01-01 | Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for | Eric Andersen | |
proper error checking -Erik |