summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha
Commit message (Collapse)AuthorAgeFilesLines
...
* sync with glibcMike Frysinger2006-03-291-1/+7
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-1/+1
| | | | most of global data relocations are back
* Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger2006-03-101-1/+1
|
* hide div functions in libc, but export them in ldso so that other shared ↵Mike Frysinger2006-03-021-0/+2
| | | | libs dont barf on us
* grab register definitions from regdef.h instead of using our own local onesMike Frysinger2006-03-021-41/+1
|
* rename file so we block the common version from being builtMike Frysinger2006-03-022-1/+1
|
* sync type style with glibc ... this fixes many alpha issues where it has ↵Mike Frysinger2006-03-011-0/+66
| | | | different typesizes from the normal 64bit arch
* need to define some more registersMike Frysinger2006-03-011-0/+3
|
* sync with glibcMike Frysinger2006-02-281-6/+6
|
* add pipe from glibc to fix popen testMike Frysinger2006-02-282-2/+51
|
* dont need pal.h hereMike Frysinger2006-02-281-1/+0
|
* Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger2006-02-281-1/+6
|
* Provide hidden sigprocmask, remove __x versionPeter S. Mazinger2006-02-281-3/+3
|
* grab regdef.h from glibc and use that instead of kernel headers regdef.hMike Frysinger2006-02-285-4/+48
|
* sync with glibcMike Frysinger2006-02-281-3/+3
|
* sync with glibcMike Frysinger2006-02-283-12/+119
|
* sync with glibcMike Frysinger2006-02-281-26/+42
|
* import rt_sigaction from glibc to fix alpha signal handling issuesMike Frysinger2006-02-282-1/+83
|
* enable 6 arg version of mmapMike Frysinger2006-02-281-1/+1
|
* grab glibc sigprocmask since common linux one doesnt work for alphaMike Frysinger2006-02-282-1/+62
|
* sync with glibcMike Frysinger2006-02-281-26/+43
|
* grab from glibcMike Frysinger2006-02-201-0/+67
|
* sync with glibcMike Frysinger2006-02-198-87/+144
|
* rename file and fix setting of errnoMike Frysinger2006-02-192-4/+5
|
* hide misc div funcs so generating shared libs on alpha doesnt failMike Frysinger2006-02-151-0/+1
|
* I will risk this one: __curbrkPeter S. Mazinger2006-02-011-0/+1
|
* Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"2006-01-261-0/+3
|
* grab alpha version of mman.h from glibcMike Frysinger2006-01-221-0/+116
|
* import syscall from glibcMike Frysinger2006-01-212-2/+73
|
* need prototype to fix sigaction warningsMike Frysinger2006-01-201-0/+3
|
* grab syscall macros from the kernelMike Frysinger2006-01-201-7/+185
|
* .set doesnt work on alphaMike Frysinger2006-01-201-1/+1
|
* Change to sane defaultsPeter S. Mazinger2006-01-191-5/+10
|
* move a bunch of arch-specific checks out of common files and into an arch ↵Mike Frysinger2006-01-191-0/+33
| | | | specific header file to make porting/updates a lot easier
* sync fenv.h with glibcMike Frysinger2006-01-181-0/+123
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-18/+6
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-143-16/+11
| | | | missing headers, other jump relocs removed
* Make clone use internal _exitPeter S. Mazinger2005-12-161-1/+1
|
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-0/+1
|
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
|
* rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger2005-11-191-1/+1
|
* move alpha/hppa into their own arch subdir where they should beMike Frysinger2005-11-181-0/+15
|
* update copyright and license, add _BITS_SETJMP_H protection around the file, ↵Mike Frysinger2005-11-161-2/+7
| | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
* unusedMike Frysinger2005-11-151-66/+0
|
* use the common/bits/types.h since it has proper 64bit support nowMike Frysinger2005-11-071-116/+0
|
* unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger2005-11-041-23/+5
|
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵Peter S. Mazinger2005-11-031-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 buildsPeter S. Mazinger2005-11-012-65/+40
|
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵Peter S. Mazinger2005-10-121-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. Mazinger2005-09-281-3/+3
|