platform/upstream/glibc.git
24 years agoHPUX stat buffer definition.
Ulrich Drepper [Wed, 25 Aug 1999 20:28:22 +0000 (20:28 +0000)]
HPUX stat buffer definition.

24 years agoHPUX setjmp buffer definition.
Ulrich Drepper [Wed, 25 Aug 1999 20:27:19 +0000 (20:27 +0000)]
HPUX setjmp buffer definition.

24 years agoHPUX error number definitions.
Ulrich Drepper [Wed, 25 Aug 1999 20:26:03 +0000 (20:26 +0000)]
HPUX error number definitions.

24 years agoDefine endianess for HPPA.
Ulrich Drepper [Wed, 25 Aug 1999 20:18:37 +0000 (20:18 +0000)]
Define endianess for HPPA.

24 years agoSolaris dirent definition.
Ulrich Drepper [Wed, 25 Aug 1999 18:48:38 +0000 (18:48 +0000)]
Solaris dirent definition.

24 years agogetdents implementation for Solaris.
Ulrich Drepper [Wed, 25 Aug 1999 18:42:20 +0000 (18:42 +0000)]
getdents implementation for Solaris.

24 years agoAdd missing underscore in _llseek entry.
Ulrich Drepper [Wed, 25 Aug 1999 17:41:51 +0000 (17:41 +0000)]
Add missing underscore in _llseek entry.

24 years agoFix typo in execve entry.
Ulrich Drepper [Wed, 25 Aug 1999 17:40:49 +0000 (17:40 +0000)]
Fix typo in execve entry.

24 years agoFix comment.
Ulrich Drepper [Wed, 25 Aug 1999 17:39:15 +0000 (17:39 +0000)]
Fix comment.

24 years agoFix EILSEQ value changed in last patch.
Ulrich Drepper [Tue, 24 Aug 1999 22:13:10 +0000 (22:13 +0000)]
Fix EILSEQ value changed in last patch.

24 years agoUse __syscall_error.
Ulrich Drepper [Tue, 24 Aug 1999 20:59:51 +0000 (20:59 +0000)]
Use __syscall_error.

24 years agoRewrite, don't declare errno here.
Ulrich Drepper [Tue, 24 Aug 1999 20:59:41 +0000 (20:59 +0000)]
Rewrite, don't declare errno here.

24 years agoUse hexadecimal floating-point constants for gcc >= 2.95.
Ulrich Drepper [Tue, 24 Aug 1999 20:35:50 +0000 (20:35 +0000)]
Use hexadecimal floating-point constants for gcc >= 2.95.

24 years agoLinux/MIPS specific error codes.
Ulrich Drepper [Mon, 23 Aug 1999 17:53:43 +0000 (17:53 +0000)]
Linux/MIPS specific error codes.

24 years agoDefine SIGCONTEXT_EXTRA_ARGS.
Ulrich Drepper [Mon, 23 Aug 1999 17:43:28 +0000 (17:43 +0000)]
Define SIGCONTEXT_EXTRA_ARGS.

24 years agoAdd execve syscall.
Ulrich Drepper [Mon, 23 Aug 1999 04:06:18 +0000 (04:06 +0000)]
Add execve syscall.

24 years agoRemove SGI specific calls, add RTLD_LOCAL.
Ulrich Drepper [Sun, 22 Aug 1999 16:05:13 +0000 (16:05 +0000)]
Remove SGI specific calls, add RTLD_LOCAL.

24 years ago(SA_RESETHAND): Add it.
Ulrich Drepper [Sun, 22 Aug 1999 16:04:24 +0000 (16:04 +0000)]
(SA_RESETHAND): Add it.

24 years agoInformation how to access signal context on Linux/Alpha.
Ulrich Drepper [Thu, 19 Aug 1999 19:57:25 +0000 (19:57 +0000)]
Information how to access signal context on Linux/Alpha.

24 years agoDefine __blksize_t.
Ulrich Drepper [Wed, 18 Aug 1999 07:47:37 +0000 (07:47 +0000)]
Define __blksize_t.

