summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Joseph S. Myers writes:Eric Andersen2006-01-191-4/+6
| | | | | | | | | 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.
* Joseph S. Myers writes:Eric Andersen2006-01-191-0/+1
| | | | | | | | 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.
* initial attempt at documenting how to port uClibcMike Frysinger2006-01-191-0/+111
|
* give a little info as to what the file should containMike Frysinger2006-01-191-0/+5
|
* give a little info as to what the file should containMike Frysinger2006-01-191-0/+5
|
* s/HAS_FPU/UCLIBC_HAS_FPU/Mike Frysinger2006-01-181-1/+1
|
* change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C ↵Mike Frysinger2006-01-182-4/+4
| | | | namespace
* fix UCLIBC_STATIC_LDCONFIG location in menus and touchup display for other ↵Mike Frysinger2006-01-181-14/+15
| | | | shared lib options
* oldMike Frysinger2006-01-181-144/+0
|
* sync fenv.h with glibcMike Frysinger2006-01-183-1/+206
|
* Remove unused CLOCK_IDFIELD_SIZE, not in glibcPeter S. Mazinger2006-01-181-2/+0
|
* Add target strip command and use it, also disable for now CFLAGS-multi-y, ↵Peter S. Mazinger2006-01-183-3/+6
| | | | after splitting all MSRC, it won't be needed
* Add IMA build rulesPeter S. Mazinger2006-01-182-4/+24
|
* modify IMA compiling rule and add linking rulePeter S. Mazinger2006-01-181-1/+12
|
* Don't include twice features.h and correct typoPeter S. Mazinger2006-01-181-2/+1
|
* Make gcc4 happy as wellPeter S. Mazinger2006-01-181-1/+1
|
* check for signal existence rather than using arch definesMike Frysinger2006-01-184-14/+13
|
* get rid of alpha definesMike Frysinger2006-01-181-2/+2
|
* get rid of arch specific checksMike Frysinger2006-01-184-31/+14
|
* correct prototypes and 1 reloc lessPeter S. Mazinger2006-01-171-5/+5
|
* Build if GETC_MACRO use is disabledPeter S. Mazinger2006-01-171-0/+4
|
* Remove unused prototypesPeter S. Mazinger2006-01-171-36/+0
|
* Add libc_pthread_init to libc.a as well, should correct bug reported to mlPeter S. Mazinger2006-01-171-0/+1
|
* Remove __P() and add attribute_hidden to internal prototypesPeter S. Mazinger2006-01-171-64/+64
|
* Remove explicit signgam prototype, use header insteadPeter S. Mazinger2006-01-174-6/+4
|
* last math related global data reloc (_LIB_VERSION) removedPeter S. Mazinger2006-01-172-1/+4
|
* use the 6-arg version of mmap where availableMike Frysinger2006-01-171-1/+11
|
* cut out unused codeMike Frysinger2006-01-171-18/+6
|
* cleanup whitespaceMike Frysinger2006-01-171-61/+60
|
* update strcoll stuffMike Frysinger2006-01-171-2/+2
|
* m68k now has syscall()Mike Frysinger2006-01-171-1/+0
|
* sync some stuff from glibc and fix __hidden_ver1() for targets that define a ↵Mike Frysinger2006-01-171-7/+34
| | | | USER_PREFIX (like bfin)
* since just about everyone uses return _dl_elf_main for START() now, make it ↵Mike Frysinger2006-01-1710-59/+6
| | | | the default
* All math related relocs gonePeter S. Mazinger2006-01-1781-28/+272
|
* Update licensePeter S. Mazinger2006-01-161-17/+4
|
* Update licensePeter S. Mazinger2006-01-161-14/+3
|
* Update licensePeter S. Mazinger2006-01-161-15/+2
|
* Update licensePeter S. Mazinger2006-01-161-15/+2
|
* Convert to hidden_defPeter S. Mazinger2006-01-163-15/+11
|
* Convert to hidden_defPeter S. Mazinger2006-01-161-4/+5
|
* jump relocs removedPeter S. Mazinger2006-01-162-8/+12
|
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵Peter S. Mazinger2006-01-1611-40/+38
| | | | see what libpthread will do ...
* Correct a typoPeter S. Mazinger2006-01-161-0/+2
|
* Last relocs jump and global data, (even locales) that I could remove are ↵Peter S. Mazinger2006-01-1659-18/+285
| | | | gone from libc. The remaining are left as exercise for others ;-)
* touchup styleMike Frysinger2006-01-164-12/+18
|
* some global data relocs gonePeter S. Mazinger2006-01-1618-16/+36
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-1558-130/+138
|
* syscall6Mike Frysinger2006-01-151-0/+30
|
* only build if we have forkMike Frysinger2006-01-151-0/+4
|
* Thomas Chou: fix misplaced commentMike Frysinger2006-01-151-1/+1
|