Commit Graph

1185 Commits

Author SHA1 Message Date
Ulrich Drepper b8b84ae26c Rename function to __ffs and make ffs a weak alias. 1998-03-09 09:09:46 +00:00
Andreas Schwab 1c03144cf7 * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
Readd lost negate.
	* sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
1998-03-09 03:20:41 +00:00
Ulrich Drepper 48a686308e (SYSCALL_ERROR_HANDLER): Don't store into global errno if we already
store through __errno_location.
1998-03-06 11:38:58 +00:00
Andreas Schwab 56d7f02931 * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
* sysdeps/m68k/lshift.S: Likewise.
	* sysdeps/m68k/rshift.S: Likewise.
	* sysdeps/m68k/sub_n.S: Likewise.
	* sysdeps/m68k/m68020/addmul_1.S: Likewise.
	* sysdeps/m68k/m68020/mul_1.S: Likewise.
	* sysdeps/m68k/m68020/submul_1.S: Likewise.
	* sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
	[_LIBC_REENTRANT]: Don't store into global errno.
	* sysdeps/m68k/sysdep.h: New file.
	* sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
	ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
	(DO_CALL): Change to expect syscall name as argument.
	(PSEUDO): Pass syscall_name to DO_CALL.
	(SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
	errno.
1998-03-06 01:48:50 +00:00
Andreas Schwab 1e0c166557 * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
offsets into the GOT.
	(RTLD_START): Likewise.
1998-03-04 02:36:01 +00:00
Richard Henderson ee0671d1a1 1998-03-01 18:52 H.J. Lu (hjl@gnu.org)
* sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
        osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
        osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
1998-03-01 10:53:22 +00:00
Richard Henderson 9ba8164eb6 * shlib-versions: Match alpha*.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
        * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
        * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
        Implement copysign* with and without __ prefix.
        Likewise for fabs; use builtin for gcc 2.8.
        (floor*): New.
        (fdim*): New.
        * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
        (R_SPARC*): Match current v9 ABI.
        * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
        * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
        * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
        * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
        * sysdeps/generic/getresgid.c: Use prototype form because of warning.
        * sysdeps/unix/sysv/linux/getdents.c: Likewise.
        * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
        * sysdeps/unix/grantpt.c (argv): Fix consts.
        * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
        * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1998-03-01 00:56:41 +00:00
Ulrich Drepper f0b71999ee (_NSIG): Changed to 64. 1998-02-26 17:16:51 +00:00
Ulrich Drepper edc43054d4 Make versioned symbols only for shared library.
Fix ENOSYS branch.
1998-02-26 17:16:26 +00:00
Ulrich Drepper 23713ff9db Code to handle compatibility of syscall for adjtimex interface. 1998-02-26 17:15:43 +00:00
Ulrich Drepper d958c12167 Code to handle compatibility of syscall for adjtime interface. 1998-02-26 17:15:38 +00:00
Ulrich Drepper 0f04509d00 (sysdep_routines): Added adjtimex and old_adjtimex. 1998-02-26 17:14:58 +00:00
Ulrich Drepper 3616c197cd Add _errno definition. 1998-02-26 17:14:15 +00:00
Ulrich Drepper 265bcb263d Added ".set noat"/".set at". 1998-02-26 17:13:29 +00:00
Ulrich Drepper f635bc2865 (feraiseexcept): Use a dummy for FE_DIVBYZERO. Kludge for
FE_UNDERFLOW.
1998-02-26 16:29:41 +00:00
Ulrich Drepper d424955575 (FE_TOWARDZERO): Correct typo. 1998-02-26 08:38:37 +00:00
Ulrich Drepper 0c70eb4af3 (struct kernel_sigaction): Define. 1998-02-24 15:22:07 +00:00
Andreas Schwab ef5e0ac67b Stub file 1998-02-18 01:32:32 +00:00
Ulrich Drepper 09e8bdd3cd (rt_sigreturn): Make compatible with older kernels. 1998-02-17 15:26:57 +00:00
Ulrich Drepper d7d1f4badd (_ioperm): Map all ports starting from 0 not only from `from'. 1998-02-16 18:13:11 +00:00
Ulrich Drepper 4fba2352f8 Pointer sizes. 1998-02-12 18:22:18 +00:00
Ulrich Drepper e1f251a3ae Add getres[ug]id. 1998-02-10 20:05:38 +00:00
Ulrich Drepper e0e16dbb5b (EOVERFLOW): Added. 1998-02-10 20:01:29 +00:00
Ulrich Drepper 9ab963e5ef Define __need_FOPEN_MAX, not _STDIO_H, before including
<bits/stdio_lim.h>.
1998-02-10 20:01:12 +00:00
Ulrich Drepper 028502bf1e SysV compliant context switch interface. 1998-02-10 19:59:41 +00:00
Richard Henderson 73bc81179e * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
* sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
Follow POSIX and make tv_sec a time_t.
* sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
new tv64 syscall as well as fall back to tv32.
* sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
* sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
* sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
* sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
* sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
* sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
* sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
1998-02-04 10:17:52 +00:00
Ulrich Drepper 6534c4544b Add rt_sigaction.S. 1998-02-01 13:13:23 +00:00
Ulrich Drepper e85e76352c Fix typo. 1998-01-30 12:26:36 +00:00
Ulrich Drepper 401a9d9e66 Fix a typo. 1998-01-30 12:24:41 +00:00
Ulrich Drepper de0268b44e Correct typo (ccept->accept). 1998-01-30 11:39:44 +00:00
Ulrich Drepper c44a108279 Not to be used. 1998-01-30 11:39:21 +00:00
Ulrich Drepper caec183cea Add bits/mman.h. 1998-01-30 11:38:04 +00:00
Ulrich Drepper cbb1b7f55c Add net/route.h. 1998-01-30 11:37:34 +00:00
Richard Henderson 651f8ea8fc * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
unimplemented OSF/1 definitions so that they are not accidentally seen.
1998-01-26 22:52:51 +00:00
Richard Henderson 18a702a8a3 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
of the trampoline function into the macro.
* sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
kernel 2.1.82 has this fixed.
* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
* sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
1998-01-26 22:04:53 +00:00
Ulrich Drepper 3b56dfe148 Add change to support sigaction on kernels > 2.1.7x. 1998-01-25 19:12:46 +00:00
Ulrich Drepper 649d6c334b Define _STATBUF_ST_RDEV. 1998-01-25 17:00:01 +00:00
Ulrich Drepper cdf0977855 Define SIG_HOLD. 1998-01-25 16:55:24 +00:00
Ulrich Drepper 92ce4393c9 Add definition of __t_scalar_t and __t_uscalar_t. 1998-01-25 16:49:50 +00:00
Ulrich Drepper 9ba537d289 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Remove the 3rd arg and add
declaration for _dl_runtime_resolve and _dl_runtime_profile.
1998-01-25 03:51:19 +00:00
Ulrich Drepper 909a2333c7 Define the cancelable socket functions as __libc_xxx with __xxx as
weak alias.
1998-01-21 17:03:32 +00:00
Ulrich Drepper 41fe80e1bc Allow __socket to be redefined. 1998-01-21 17:03:20 +00:00
Ulrich Drepper 5faf38aeab Add definition of FP_ILOGB0 and FP_ILOGNAN. 1998-01-21 17:00:32 +00:00
Ulrich Drepper 18199b1e50 Add __mmap64 and mmap64 aliases to mmap. 1997-12-28 15:24:24 +00:00
Ulrich Drepper 7a114d161c Empty file since mmap == mmap64. 1997-12-28 15:23:32 +00:00
Ulrich Drepper 91c6e1837b Replace sa_handler with k_sa_handler. 1997-12-28 15:22:52 +00:00
Ulrich Drepper fa6e5ab44c Linux/Alpha specific route.h 1997-12-25 12:14:08 +00:00
Ulrich Drepper 5eb1fd7864 Types for Linux MIPS. 1997-12-22 20:42:51 +00:00
Ulrich Drepper ceb64ad89a Define __ipc_pid_t. 1997-12-22 20:21:44 +00:00
Ulrich Drepper 14bb1c1b08 LFS support. 1997-12-22 20:20:47 +00:00