24 years ago(struct stat): Use __blksize_t for st_blksize member.
Ulrich Drepper [Wed, 18 Aug 1999 07:46:54 +0000 (07:46 +0000)]
(struct stat): Use __blksize_t for st_blksize member.
(struct stat64): Likewise.

24 years ago(struct stat): Use __blksize_t for st_blksize member.
Ulrich Drepper [Wed, 18 Aug 1999 07:46:26 +0000 (07:46 +0000)]
(struct stat): Use __blksize_t for st_blksize member.

24 years agoInclude bits/types.h instead of sys/types.h.
Ulrich Drepper [Wed, 18 Aug 1999 07:43:39 +0000 (07:43 +0000)]
Include bits/types.h instead of sys/types.h.

24 years agoMake __useconds_t unsigned.
Ulrich Drepper [Wed, 18 Aug 1999 03:39:59 +0000 (03:39 +0000)]
Make __useconds_t unsigned.

24 years agoDefine type __useconds_t.
Ulrich Drepper [Wed, 18 Aug 1999 01:18:14 +0000 (01:18 +0000)]
Define type __useconds_t.

24 years agoDefine ARM specific versions of VALID_ELF_HEADER, VALID_ELF_OSABI,
Ulrich Drepper [Tue, 10 Aug 1999 05:10:14 +0000 (05:10 +0000)]
Define ARM specific versions of VALID_ELF_HEADER, VALID_ELF_OSABI,
VALID_ELF_ABIVERSION.

24 years ago(O_DSYNC, O_RSYNC): New definitions.
Ulrich Drepper [Fri, 6 Aug 1999 17:23:00 +0000 (17:23 +0000)]
(O_DSYNC, O_RSYNC): New definitions.
(O_LARGEFILE): Define only if __USE_LARGEFILE64.

24 years ago(O_LARGEFILE): Define only if __USE_LARGEFILE64.
Ulrich Drepper [Fri, 6 Aug 1999 17:22:24 +0000 (17:22 +0000)]
(O_LARGEFILE): Define only if __USE_LARGEFILE64.

24 years ago(O_RSYNC, O_DSYNC): Define.
Ulrich Drepper [Thu, 5 Aug 1999 16:56:44 +0000 (16:56 +0000)]
(O_RSYNC, O_DSYNC): Define.

24 years ago(GET_NPROCS_PARSER): Initialize result to one.
Ulrich Drepper [Wed, 4 Aug 1999 16:00:23 +0000 (16:00 +0000)]
(GET_NPROCS_PARSER): Initialize result to one.

24 years agoUse new path for e_sqrt.c.
Ulrich Drepper [Mon, 2 Aug 1999 19:44:27 +0000 (19:44 +0000)]
Use new path for e_sqrt.c.

24 years agoLinux/Alpha specific functions to read system information.
Ulrich Drepper [Sat, 31 Jul 1999 06:09:30 +0000 (06:09 +0000)]
Linux/Alpha specific functions to read system information.

24 years agoELF type definitions for Linux/Alpha.
Ulrich Drepper [Tue, 27 Jul 1999 05:47:28 +0000 (05:47 +0000)]
ELF type definitions for Linux/Alpha.

24 years agoCorrect types.
Ulrich Drepper [Tue, 27 Jul 1999 05:06:25 +0000 (05:06 +0000)]
Correct types.

24 years agoDefine __clockid_t, __timer_t, CLOCK_REALTIME, and TIMER_ABSTIME.
Ulrich Drepper [Tue, 27 Jul 1999 00:18:20 +0000 (00:18 +0000)]
Define __clockid_t, __timer_t, CLOCK_REALTIME, and TIMER_ABSTIME.

24 years ago * sysdeps/m68k/dl-machine.h (RTLD_START): Call pre-init funtions.
Andreas Schwab [Mon, 26 Jul 1999 08:27:39 +0000 (08:27 +0000)]
* sysdeps/m68k/dl-machine.h (RTLD_START): Call pre-init funtions.

25 years ago1999-07-21 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Wed, 21 Jul 1999 16:57:52 +0000 (16:57 +0000)]
1999-07-21  Roland McGrath  <roland@baalperazim.frob.com>

