summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-1081-197/+9
* Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger2006-03-103-11/+9
* Add comment why --gc-sections is ignoredPeter S. Mazinger2006-03-101-0/+1
* update ignoresMike Frysinger2006-03-103-3/+3
* shouldnt have been added to svnMike Frysinger2006-03-101-1/+0
* sync with glibc CVSMike Frysinger2006-03-1023-37/+37
* try to get libpthread built w/ -DSHARED, what to do w/ _dl_load_lock?Peter S. Mazinger2006-03-101-0/+6
* blah, glibc moved linuxthreads aroundMike Frysinger2006-03-0955-55/+55
* Add back XLOCALE for hidden uselocalePeter S. Mazinger2006-03-091-1/+1
* Disable --gc-sections until I find why it is ignored on some configurationsPeter S. Mazinger2006-03-091-1/+1
* Use GNU features only if defined in headerPeter S. Mazinger2006-03-091-0/+12
* Sync w/ upstream, hide pthread_atforkPeter S. Mazinger2006-03-091-0/+6
* Not the best idea moving libc_hidden_proto to uClibc_glue.hPeter S. Mazinger2006-03-092-1/+4
* Get rid of forwarded __pthread_attr_initPeter S. Mazinger2006-03-093-3/+3
* Move __clone/__uselocale to uClibc_glue.hPeter S. Mazinger2006-03-093-12/+10
* Remove unneeded ; after *_aliasPeter S. Mazinger2006-03-098-25/+25
* Create libpthread_nonshared.aPeter S. Mazinger2006-03-092-2/+17
* Add common part of linker scripts to a file and make use of itPeter S. Mazinger2006-03-092-3/+4
* Add support for libpthread_nonshared.a, strip the objects in *nonshared*Peter S. Mazinger2006-03-091-1/+9
* uClibc_pthread.h wasn't ever includedPeter S. Mazinger2006-03-091-1/+1
* Get rid of nested extern warnings if threads are disabledPeter S. Mazinger2006-03-091-4/+4
* Remove __libc_internal_tsd_{s,g}et, they do not exist anymorePeter S. Mazinger2006-03-092-36/+0
* Add back sjhill's 14625 commit, correcting the typo that made it failPeter S. Mazinger2006-03-091-4/+4
* fix build/segv issues as reported and fixed by Brent CookMike Frysinger2006-03-091-1/+13
* getopt_long-simple behaves as gnu getopt if POSIXLY_CORRECT is set, adapt testPeter S. Mazinger2006-03-081-0/+5
* macro out the /10 operation so arches can have their own versions ... and cre...Mike Frysinger2006-03-0810-21/+11
* kill off gcc signed warningsMike Frysinger2006-03-081-4/+11
* Remove additional endif pointed out by vapierPeter S. Mazinger2006-03-071-2/+1
* Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger2006-03-073-8/+33
* disable tst-gnuglob, it has no chance w/ our gnu globPeter S. Mazinger2006-03-051-1/+1
* check_ld takes only 1 arg as pointed out by pkjPeter S. Mazinger2006-03-051-1/+1
* use sched_yield, not pthread_yieldMike Frysinger2006-03-054-29/+0
* disable older rlimit support by defaultMike Frysinger2006-03-042-2/+4
* Rename getopt_long-susv3 to -simplePeter S. Mazinger2006-03-032-2/+2
* Upstream updatePeter S. Mazinger2006-03-031-2/+2
* Add --gc-sections, saves 2k on libc.soPeter S. Mazinger2006-03-031-0/+1
* Mark parts as unsupported by gnu glob, but leave it as it wasPeter S. Mazinger2006-03-031-1/+5
* Remove CFLAGS-OMIT support, rename getline to get testregex compile w/ -D_GNU...Peter S. Mazinger2006-03-023-13/+4
* Move hidden test file for tst-regex2 as wellPeter S. Mazinger2006-03-021-0/+0
* hide div functions in libc, but export them in ldso so that other shared libs...Mike Frysinger2006-03-021-0/+2
* grab register definitions from regdef.h instead of using our own local onesMike Frysinger2006-03-021-41/+1
* make all the warnings the same and add line #s so we can pick em out at runtimeMike Frysinger2006-03-022-9/+9
* kill spurious semicolonsMike Frysinger2006-03-021-12/+12
* clean out arch subdirs as wellMike Frysinger2006-03-021-1/+1
* rename file so we block the common version from being builtMike Frysinger2006-03-022-1/+1
* inform people test is skipped on non-locale hostsMike Frysinger2006-03-021-0/+1
* allow env to inject more CFLAGS/LDFLAGS, and remove old LSFLAGSMike Frysinger2006-03-021-7/+3
* disable test since we purposefully dont handle itMike Frysinger2006-03-012-2/+7
* dont execute shell tests if we just want to compileMike Frysinger2006-03-011-0/+2
* fix test failure pointed out by nightly buildMike Frysinger2006-03-011-6/+10