summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-18grab fix from glibc:Mike Frysinger
2005-11-18 Paul Brook <paul@codesourcery.com> * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add definition of MREMAP_FIXED.
2005-11-18move alpha/hppa into their own arch subdir where they should beMike Frysinger
2005-11-18touchup syntax/whitespaceMike Frysinger
2005-11-18Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testingPeter S. Mazinger
2005-11-18make -j2 works herePeter S. Mazinger
2005-11-18Add info to CFLAGS about lib we are buildingPeter S. Mazinger
2005-11-18Enable __THROW,_NTH,REDIRECT_NTHPeter S. Mazinger
2005-11-18Run headers only once, until better solution is foundPeter S. Mazinger
2005-11-18fix trailing commentMike Frysinger
2005-11-18add support for ia64Mike Frysinger
2005-11-18fix warnings when arch lacks get_kernel_syms syscall (like ia64)Mike Frysinger
2005-11-18dont include sub makefiles if thread support has been disabledMike Frysinger
2005-11-18update ignoresMike Frysinger
2005-11-18shouldnt have been committedMike Frysinger
2005-11-18import new linuxthreads_db from glibc HEADMike Frysinger
2005-11-18Replace TOPDIR, add/update copyrightPeter S. Mazinger
2005-11-18Replace TOPDIR, update copyrightPeter S. Mazinger
2005-11-18Replace TOPDIRPeter S. Mazinger
2005-11-17Correct typosPeter S. Mazinger
2005-11-17Replace TOPDIRPeter S. Mazinger
2005-11-17dont try to build getpgrp if the arch doesnt support it (like ia64)Mike Frysinger
2005-11-17dont try to build fork if the arch doesnt support it (like ia64)Mike Frysinger
2005-11-17Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵Peter S. Mazinger
foreign objects to a lib
2005-11-17Replace TOPDIR w/ top_builddirPeter S. Mazinger
2005-11-17Remove unneeded top_builddirPeter S. Mazinger
2005-11-17Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part ↵Peter S. Mazinger
of dir, or the full path relativ to top_srcdir, remove *CPPFLAGS, not used, remove $< from multi, unusable
2005-11-17Use -z relro/-z now on all libs, add some new variables needed later, move ↵Peter S. Mazinger
common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH
2005-11-17we want to compare the register value itself, not the address of the ↵Mike Frysinger
variable holding the register value
2005-11-17allow the threads optionMike Frysinger
2005-11-17touchup pretty STRIP output a littleMike Frysinger
2005-11-16update copyright and license, add _BITS_SETJMP_H protection around the file, ↵Mike Frysinger
make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
2005-11-16rename files to .s like they should beMike Frysinger
2005-11-16rename files to .s like they should beMike Frysinger
2005-11-16add support for .s translation like .SMike Frysinger
2005-11-16condense rules to be easier to readMike Frysinger
2005-11-16sync with glibc and fix warning when building pthreadsMike Frysinger
2005-11-15this is GNU sourceMike Frysinger
2005-11-15import updates from glibcMike Frysinger
2005-11-15include pthreads if appropriate ala glibcMike Frysinger
2005-11-15add rules to handle .s and .EMike Frysinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-15Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul ↵Peter S. Mazinger
Brook. Thanks
2005-11-15Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ↵Peter S. Mazinger
have to find some other way to make it internal to libc and libpthread
2005-11-15Update copyright noticePeter S. Mazinger
2005-11-15Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strongPeter S. Mazinger
2005-11-15Hide __libc_sa_lenPeter S. Mazinger
2005-11-15Hide some internally used functionsPeter S. Mazinger
2005-11-15Correct Warning: function declaration isn't a prototypePeter S. Mazinger
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger
of latest glibc version
2005-11-15unusedMike Frysinger