* elf/dl-reloc.c (_dl_reloc_bad_type): New function.
* elf/ldsodefs.h: Declare it.
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Use it
instead of assert.
(elf_machine_lazy_rel): Likewise.  Take new arg MAP.
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
(elf_machine_lazy_rel): Likewise.
* sysdeps/mips/dl-machine.h (elf_machine_rel): Likewise.
(elf_machine_lazy_rel): Likewise.
* sysdeps/mips/mips64/dl-machine.h (elf_machine_rel): Likewise.
(elf_machine_lazy_rel): Likewise.
* sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
(elf_machine_lazy_rel): Likewise.
* sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
(elf_machine_lazy_rel): Likewise.
* sysdeps/generic/dl-machine.h (elf_machine_rel): Likewise.
* sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
(elf_machine_lazy_rel): Likewise.
* sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
(elf_machine_lazy_rel): Likewise.
* sysdeps/powerpc/dl-machine.h (elf_machine_lazy_rel): Likewise.
* sysdeps/powerpc/dl-machine.c (__process_machine_rela): Use
_dl_reloc_bad_type instead of _dl_signal_error.
* elf/do-rel.h (elf_dynamic_do_rel): Pass MAP to elf_machine_lazy_rel.

25 years agoUndo last change.
Ulrich Drepper [Sun, 18 Jul 1999 00:25:28 +0000 (00:25 +0000)]
Undo last change.

25 years ago(timeval): Use __suseconds_t type for tv_usec element.
Ulrich Drepper [Sat, 17 Jul 1999 23:18:23 +0000 (23:18 +0000)]
(timeval): Use __suseconds_t type for tv_usec element.

25 years agoDefine __suseconds_t.
Ulrich Drepper [Sat, 17 Jul 1999 23:16:23 +0000 (23:16 +0000)]
Define __suseconds_t.

25 years ago(_inb, _inw, _inl, _outb, _outw, _outl): Added to GLIBC_2.1.2.
Ulrich Drepper [Thu, 15 Jul 1999 11:51:36 +0000 (11:51 +0000)]
(_inb, _inw, _inl, _outb, _outw, _outl): Added to GLIBC_2.1.2.

25 years agoAdd flt-32 and dbl-64.
Ulrich Drepper [Wed, 14 Jul 1999 00:29:21 +0000 (00:29 +0000)]
Add flt-32 and dbl-64.

25 years agoAdjusted for modified strtold extendability.
Ulrich Drepper [Wed, 14 Jul 1999 00:28:43 +0000 (00:28 +0000)]
Adjusted for modified strtold extendability.

25 years agoAdjusted for modified printf_fphex extendability.
Ulrich Drepper [Wed, 14 Jul 1999 00:28:28 +0000 (00:28 +0000)]
Adjusted for modified printf_fphex extendability.

25 years agoAdd flt-32, dbl-64, and ldbl-96.
Ulrich Drepper [Wed, 14 Jul 1999 00:27:51 +0000 (00:27 +0000)]
Add flt-32, dbl-64, and ldbl-96.

25 years agoAdd ieee754/flt-32 and ieee754/dbl-64.
Ulrich Drepper [Tue, 13 Jul 1999 23:43:10 +0000 (23:43 +0000)]
Add ieee754/flt-32 and ieee754/dbl-64.

25 years agoUpdate for some more motherboards.
Ulrich Drepper [Tue, 6 Jul 1999 16:06:12 +0000 (16:06 +0000)]
Update for some more motherboards.

25 years agoNew file.
Andreas Schwab [Sat, 26 Jun 1999 18:11:01 +0000 (18:11 +0000)]
New file.

