summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify Makefile rules for handling of LFS files by tweaking the way we ↵Mike Frysinger2005-11-1913-80/+99
| | | | compile the source files as suggested by psm
* touchup whitespaceMike Frysinger2005-11-191-43/+49
|
* make sure we pull in features.hMike Frysinger2005-11-191-0/+1
|
* rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger2005-11-191-0/+44
|
* rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger2005-11-1912-55/+11
|
* grab fix from glibc:Mike Frysinger2005-11-181-0/+1
| | | | | | | 2005-11-18 Paul Brook <paul@codesourcery.com> * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add definition of MREMAP_FIXED.
* move alpha/hppa into their own arch subdir where they should beMike Frysinger2005-11-183-30/+34
|
* touchup syntax/whitespaceMike Frysinger2005-11-181-12/+9
|
* Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testingPeter S. Mazinger2005-11-181-1/+1
|
* make -j2 works herePeter S. Mazinger2005-11-184-7/+6
|
* Add info to CFLAGS about lib we are buildingPeter S. Mazinger2005-11-189-11/+11
|
* Enable __THROW,_NTH,REDIRECT_NTHPeter S. Mazinger2005-11-184-9/+7
|
* Run headers only once, until better solution is foundPeter S. Mazinger2005-11-181-1/+5
|
* fix trailing commentMike Frysinger2005-11-181-1/+1
|
* add support for ia64Mike Frysinger2005-11-181-0/+12
|
* fix warnings when arch lacks get_kernel_syms syscall (like ia64)Mike Frysinger2005-11-181-2/+2
|
* dont include sub makefiles if thread support has been disabledMike Frysinger2005-11-181-0/+2
|
* update ignoresMike Frysinger2005-11-181-0/+1
|
* shouldnt have been committedMike Frysinger2005-11-181-0/+0
|
* import new linuxthreads_db from glibc HEADMike Frysinger2005-11-1855-0/+3619
|
* Replace TOPDIR, add/update copyrightPeter S. Mazinger2005-11-183-25/+15
|
* Replace TOPDIR, update copyrightPeter S. Mazinger2005-11-181-15/+4
|
* Replace TOPDIRPeter S. Mazinger2005-11-181-7/+10
|
* Correct typosPeter S. Mazinger2005-11-171-5/+5
|
* Replace TOPDIRPeter S. Mazinger2005-11-171-10/+10
|
* dont try to build getpgrp if the arch doesnt support it (like ia64)Mike Frysinger2005-11-171-0/+3
|
* dont try to build fork if the arch doesnt support it (like ia64)Mike Frysinger2005-11-171-0/+2
|
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵Peter S. Mazinger2005-11-1719-495/+593
| | | | foreign objects to a lib
* Replace TOPDIR w/ top_builddirPeter S. Mazinger2005-11-172-6/+6
|
* Remove unneeded top_builddirPeter S. Mazinger2005-11-171-8/+8
|
* Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part ↵Peter S. Mazinger2005-11-171-3/+15
| | | | of dir, or the full path relativ to top_srcdir, remove *CPPFLAGS, not used, remove $< from multi, unusable
* Use -z relro/-z now on all libs, add some new variables needed later, move ↵Peter S. Mazinger2005-11-175-53/+43
| | | | common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH
* we want to compare the register value itself, not the address of the ↵Mike Frysinger2005-11-173-4/+4
| | | | variable holding the register value
* allow the threads optionMike Frysinger2005-11-172-2/+1
|
* touchup pretty STRIP output a littleMike Frysinger2005-11-171-1/+1
|
* update copyright and license, add _BITS_SETJMP_H protection around the file, ↵Mike Frysinger2005-11-1621-87/+206
| | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
* rename files to .s like they should beMike Frysinger2005-11-165-532/+0
|
* rename files to .s like they should beMike Frysinger2005-11-166-1/+533
|
* add support for .s translation like .SMike Frysinger2005-11-161-6/+2
|
* condense rules to be easier to readMike Frysinger2005-11-161-18/+9
|
* sync with glibc and fix warning when building pthreadsMike Frysinger2005-11-161-2/+4
|
* this is GNU sourceMike Frysinger2005-11-152-0/+2
|
* import updates from glibcMike Frysinger2005-11-151-76/+47
|
* include pthreads if appropriate ala glibcMike Frysinger2005-11-151-1/+9
|
* add rules to handle .s and .EMike Frysinger2005-11-151-4/+9
|
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-1522-60/+63
|
* Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul ↵Peter S. Mazinger2005-11-151-1/+1
| | | | Brook. Thanks
* Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ↵Peter S. Mazinger2005-11-153-7/+7
| | | | have to find some other way to make it internal to libc and libpthread
* Update copyright noticePeter S. Mazinger2005-11-155-10/+12
|
* Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strongPeter S. Mazinger2005-11-153-7/+7
|