summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-30Always use --uclibc-use-build-dirEric Andersen
2001-11-29Add include/sys/reg.h to make gdbserver happyEric Andersen
2001-11-26update my listDavid Schleef
2001-11-26Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.makDavid Schleef
2001-11-26Fix TARGET_CFLAGS to include -fPIC when needed. Libs were beingDavid Schleef
compiled without -fPIC.
2001-11-26libhowdy.so needs to be compiled with -fPICDavid Schleef
2001-11-26Fix: libuclibc-dev should depend on libuclibc0. Elaborated descriptions.David Schleef
2001-11-26Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHAREDDavid Schleef
2001-11-26Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.SDavid Schleef
to use GCC's internal ppc-asm.h, and added macro to disable FP save/ restore in longjmp and setjmp. Fixed name of _setjmp() (was __setjmp). Fixed _setjmp to be PIC.
2001-11-26Fix buggy R_PPC_RELATIVE relocation. Symptom was that stringsDavid Schleef
internal to a library were not relocated correctly, specifically sys_errlist[].
2001-11-26Remove unused fileDavid Schleef
2001-11-26Fix calculation of PLT entry index. Caused segfaults on second callDavid Schleef
of a lib function.
2001-11-26Fix dependenciesDavid Schleef
2001-11-26My adjusted 'make install' was missing include/linux subdirs. TryEric Andersen
just using 'cp -a' and see if anyone complains and makes me use tar or something. Check libm for undefined non-libc symbols.
2001-11-26strsignal() is a GNU extensionDavid Schleef
2001-11-24Sync regex with glibc 2.2.4. I need to add an option to selectEric Andersen
a minamalist replacement. Coming soon... -Erik
2001-11-24Move the FAQ. Add a docs dir. Add in a report on thread support.Eric Andersen
-Erik
2001-11-24Use consistant pathsEric Andersen
2001-11-24Oops...Eric Andersen
2001-11-24Much faster version of 'make install' -- it was doing oneEric Andersen
fork per header file... Ugh. -Erik
2001-11-24Wrap uClinux specific stuff, so this will run onEric Andersen
macs and such that have an MMU -Erik
2001-11-24OopsEric Andersen
2001-11-24Work around broken m68k kernel headers... Grumble.Eric Andersen
2001-11-24Silly us. Don't try to free alloca'd memory.Eric Andersen
-Erik
2001-11-24Fix naming so things will actually workEric Andersen
-Erik
2001-11-24Fix path problem,Eric Andersen
2001-11-24OopsEric Andersen
2001-11-24Move powerpc specific optimizations (courtesy of apple) to powerpcEric Andersen
subdir. Put together a theoretical framework for adding arch specific optimizations. Havn't tried this yet but it looks correct... -Erik
2001-11-23MDAD: The "Config" file message, should say copy to "Config" not "Config.".Michael Durrant
MDAD: Can be confusing to newbies.
2001-11-23I just spent a bit of time writing up a FAQ...Eric Andersen
-Erik
2001-11-23Add this so madplay will properly configure itself using ossEric Andersen
as a default output device. -Erik
2001-11-23Finish ajusting math lib options. Close out a couple of todo items.Eric Andersen
2001-11-23Adjust configs for updated math libEric Andersen
2001-11-23Default to building C89 math stuff only. Cleanup some warnings.Eric Andersen
-Erik
2001-11-22Totally rework the math library, this time based on the MacOs XEric Andersen
math library (which is itself based on the math lib from FreeBSD). -Erik
2001-11-22Seems we were lacking an acos() implementationEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com>
2001-11-21Fix support for sysv style signalsEric Andersen
2001-11-21Finish off the getc putc adjustmentEric Andersen
2001-11-21Add acct syscall. Fix sigsuspend which was totally broken (itEric Andersen
needed a wrapper)
2001-11-21Cleanup abort() so it behaves itself a bit betterEric Andersen
2001-11-21Add missing ctermid. Also add putc and getc (in case they getEric Andersen
undefined which is a valid thing to do) -Erik
2001-11-21pathconf can't use fpathconf or it will block opening FIFOsEric Andersen
2001-11-20Oops. Lets try that again.Eric Andersen
2001-11-20A few symbols needed for testingEric Andersen
2001-11-20Fix up pathconf and friend so that test suits can workEric Andersen
2001-11-20Can't use CLK_TCK in here since /usr/include/bits/time.h nowEric Andersen
defines that as __sysconf(_SC_CLK_TCK) causing infinite recursion. -Erik
2001-11-20Be more careful able not shadowing with var namesEric Andersen
2001-11-19Notes on Build-DependsDavid Schleef
2001-11-19Fix build-depends to use kernel-headers-2.4. Should satisfy moreDavid Schleef
autobuilders?