25 years ago * sysdeps/m68k/fpu/bits/mathinline.h: Move all libm internal
Andreas Schwab [Sat, 26 Jun 1999 16:43:55 +0000 (16:43 +0000)]
* sysdeps/m68k/fpu/bits/mathinline.h: Move all libm internal
definitions...
* sysdeps/m68k/fpu/mathimpl.h: ... here.  New file.
* sysdeps/m68k/fpu/e_acos.c: Include "mathimpl.h".
* sysdeps/m68k/fpu/e_atan2.c: Likewise.
* sysdeps/m68k/fpu/e_fmod.c: Likewise.
* sysdeps/m68k/fpu/e_pow.c: Likewise.
* sysdeps/m68k/fpu/e_scalb.c: Likewise.
* sysdeps/m68k/fpu/s_ccos.c: Likewise.
* sysdeps/m68k/fpu/s_ccosh.c: Likewise.
* sysdeps/m68k/fpu/s_cexp.c: Likewise.
* sysdeps/m68k/fpu/s_csin.c: Likewise.
* sysdeps/m68k/fpu/s_csinh.c: Likewise.
* sysdeps/m68k/fpu/s_ilogb.c: Likewise.
* sysdeps/m68k/fpu/s_llrint.c: Likewise.
* sysdeps/m68k/fpu/s_llrintf.c: Likewise.
* sysdeps/m68k/fpu/s_llrintl.c: Likewise.
* sysdeps/m68k/fpu/s_modf.c: Likewise.

25 years agoCorrect counting of subsections.
Ulrich Drepper [Mon, 21 Jun 1999 13:00:14 +0000 (13:00 +0000)]
Correct counting of subsections.

25 years agoUse __GNUC_PREREQ.
Ulrich Drepper [Sat, 19 Jun 1999 09:57:23 +0000 (09:57 +0000)]
Use __GNUC_PREREQ.

25 years agoInclude libintl.h.
Ulrich Drepper [Sat, 19 Jun 1999 09:47:58 +0000 (09:47 +0000)]
Include libintl.h.

25 years agosysmacros.h file for Linux/Alpha.
Ulrich Drepper [Wed, 16 Jun 1999 14:30:16 +0000 (14:30 +0000)]
sysmacros.h file for Linux/Alpha.

25 years agoAdd __sysctl.
Ulrich Drepper [Tue, 15 Jun 1999 11:51:17 +0000 (11:51 +0000)]
Add __sysctl.

25 years agoNew files, optimized for m68k.
Andreas Schwab [Mon, 14 Jun 1999 00:59:40 +0000 (00:59 +0000)]
New files, optimized for m68k.

25 years agoRemove advertising clause of copyright.
Ulrich Drepper [Wed, 9 Jun 1999 13:03:40 +0000 (13:03 +0000)]
Remove advertising clause of copyright.

25 years agoRemove advertising clause of copyright.
Ulrich Drepper [Tue, 8 Jun 1999 21:15:39 +0000 (21:15 +0000)]
Remove advertising clause of copyright.

25 years ago(elf_machine_load_address): Fix problems with GOT addressing.
Ulrich Drepper [Sun, 6 Jun 1999 09:20:55 +0000 (09:20 +0000)]
(elf_machine_load_address): Fix problems with GOT addressing.

25 years agoPretty print.
Ulrich Drepper [Sun, 23 May 1999 10:11:27 +0000 (10:11 +0000)]
Pretty print.

25 years agoAdapted for header file change.
Ulrich Drepper [Sun, 23 May 1999 09:46:25 +0000 (09:46 +0000)]
Adapted for header file change.

25 years ago(fenv_t): Prepend __ to member names to protect from user's macro namespace.
Ulrich Drepper [Sun, 23 May 1999 09:44:56 +0000 (09:44 +0000)]
(fenv_t): Prepend __ to member names to protect from user's macro namespace.

25 years ago * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member
Andreas Schwab [Sat, 22 May 1999 17:14:30 +0000 (17:14 +0000)]
* sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member
names to protect from user's macro namespace.
* sysdeps/m68k/fpu/feholdexcpt.c, sysdeps/m68k/fpu/fesetenv.c:
Adapted.

25 years agoZap high byte of length. Reschedule.
Ulrich Drepper [Tue, 18 May 1999 08:55:49 +0000 (08:55 +0000)]
Zap high byte of length.  Reschedule.

