about summary refs log tree commit diff
path: root/sysdeps/alpha
Commit message (Collapse)AuthorAgeFilesLines
* * sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning Brendan Kehoe1995-04-171-4/+5
| | | | | | | | | | of the byte that was zero, so we return a valid number. Mon Apr 17 12:02:49 1995 Brendan Kehoe (brendan@zen.org) * sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning of the byte that was zero, so we return a valid number. * sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining
* * sysdeps/alpha/__longjmp.c (__longjmp): Take out const.Brendan Kehoe1995-03-311-1/+1
| | | | * sysdeps/alpha/__longjmp.c (__longjmp): Take out const.
* newly generated onesBrendan Kehoe1995-03-108-0/+24
|
* * sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition ↵Brendan Kehoe1995-03-101-0/+3
| | | | | | | that's used inside the alpha sysdep.h. * sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition that's used inside the alpha sysdep.h.
* duh, don't need __attribute__ in the alpha header, it's in the toplevel oneBrendan Kehoe1995-03-101-2/+0
| | | | * sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.
* * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN ↵Brendan Kehoe1995-03-101-1/+0
| | | | | | | keyword. * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN keyword.
* * sysdeps/alpha/__math.h (__copysign): Use attribute instead of old ↵Brendan Kehoe1995-03-101-1/+3
| | | | | | | __CONSTVALUE by adding forward decl first with the const attribute. * sysdeps/alpha/__math.h (__copysign): Use attribute instead of old __CONSTVALUE by adding forward decl first with the const attribute.
* initial importRoland McGrath1995-02-1829-0/+1452