Ulrich Drepper [Thu, 7 Dec 2000 00:32:26 +0000 (00:32 +0000)]
[$(subdir)==misc] (sysdep_routines): Add uitrunc.
Ulrich Drepper [Thu, 7 Dec 2000 00:31:48 +0000 (00:31 +0000)]
__uitrunc implementation.
Ulrich Drepper [Wed, 6 Dec 2000 04:05:25 +0000 (04:05 +0000)]
(__data_start): Define.
Ulrich Drepper [Wed, 6 Dec 2000 03:14:16 +0000 (03:14 +0000)]
Floating point register restore functions.
Ulrich Drepper [Wed, 6 Dec 2000 03:13:59 +0000 (03:13 +0000)]
Floating point register saving functions.
Ulrich Drepper [Wed, 6 Dec 2000 03:12:51 +0000 (03:12 +0000)]
[$(subdir)==misc] (sysdep_routines): Add restf and savef.
Andreas Jaeger [Tue, 5 Dec 2000 17:59:58 +0000 (17:59 +0000)]
(_test_and_set): Don't set mips2.
Andreas Jaeger [Tue, 5 Dec 2000 17:41:00 +0000 (17:41 +0000)]
Use SYS_ify.
Andreas Jaeger [Tue, 5 Dec 2000 17:40:39 +0000 (17:40 +0000)]
Linux/MIPS specific version.
Andreas Jaeger [Tue, 5 Dec 2000 17:39:49 +0000 (17:39 +0000)]
Removed.
Ulrich Drepper [Tue, 5 Dec 2000 16:18:48 +0000 (16:18 +0000)]
Define MAXHOSTNAMELEN.
Ulrich Drepper [Tue, 5 Dec 2000 04:17:58 +0000 (04:17 +0000)]
AIX/PPC implementation of lrintf.
Ulrich Drepper [Tue, 5 Dec 2000 04:13:34 +0000 (04:13 +0000)]
Cleanup. Add comments.
Ulrich Drepper [Tue, 5 Dec 2000 04:05:25 +0000 (04:05 +0000)]
Define __clockid_t and __timer_t.
Ulrich Drepper [Tue, 5 Dec 2000 04:03:03 +0000 (04:03 +0000)]
Nothing.
Ulrich Drepper [Tue, 5 Dec 2000 04:00:48 +0000 (04:00 +0000)]
(JUMPTARGET): Use C_TEXT.
Ulrich Drepper [Tue, 5 Dec 2000 03:58:15 +0000 (03:58 +0000)]
Define pread64 alias.
Ulrich Drepper [Tue, 5 Dec 2000 03:57:44 +0000 (03:57 +0000)]
Define pread alias.
Ulrich Drepper [Tue, 5 Dec 2000 03:57:00 +0000 (03:57 +0000)]
Define __libc_open alias.
Ulrich Drepper [Tue, 5 Dec 2000 03:55:49 +0000 (03:55 +0000)]
Define __libc_lseek alias.
Ulrich Drepper [Tue, 5 Dec 2000 03:48:38 +0000 (03:48 +0000)]
Define __fchdir.
Ulrich Drepper [Tue, 5 Dec 2000 03:46:39 +0000 (03:46 +0000)]
[$(subdir)==login] (sysdep_routines): Add setutxent, getutxent,
endutxent, getutxid, getutxline, pututxline, and utmpxname.
Ulrich Drepper [Mon, 4 Dec 2000 08:37:22 +0000 (08:37 +0000)]
Remove FLT_EVAL_METHOD and DECIMAL_DIG definitions.
Andreas Jaeger [Wed, 29 Nov 2000 09:24:50 +0000 (09:24 +0000)]
Remove unused variable.
Andreas Jaeger [Tue, 28 Nov 2000 09:17:38 +0000 (09:17 +0000)]
Synch with generic Linux version.
Andreas Jaeger [Tue, 28 Nov 2000 08:05:11 +0000 (08:05 +0000)]
(struct cmsghdr): Use __flexarr.
Andreas Jaeger [Mon, 27 Nov 2000 14:40:15 +0000 (14:40 +0000)]
(__longjmp): Restore SP and FP last and
in a single asm as they may be used to access other stored
registers.
Andreas Schwab [Tue, 21 Nov 2000 20:55:38 +0000 (20:55 +0000)]
* sysdeps/alpha/setjmp.S: Remove __setjmp entry point.
* sysdeps/arm/setjmp.S: Likewise.
* sysdeps/arm/fpu/setjmp.S: Likewise.
* sysdeps/i386/setjmp.S: Likewise.
* sysdeps/i386/elf/setjmp.S: Likewise.
* sysdeps/s390/setjmp.S: Likewise.
* sysdeps/s390/elf/setjmp.S: Likewise.
* sysdeps/sh/sh3/setjmp.S: Likewise.
* sysdeps/sh/sh4/setjmp.S: Likewise.
* sysdeps/sparc/sparc32/setjmp.S: Likewise.
* sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
* sysdeps/unix/sysv/linux/m68k/setjmp.c: Removed.
Andreas Jaeger [Mon, 20 Nov 2000 07:55:22 +0000 (07:55 +0000)]
(O_NOFOLLOW): Use same value defined in /usr/include/asm-mips/fcntl.h.
Andreas Jaeger [Mon, 20 Nov 2000 07:55:06 +0000 (07:55 +0000)]
(kernel_stat): Expand time_t to 'long int' not, 'unsigned int'. Use 'long int' for
__unused? members.
Andreas Jaeger [Mon, 20 Nov 2000 07:54:19 +0000 (07:54 +0000)]
Fix comments
Ulrich Drepper [Thu, 16 Nov 2000 02:07:02 +0000 (02:07 +0000)]
(RTLD_START): Update _dl_argv.
Andreas Jaeger [Mon, 13 Nov 2000 16:53:57 +0000 (16:53 +0000)]
Update.
Ulrich Drepper [Fri, 10 Nov 2000 05:06:34 +0000 (05:06 +0000)]
Correct last patch.
Ulrich Drepper [Fri, 10 Nov 2000 05:00:14 +0000 (05:00 +0000)]
(GLIBC_2.1.1): Add getitimer.
Andreas Jaeger [Thu, 2 Nov 2000 09:32:30 +0000 (09:32 +0000)]
(elf_machine_rel): Add the symbol's
value plus the run-time displacement to the relocation for non-GOT
symbols. Set the relocation to the GOT entry for GOT symbols.
Ulrich Drepper [Wed, 1 Nov 2000 20:59:56 +0000 (20:59 +0000)]
(CLK_TCK): Cast sysconf result to __clock_t.
Ulrich Drepper [Wed, 1 Nov 2000 08:07:45 +0000 (08:07 +0000)]
Use __sysconf to for CLK_TCK.
Ulrich Drepper [Wed, 1 Nov 2000 08:06:06 +0000 (08:06 +0000)]
Linux/Alpha version of function to get CLK_TCK value.
Andreas Schwab [Fri, 27 Oct 2000 16:22:44 +0000 (16:22 +0000)]
Add some more ulps.
Ulrich Drepper [Fri, 27 Oct 2000 06:48:36 +0000 (06:48 +0000)]
Not needed.
Ulrich Drepper [Fri, 27 Oct 2000 06:40:17 +0000 (06:40 +0000)]
Additional files to distribute in sysdeps/unix/sysv/linux/hppa.
Ulrich Drepper [Fri, 27 Oct 2000 06:38:28 +0000 (06:38 +0000)]
Additional files to distribute in sysdeps/hppa.
Ulrich Drepper [Thu, 26 Oct 2000 17:23:46 +0000 (17:23 +0000)]
Update after libm-test.inc change.
Ulrich Drepper [Wed, 25 Oct 2000 16:56:34 +0000 (16:56 +0000)]
Updated.
Andreas Jaeger [Tue, 24 Oct 2000 07:01:37 +0000 (07:01 +0000)]
Partly revert patch from 2000-10-18.
Andreas Schwab [Mon, 23 Oct 2000 19:14:22 +0000 (19:14 +0000)]
Updated.
Andreas Jaeger [Mon, 23 Oct 2000 06:26:50 +0000 (06:26 +0000)]
Add fcntl64.
Ulrich Drepper [Fri, 20 Oct 2000 17:04:28 +0000 (17:04 +0000)]
(elf_machine_matches_host): Parameter is now pointer to ELF header.
Andreas Jaeger [Fri, 20 Oct 2000 07:02:12 +0000 (07:02 +0000)]
Include <asm/unistd.h>.
Ulrich Drepper [Fri, 20 Oct 2000 06:14:58 +0000 (06:14 +0000)]
(__new_semctl): Pass union semun as 4th argument to semctl syscall, not
address of it.
Andreas Jaeger [Wed, 18 Oct 2000 10:21:16 +0000 (10:21 +0000)]
2000-10-18 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_OK): New.
(ELF_MACHINE_BEFORE_RTLD_RELOC): Handle newer linkers.
(elf_machine_runtime_link_map): Likewise.
(elf_machine_runtime_setup): Likewise.
Handle dynamic linker's local got entries.
Patches by Ralf Baechle <ralf@gnu.org>.
2000-10-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* sysdeps/mips/dl-machine.h (_dl_runtime_resolve): Define $sp as
the frame pointer. Allocate stack space for $a0 for
__dl_runtime_resolve(). Do not save $sp in $s0 as it's
callee-saved anyway.
Andreas Schwab [Tue, 17 Oct 2000 13:24:28 +0000 (13:24 +0000)]
Update for changes in libm-test.inc.
Andreas Schwab [Mon, 16 Oct 2000 09:21:25 +0000 (09:21 +0000)]
Fix last change (misapplied).
Ulrich Drepper [Sun, 15 Oct 2000 18:37:53 +0000 (18:37 +0000)]
Cleanup.
Ulrich Drepper [Sun, 15 Oct 2000 03:58:58 +0000 (03:58 +0000)]
Linux/HPPA errno definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:37:33 +0000 (03:37 +0000)]
Linux/HPPA specific fenv definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:36:28 +0000 (03:36 +0000)]
Linux/HPPA specific fetestexcept implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:36:16 +0000 (03:36 +0000)]
Linux/HPPA specific fesetexceptflag implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:36:03 +0000 (03:36 +0000)]
Linux/HPPA specific feraiseexcept implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:35:48 +0000 (03:35 +0000)]
Linux/HPPA specific fegetexceptflag implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:35:14 +0000 (03:35 +0000)]
Linux/HPPA specific feupdateenv implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:35:05 +0000 (03:35 +0000)]
Linux/HPPA specific fesetround implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:34:57 +0000 (03:34 +0000)]
Linux/HPPA specific fesetenv implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:34:49 +0000 (03:34 +0000)]
Linux/HPPA specific feholdexcept implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:34:41 +0000 (03:34 +0000)]
Linux/HPPA specific fegetround implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:34:32 +0000 (03:34 +0000)]
Linux/HPPA specific fegetexcept implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:34:22 +0000 (03:34 +0000)]
Linux/HPPA specific fegetenv implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:34:04 +0000 (03:34 +0000)]
Linux/HPPA specific fedisableexcept implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:33:51 +0000 (03:33 +0000)]
Linux/HPPA specific feclearexcept implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:33:33 +0000 (03:33 +0000)]
Linux/HPPA specific ld.so startup code.
Ulrich Drepper [Sun, 15 Oct 2000 03:33:24 +0000 (03:33 +0000)]
Linux/HPPA specific startup code.
Ulrich Drepper [Sun, 15 Oct 2000 03:30:29 +0000 (03:30 +0000)]
Linux/HPPA specific ucontext definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:30:16 +0000 (03:30 +0000)]
Linux/HPPA specific debugging data structures.
Ulrich Drepper [Sun, 15 Oct 2000 03:29:47 +0000 (03:29 +0000)]
Linux/HPPA specific signal number definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:29:35 +0000 (03:29 +0000)]
Linux/HPPA specific sigaction definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:29:27 +0000 (03:29 +0000)]
Linux/HPPA specific mman definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:29:17 +0000 (03:29 +0000)]
Linux/HPPA specific ioctl definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:29:10 +0000 (03:29 +0000)]
Linux/HPPA specific fcntl definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:28:55 +0000 (03:28 +0000)]
Linux/HPPA specific umount definition.
Ulrich Drepper [Sun, 15 Oct 2000 03:28:47 +0000 (03:28 +0000)]
Linux/HPPA specific low-level definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:28:38 +0000 (03:28 +0000)]
Linux/HPPA specific low-level object definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:28:22 +0000 (03:28 +0000)]
Linux/HPPA specific syscall list.
Ulrich Drepper [Sun, 15 Oct 2000 03:28:15 +0000 (03:28 +0000)]
Linux/HPPA specific syscall implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:28:06 +0000 (03:28 +0000)]
Linux/HPPA specific socket implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:27:57 +0000 (03:27 +0000)]
Linux/HPPA specific setrlimit implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:27:46 +0000 (03:27 +0000)]
Linux/HPPA specific entry point for profiling.
Ulrich Drepper [Sun, 15 Oct 2000 03:27:14 +0000 (03:27 +0000)]
Linux/HPPA specific mmap implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:26:58 +0000 (03:26 +0000)]
Linux/HPPA kernel specific stat definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:26:50 +0000 (03:26 +0000)]
Linux/HPPA kernel specific sigaction definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:26:34 +0000 (03:26 +0000)]
Linux/HPPA specific getrlimit64 implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:26:27 +0000 (03:26 +0000)]
Linux/HPPA specific getrlimit implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:26:18 +0000 (03:26 +0000)]
Linux/HPPA specific clone implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:26:10 +0000 (03:26 +0000)]
Linux/HPPA specific brk implementation.
Ulrich Drepper [Sun, 15 Oct 2000 03:26:01 +0000 (03:26 +0000)]
Linux/HPPA specific Versions.
Ulrich Drepper [Sun, 15 Oct 2000 03:25:52 +0000 (03:25 +0000)]
Linux/HPPA specific Makefile.
Ulrich Drepper [Sun, 15 Oct 2000 03:25:29 +0000 (03:25 +0000)]
Additional directories for HPPA1.1 machines.
Ulrich Drepper [Sun, 15 Oct 2000 03:25:11 +0000 (03:25 +0000)]
HP/PA specific setjmp header definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:24:53 +0000 (03:24 +0000)]
HP/PA specific memusage definitions.
Ulrich Drepper [Sun, 15 Oct 2000 03:24:40 +0000 (03:24 +0000)]
HP/PA specific setjmp implementation.