Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sync with glibc | Mike Frysinger | 2006-03-29 | 1 | -1/+7 | |
| | ||||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 1 | -1/+1 | |
| | | | | most of global data relocations are back | |||||
* | Remove duplicate hidden __curbrk (ppc), make use of the hidden versions | Peter S. Mazinger | 2006-03-10 | 1 | -1/+1 | |
| | ||||||
* | hide div functions in libc, but export them in ldso so that other shared ↵ | Mike Frysinger | 2006-03-02 | 1 | -0/+2 | |
| | | | | libs dont barf on us | |||||
* | grab register definitions from regdef.h instead of using our own local ones | Mike Frysinger | 2006-03-02 | 1 | -41/+1 | |
| | ||||||
* | rename file so we block the common version from being built | Mike Frysinger | 2006-03-02 | 2 | -1/+1 | |
| | ||||||
* | sync type style with glibc ... this fixes many alpha issues where it has ↵ | Mike Frysinger | 2006-03-01 | 1 | -0/+66 | |
| | | | | different typesizes from the normal 64bit arch | |||||
* | need to define some more registers | Mike Frysinger | 2006-03-01 | 1 | -0/+3 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -6/+6 | |
| | ||||||
* | add pipe from glibc to fix popen test | Mike Frysinger | 2006-02-28 | 2 | -2/+51 | |
| | ||||||
* | dont need pal.h here | Mike Frysinger | 2006-02-28 | 1 | -1/+0 | |
| | ||||||
* | Mark __syscall_*sigaction hidden and add guard to the header | Peter S. Mazinger | 2006-02-28 | 1 | -1/+6 | |
| | ||||||
* | Provide hidden sigprocmask, remove __x version | Peter S. Mazinger | 2006-02-28 | 1 | -3/+3 | |
| | ||||||
* | grab regdef.h from glibc and use that instead of kernel headers regdef.h | Mike Frysinger | 2006-02-28 | 5 | -4/+48 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -3/+3 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-28 | 3 | -12/+119 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -26/+42 | |
| | ||||||
* | import rt_sigaction from glibc to fix alpha signal handling issues | Mike Frysinger | 2006-02-28 | 2 | -1/+83 | |
| | ||||||
* | enable 6 arg version of mmap | Mike Frysinger | 2006-02-28 | 1 | -1/+1 | |
| | ||||||
* | grab glibc sigprocmask since common linux one doesnt work for alpha | Mike Frysinger | 2006-02-28 | 2 | -1/+62 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -26/+43 | |
| | ||||||
* | grab from glibc | Mike Frysinger | 2006-02-20 | 1 | -0/+67 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-19 | 8 | -87/+144 | |
| | ||||||
* | rename file and fix setting of errno | Mike Frysinger | 2006-02-19 | 2 | -4/+5 | |
| | ||||||
* | hide misc div funcs so generating shared libs on alpha doesnt fail | Mike Frysinger | 2006-02-15 | 1 | -0/+1 | |
| | ||||||
* | I will risk this one: __curbrk | Peter S. Mazinger | 2006-02-01 | 1 | -0/+1 | |
| | ||||||
* | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | 2006-01-26 | 1 | -0/+3 | |
| | ||||||
* | grab alpha version of mman.h from glibc | Mike Frysinger | 2006-01-22 | 1 | -0/+116 | |
| | ||||||
* | import syscall from glibc | Mike Frysinger | 2006-01-21 | 2 | -2/+73 | |
| | ||||||
* | need prototype to fix sigaction warnings | Mike Frysinger | 2006-01-20 | 1 | -0/+3 | |
| | ||||||
* | grab syscall macros from the kernel | Mike Frysinger | 2006-01-20 | 1 | -7/+185 | |
| | ||||||
* | .set doesnt work on alpha | Mike Frysinger | 2006-01-20 | 1 | -1/+1 | |
| | ||||||
* | Change to sane defaults | Peter S. Mazinger | 2006-01-19 | 1 | -5/+10 | |
| | ||||||
* | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | 2006-01-19 | 1 | -0/+33 | |
| | | | | specific header file to make porting/updates a lot easier | |||||
* | sync fenv.h with glibc | Mike Frysinger | 2006-01-18 | 1 | -0/+123 | |
| | ||||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -18/+6 | |
| | ||||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 3 | -16/+11 | |
| | | | | missing headers, other jump relocs removed | |||||
* | Make clone use internal _exit | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 | |
| | ||||||
* | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | 2005-12-14 | 1 | -0/+1 | |
| | ||||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 | |
| | ||||||
* | rename common Makefile.arch to prevent include funkiness from occuring | Mike Frysinger | 2005-11-19 | 1 | -1/+1 | |
| | ||||||
* | move alpha/hppa into their own arch subdir where they should be | Mike Frysinger | 2005-11-18 | 1 | -0/+15 | |
| | ||||||
* | update copyright and license, add _BITS_SETJMP_H protection around the file, ↵ | Mike Frysinger | 2005-11-16 | 1 | -2/+7 | |
| | | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS | |||||
* | unused | Mike Frysinger | 2005-11-15 | 1 | -66/+0 | |
| | ||||||
* | use the common/bits/types.h since it has proper 64bit support now | Mike Frysinger | 2005-11-07 | 1 | -116/+0 | |
| | ||||||
* | unify common code thus making arch-specific Makefiles very simple :) | Mike Frysinger | 2005-11-04 | 1 | -23/+5 | |
| | ||||||
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵ | Peter S. Mazinger | 2005-11-03 | 1 | -2/+2 | |
| | | | | with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources. | |||||
* | Update alpha to new builds | Peter S. Mazinger | 2005-11-01 | 2 | -65/+40 | |
| | ||||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -34/+23 | |
| | | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | |||||
* | Build crt[in].o with disabled ssp. | Peter S. Mazinger | 2005-09-28 | 1 | -3/+3 | |
| |