summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-19Correct unimportant typoPeter S. Mazinger
2006-01-19Some minor updates. Looked pretty good as-is.Eric Andersen
2006-01-19Joseph S. Myers writes:Eric Andersen
libc/sysdeps/linux/arm/ioperm.c on trunk fails to compile for me because of no declaration of ioperm at the point where libc_hidden_proto(ioperm) requires one. Including <sys/io.h> to get the declaration then shows up that various types are inconsistent with that header; this patch fixes things so that file compiles.
2006-01-19Joseph S. Myers writes:Eric Andersen
sys/syscall.h uses the IS_IN_libc define before including any header that includes libc-internal.h (where IS_IN_libc is defined). This patch makes sys/syscall.h include features.h to get the IS_IN_libc define where appropriate.
2006-01-19initial attempt at documenting how to port uClibcMike Frysinger
2006-01-19give a little info as to what the file should containMike Frysinger
2006-01-19give a little info as to what the file should containMike Frysinger
2006-01-18s/HAS_FPU/UCLIBC_HAS_FPU/Mike Frysinger
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