Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove HAVE_ELF | Peter S. Mazinger | 2006-01-19 | 36 | -178/+39 | |
| | ||||||
* | Get rid of *_SYMBOL_PREFIX | Peter S. Mazinger | 2006-01-19 | 10 | -17/+5 | |
| | ||||||
* | Import some need bits from glibc to libc-internal.h, hidden_weak_alias gone, ↵ | Peter S. Mazinger | 2006-01-19 | 1 | -40/+147 | |
| | | | | hidden_strong_alias adapted, HAVE_ELF defined always, __SYMBOL_PREFIX removed | |||||
* | Change to sane defaults | Peter S. Mazinger | 2006-01-19 | 22 | -110/+222 | |
| | ||||||
* | Remove MMAP_HAS_6_ARGS | Peter S. Mazinger | 2006-01-19 | 1 | -2/+0 | |
| | ||||||
* | would help if i used the right variable name ... | Mike Frysinger | 2006-01-19 | 1 | -1/+1 | |
| | ||||||
* | Frank Mehnert writes: | Mike Frysinger | 2006-01-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | 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(). | |||||
* | update sparc code using x86_64 as a template | Mike Frysinger | 2006-01-19 | 1 | -204/+302 | |
| | ||||||
* | first pass at updating sparc ldso with code from glibc | Mike Frysinger | 2006-01-19 | 1 | -29/+43 | |
| | ||||||
* | update syscall macros so both ldso and libc can use them | Mike Frysinger | 2006-01-19 | 2 | -305/+101 | |
| | ||||||
* | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | 2006-01-19 | 34 | -52/+773 | |
| | | | | specific header file to make porting/updates a lot easier | |||||
* | note a few more places where glibc stores their stuff | Mike Frysinger | 2006-01-19 | 1 | -0/+2 | |
| | ||||||
* | Correct unimportant typo | Peter S. Mazinger | 2006-01-19 | 1 | -1/+1 | |
| | ||||||
* | Some minor updates. Looked pretty good as-is. | Eric Andersen | 2006-01-19 | 1 | -11/+15 | |
| | ||||||
* | Joseph S. Myers writes: | Eric Andersen | 2006-01-19 | 1 | -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 Andersen | 2006-01-19 | 1 | -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 uClibc | Mike Frysinger | 2006-01-19 | 1 | -0/+111 | |
| | ||||||
* | give a little info as to what the file should contain | Mike Frysinger | 2006-01-19 | 1 | -0/+5 | |
| | ||||||
* | give a little info as to what the file should contain | Mike Frysinger | 2006-01-19 | 1 | -0/+5 | |
| | ||||||
* | s/HAS_FPU/UCLIBC_HAS_FPU/ | Mike Frysinger | 2006-01-18 | 1 | -1/+1 | |
| | ||||||
* | change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C ↵ | Mike Frysinger | 2006-01-18 | 2 | -4/+4 | |
| | | | | namespace | |||||
* | fix UCLIBC_STATIC_LDCONFIG location in menus and touchup display for other ↵ | Mike Frysinger | 2006-01-18 | 1 | -14/+15 | |
| | | | | shared lib options | |||||
* | old | Mike Frysinger | 2006-01-18 | 1 | -144/+0 | |
| | ||||||
* | sync fenv.h with glibc | Mike Frysinger | 2006-01-18 | 3 | -1/+206 | |
| | ||||||
* | Remove unused CLOCK_IDFIELD_SIZE, not in glibc | Peter S. Mazinger | 2006-01-18 | 1 | -2/+0 | |
| | ||||||
* | Add target strip command and use it, also disable for now CFLAGS-multi-y, ↵ | Peter S. Mazinger | 2006-01-18 | 3 | -3/+6 | |
| | | | | after splitting all MSRC, it won't be needed | |||||
* | Add IMA build rules | Peter S. Mazinger | 2006-01-18 | 2 | -4/+24 | |
| | ||||||
* | modify IMA compiling rule and add linking rule | Peter S. Mazinger | 2006-01-18 | 1 | -1/+12 | |
| | ||||||
* | Don't include twice features.h and correct typo | Peter S. Mazinger | 2006-01-18 | 1 | -2/+1 | |
| | ||||||
* | Make gcc4 happy as well | Peter S. Mazinger | 2006-01-18 | 1 | -1/+1 | |
| | ||||||
* | check for signal existence rather than using arch defines | Mike Frysinger | 2006-01-18 | 4 | -14/+13 | |
| | ||||||
* | get rid of alpha defines | Mike Frysinger | 2006-01-18 | 1 | -2/+2 | |
| | ||||||
* | get rid of arch specific checks | Mike Frysinger | 2006-01-18 | 4 | -31/+14 | |
| | ||||||
* | correct prototypes and 1 reloc less | Peter S. Mazinger | 2006-01-17 | 1 | -5/+5 | |
| | ||||||
* | Build if GETC_MACRO use is disabled | Peter S. Mazinger | 2006-01-17 | 1 | -0/+4 | |
| | ||||||
* | Remove unused prototypes | Peter S. Mazinger | 2006-01-17 | 1 | -36/+0 | |
| | ||||||
* | Add libc_pthread_init to libc.a as well, should correct bug reported to ml | Peter S. Mazinger | 2006-01-17 | 1 | -0/+1 | |
| | ||||||
* | Remove __P() and add attribute_hidden to internal prototypes | Peter S. Mazinger | 2006-01-17 | 1 | -64/+64 | |
| | ||||||
* | Remove explicit signgam prototype, use header instead | Peter S. Mazinger | 2006-01-17 | 4 | -6/+4 | |
| | ||||||
* | last math related global data reloc (_LIB_VERSION) removed | Peter S. Mazinger | 2006-01-17 | 2 | -1/+4 | |
| | ||||||
* | use the 6-arg version of mmap where available | Mike Frysinger | 2006-01-17 | 1 | -1/+11 | |
| | ||||||
* | cut out unused code | Mike Frysinger | 2006-01-17 | 1 | -18/+6 | |
| | ||||||
* | cleanup whitespace | Mike Frysinger | 2006-01-17 | 1 | -61/+60 | |
| | ||||||
* | update strcoll stuff | Mike Frysinger | 2006-01-17 | 1 | -2/+2 | |
| | ||||||
* | m68k now has syscall() | Mike Frysinger | 2006-01-17 | 1 | -1/+0 | |
| | ||||||
* | sync some stuff from glibc and fix __hidden_ver1() for targets that define a ↵ | Mike Frysinger | 2006-01-17 | 1 | -7/+34 | |
| | | | | USER_PREFIX (like bfin) | |||||
* | since just about everyone uses return _dl_elf_main for START() now, make it ↵ | Mike Frysinger | 2006-01-17 | 10 | -59/+6 | |
| | | | | the default | |||||
* | All math related relocs gone | Peter S. Mazinger | 2006-01-17 | 81 | -28/+272 | |
| | ||||||
* | Update license | Peter S. Mazinger | 2006-01-16 | 1 | -17/+4 | |
| | ||||||
* | Update license | Peter S. Mazinger | 2006-01-16 | 1 | -14/+3 | |
| |