25 years ago(struct sockaddr_storage): New structure; storage suitable for any
Ulrich Drepper [Tue, 11 May 1999 12:07:07 +0000 (12:07 +0000)]
(struct sockaddr_storage):  New structure;  storage  suitable for any
socket address.

25 years agoAdd sigrestorer.S.
Ulrich Drepper [Mon, 3 May 1999 12:40:23 +0000 (12:40 +0000)]
Add sigrestorer.S.

25 years agoNew file.
Andreas Schwab [Fri, 30 Apr 1999 17:27:14 +0000 (17:27 +0000)]
New file.

25 years agoCorrect signed/unsigned-ness of blkcnt and fsblkcnt.
Ulrich Drepper [Fri, 16 Apr 1999 17:06:33 +0000 (17:06 +0000)]
Correct signed/unsigned-ness of blkcnt and fsblkcnt.

25 years agoRemoved since cmpxchg/no-cmpxchg doesn't exist anymore.
Ulrich Drepper [Fri, 16 Apr 1999 14:19:10 +0000 (14:19 +0000)]
Removed since cmpxchg/no-cmpxchg doesn't exist anymore.

25 years agoFix typo in preventing compilation of file.
Ulrich Drepper [Thu, 15 Apr 1999 14:45:16 +0000 (14:45 +0000)]
Fix typo in preventing compilation of file.

25 years agommap calls could not be restarted after being interrupted by
Ulrich Drepper [Wed, 14 Apr 1999 13:42:16 +0000 (13:42 +0000)]
mmap calls could not be restarted after being interrupted by
a signal.  The parameters on the stack were corrupted by the
signal handler.

25 years agoSocket calls could not be restarted after being interrupted by
Ulrich Drepper [Wed, 14 Apr 1999 13:42:04 +0000 (13:42 +0000)]
Socket calls could not be restarted after being interrupted by
a signal.  The parameters on the stack were corrupted by the
signal handler.

25 years agoSupport big endian operation.
Ulrich Drepper [Mon, 12 Apr 1999 09:04:34 +0000 (09:04 +0000)]
Support big endian operation.

25 years ago(INLINE_SYSCALL): Include the syscall name in assembler output for ease
Ulrich Drepper [Mon, 12 Apr 1999 09:04:12 +0000 (09:04 +0000)]
(INLINE_SYSCALL): Include the syscall name in assembler output for ease
of debugging.

25 years agoLinux/ARM vfork implementation.
Ulrich Drepper [Mon, 12 Apr 1999 09:03:50 +0000 (09:03 +0000)]
Linux/ARM vfork implementation.

25 years agoSignal termination function.
Ulrich Drepper [Mon, 12 Apr 1999 09:03:27 +0000 (09:03 +0000)]
Signal termination function.

25 years agoDon't rely on undefined compiler behaviour.
Ulrich Drepper [Mon, 12 Apr 1999 09:02:56 +0000 (09:02 +0000)]
Don't rely on undefined compiler behaviour.

25 years ago(_outw, _outb, _outl): Don't bother range checking the port number.
Ulrich Drepper [Mon, 12 Apr 1999 09:02:39 +0000 (09:02 +0000)]
(_outw, _outb, _outl): Don't bother range checking the port number.

25 years ago[$(subdir) = signal]
Ulrich Drepper [Mon, 12 Apr 1999 09:02:23 +0000 (09:02 +0000)]
[$(subdir) = signal]
(sysdep_routines): Add sigrestorer.

25 years agoDelete inline implementations of strcpy and stpcpy.
Ulrich Drepper [Mon, 12 Apr 1999 09:01:49 +0000 (09:01 +0000)]
Delete inline implementations of strcpy and stpcpy.

25 years ago1999-03-18 Philip Blundell <philb@gnu.org>
Andreas Schwab [Fri, 19 Mar 1999 01:54:41 +0000 (01:54 +0000)]
1999-03-18  Philip Blundell  <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386
implementation.

25 years agom68k specific function to print floating point numbers in hexadecimal
Ulrich Drepper [Wed, 10 Mar 1999 16:07:49 +0000 (16:07 +0000)]
m68k specific function to print floating point numbers in hexadecimal
format.

