summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-21dont force linuxthreads db if debugging is enabledMike Frysinger
2006-01-21- fix typo in comment.Bernhard Reutner-Fischer
2006-01-21Remove old commentPeter S. Mazinger
2006-01-21Another __sigprocmaskPeter S. Mazinger
2006-01-21Remove other __sigprocmask occurences, even if unused, remove unsed filePeter S. Mazinger
2006-01-21Correct sigprocmask undefined for sh and remove the useless __sigprocmask weakPeter S. Mazinger
2006-01-21Convert l*seek too to use __typeofPeter S. Mazinger
2006-01-21Use __typeof instead of adding full prototypesPeter S. Mazinger
2006-01-20need prototype to fix sigaction warningsMike Frysinger
2006-01-20grab syscall macros from the kernelMike Frysinger
2006-01-20.set doesnt work on alphaMike Frysinger
2006-01-20fix building on alphaMike Frysinger
2006-01-20need sys/syscall.h for __NR_fork defineMike Frysinger
2006-01-20fix building on alphaMike Frysinger
2006-01-20need unistd.h for brk prototypeMike Frysinger
2006-01-20fix building/warnings on 64bit archesMike Frysinger
2006-01-20fix warning when sizeof uchar_t is 8 bitsMike Frysinger
2006-01-20disable deprecated warnings for some filesMike Frysinger
2006-01-20grab some macros for internal ldso usage and fix ↵Mike Frysinger
strong_alias/hidden_strong_alias when .set support is disabled
2006-01-20Correct comments, thx vapierPeter S. Mazinger
2006-01-20Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. ↵Peter S. Mazinger
Moved weak[_const]_function into proper place (if we have weak support), else noop. Modified comment about changes to glibc. Moved -D_LIBC from CFLAGS to libc-symbols.h. I am not sure about unlikely/likely/__cast
2006-01-20didnt mean to commit the FENV option just yetMike Frysinger
2006-01-20Add -D_GNU_SOURCE to CFLAGS, else openpty picks the XOPEN variant of fd_setPeter S. Mazinger
2006-01-20Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other ↵Peter S. Mazinger
use within uClibc, depends on fnmatch as well
2006-01-20Correction if UNIX98PTY_ONLY is not enabledPeter S. Mazinger
2006-01-20Use libm_ARCH_DIR and cleanup all possible archsPeter S. Mazinger
2006-01-20move some generic arch rules up a level to remove duplicationMike Frysinger
2006-01-20s/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix sed breakage as ↵Mike Frysinger
pointed out by Joseph S. Myers
2006-01-20update copyright yearsMike Frysinger
2006-01-20move the sh64 code out of the sh headerMike Frysinger
2006-01-19fix breakage from HAVE_ELF removal and standardize all the arch config filesMike Frysinger
2006-01-19no need for libm_DEFPeter S. Mazinger
2006-01-19Add multi to libintlPeter S. Mazinger
2006-01-19With one source or syscall only sources there is no use of IMAPeter S. Mazinger
2006-01-19Forgotten about the clean targetPeter S. Mazinger
2006-01-19Add multi support to linuxthread_dbPeter S. Mazinger
2006-01-19Correct strip display in multi modePeter S. Mazinger
2006-01-19Add multi support to libm, remove lib*-multi-y, unneededPeter S. Mazinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger
2006-01-19Get rid of *_SYMBOL_PREFIXPeter S. Mazinger
2006-01-19Import some need bits from glibc to libc-internal.h, hidden_weak_alias gone, ↵Peter S. Mazinger
hidden_strong_alias adapted, HAVE_ELF defined always, __SYMBOL_PREFIX removed
2006-01-19Change to sane defaultsPeter S. Mazinger
2006-01-19Remove MMAP_HAS_6_ARGSPeter S. Mazinger
2006-01-19would help if i used the right variable name ...Mike Frysinger
2006-01-19Frank Mehnert writes:Mike Frysinger
in ldso/ldso.c, function _dl_get_ready_to_run, the variable app_tpnt_tmp is not initialized. The function _dl_parse_dynamic_info() initializes some of their members but not all. For example, if the binary does _not_ contain a DT_TEXTREL record, it is possible that the condition if (app_tpnt->dynamic_info[DT_TEXTREL]) is nevertheless true and we therefore enter the following code path (ldso.c:270). My suggestion is to add _dl_memset(&app_tpnt_rel, 0, sizeof(app_tpnt_rel)); just behind the variable declarations of _dl_get_ready_to_run().
2006-01-19update sparc code using x86_64 as a templateMike Frysinger
2006-01-19first pass at updating sparc ldso with code from glibcMike Frysinger
2006-01-19update syscall macros so both ldso and libc can use themMike Frysinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch ↵Mike Frysinger
specific header file to make porting/updates a lot easier
2006-01-19note a few more places where glibc stores their stuffMike Frysinger