summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-18change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C ↵Mike Frysinger
namespace
2006-01-18fix UCLIBC_STATIC_LDCONFIG location in menus and touchup display for other ↵Mike Frysinger
shared lib options
2006-01-18oldMike Frysinger
2006-01-18sync fenv.h with glibcMike Frysinger
2006-01-18Remove unused CLOCK_IDFIELD_SIZE, not in glibcPeter S. Mazinger
2006-01-18Add target strip command and use it, also disable for now CFLAGS-multi-y, ↵Peter S. Mazinger
after splitting all MSRC, it won't be needed
2006-01-18Add IMA build rulesPeter S. Mazinger
2006-01-18modify IMA compiling rule and add linking rulePeter S. Mazinger
2006-01-18Don't include twice features.h and correct typoPeter S. Mazinger
2006-01-18Make gcc4 happy as wellPeter S. Mazinger
2006-01-18check for signal existence rather than using arch definesMike Frysinger
2006-01-18get rid of alpha definesMike Frysinger
2006-01-18get rid of arch specific checksMike Frysinger
2006-01-17correct prototypes and 1 reloc lessPeter S. Mazinger
2006-01-17Build if GETC_MACRO use is disabledPeter S. Mazinger
2006-01-17Remove unused prototypesPeter S. Mazinger
2006-01-17Add libc_pthread_init to libc.a as well, should correct bug reported to mlPeter S. Mazinger
2006-01-17Remove __P() and add attribute_hidden to internal prototypesPeter S. Mazinger
2006-01-17Remove explicit signgam prototype, use header insteadPeter S. Mazinger
2006-01-17last math related global data reloc (_LIB_VERSION) removedPeter S. Mazinger
2006-01-17use the 6-arg version of mmap where availableMike Frysinger
2006-01-17cut out unused codeMike Frysinger
2006-01-17cleanup whitespaceMike Frysinger
2006-01-17update strcoll stuffMike Frysinger
2006-01-17m68k now has syscall()Mike Frysinger
2006-01-17sync some stuff from glibc and fix __hidden_ver1() for targets that define a ↵Mike Frysinger
USER_PREFIX (like bfin)
2006-01-17since just about everyone uses return _dl_elf_main for START() now, make it ↵Mike Frysinger
the default
2006-01-17All math related relocs gonePeter S. Mazinger
2006-01-16Update licensePeter S. Mazinger
2006-01-16Update licensePeter S. Mazinger
2006-01-16Update licensePeter S. Mazinger
2006-01-16Update licensePeter S. Mazinger
2006-01-16Convert to hidden_defPeter S. Mazinger
2006-01-16Convert to hidden_defPeter S. Mazinger
2006-01-16jump relocs removedPeter S. Mazinger
2006-01-16s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵Peter S. Mazinger
see what libpthread will do ...
2006-01-16Correct a typoPeter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are ↵Peter S. Mazinger
gone from libc. The remaining are left as exercise for others ;-)
2006-01-16touchup styleMike Frysinger
2006-01-16some global data relocs gonePeter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-15syscall6Mike Frysinger
2006-01-15only build if we have forkMike Frysinger
2006-01-15Thomas Chou: fix misplaced commentMike Frysinger
2006-01-15make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabledPeter S. Mazinger
2006-01-15Correct old_vfprintf internal version and make it reloc freePeter S. Mazinger
2006-01-15Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger
2006-01-15get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabledPeter S. Mazinger
2006-01-15hide __glob_*dir_hookPeter S. Mazinger
2006-01-15revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ↵Peter S. Mazinger
header, keep it visible