25 years agom68k specific strtold wrapper.
Ulrich Drepper [Mon, 8 Mar 1999 21:39:15 +0000 (21:39 +0000)]
m68k specific strtold wrapper.

25 years ago(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.
Ulrich Drepper [Tue, 2 Mar 1999 08:06:57 +0000 (08:06 +0000)]
(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.

25 years ago(ucontext): Rename field uc_links to
Ulrich Drepper [Mon, 1 Mar 1999 07:20:35 +0000 (07:20 +0000)]
(ucontext): Rename field uc_links to
uc_link which is the right name according to Unix98.

25 years ago(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.
Ulrich Drepper [Sat, 20 Feb 1999 18:25:14 +0000 (18:25 +0000)]
(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.
(__dl_runtime_resolve): Likewise.

25 years ago(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.
Ulrich Drepper [Sat, 20 Feb 1999 18:22:38 +0000 (18:22 +0000)]
(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.

25 years ago(elf_machine_got_rel): Likewise.
Ulrich Drepper [Sat, 20 Feb 1999 15:00:01 +0000 (15:00 +0000)]
(elf_machine_got_rel): Likewise.
(elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.

25 years ago(elf_machine_rela): DT_STRTAB is already relocated.
Ulrich Drepper [Sat, 20 Feb 1999 14:58:50 +0000 (14:58 +0000)]
(elf_machine_rela): DT_STRTAB is already relocated.

25 years ago(elf_machine_rel): DT_STRTAB is already relocated.
Ulrich Drepper [Sat, 20 Feb 1999 14:57:43 +0000 (14:57 +0000)]
(elf_machine_rel): DT_STRTAB is already relocated.

25 years ago(elf_machine_fixup_plt): DT_JMPREL and DT_PLTGOT entries are already
Ulrich Drepper [Sat, 20 Feb 1999 14:56:45 +0000 (14:56 +0000)]
(elf_machine_fixup_plt): DT_JMPREL and DT_PLTGOT entries are already
relocated.
(elf_machine_rela): Likewise for DT_SYMTAB.

25 years agoFix typo.
Ulrich Drepper [Tue, 16 Feb 1999 15:13:16 +0000 (15:13 +0000)]
Fix typo.

25 years ago(_sys_errlist): Fix typo.
Ulrich Drepper [Tue, 16 Feb 1999 12:13:56 +0000 (12:13 +0000)]
(_sys_errlist): Fix typo.

25 years agoFix typo.
Ulrich Drepper [Tue, 16 Feb 1999 09:35:56 +0000 (09:35 +0000)]
Fix typo.
Remove __setfpucw.

25 years ago * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
Andreas Schwab [Sat, 13 Feb 1999 16:51:29 +0000 (16:51 +0000)]
* sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
of separare explicit comparisons.

25 years agoUndo last patch.
Ulrich Drepper [Thu, 11 Feb 1999 12:00:52 +0000 (12:00 +0000)]
Undo last patch.

25 years agoChange __ino64_t to 64 bits.
Ulrich Drepper [Wed, 10 Feb 1999 11:33:31 +0000 (11:33 +0000)]
Change __ino64_t to 64 bits.

25 years agoAdd missing RT signal definitions.
Ulrich Drepper [Mon, 8 Feb 1999 10:11:50 +0000 (10:11 +0000)]
Add missing RT signal definitions.

25 years ago(TRAMPOLINE_TEMPLATE): Save and restore all call-clobbered fp regs.
Ulrich Drepper [Mon, 8 Feb 1999 10:02:37 +0000 (10:02 +0000)]
(TRAMPOLINE_TEMPLATE): Save and restore all call-clobbered fp regs.

25 years agoAdd alias _Exit.
Ulrich Drepper [Sun, 7 Feb 1999 12:44:06 +0000 (12:44 +0000)]
Add alias _Exit.

25 years agoAtomic operation functions for Alpha.
Ulrich Drepper [Fri, 29 Jan 1999 16:57:43 +0000 (16:57 +0000)]
Atomic operation functions for Alpha.