Ulrich Drepper
|
1a839cb12e
|
Fix comment.
|
1999-08-25 17:39:15 +00:00 |
|
Ulrich Drepper
|
9cc31184c8
|
Fix EILSEQ value changed in last patch.
|
1999-08-24 22:13:10 +00:00 |
|
Ulrich Drepper
|
61098fa137
|
Use __syscall_error.
|
1999-08-24 20:59:51 +00:00 |
|
Ulrich Drepper
|
c79dd0e87d
|
Rewrite, don't declare errno here.
|
1999-08-24 20:59:41 +00:00 |
|
Ulrich Drepper
|
143751489c
|
Use hexadecimal floating-point constants for gcc >= 2.95.
|
1999-08-24 20:35:50 +00:00 |
|
Ulrich Drepper
|
7e5a3fd89a
|
Linux/MIPS specific error codes.
|
1999-08-23 17:53:43 +00:00 |
|
Ulrich Drepper
|
446548bb28
|
Define SIGCONTEXT_EXTRA_ARGS.
|
1999-08-23 17:43:28 +00:00 |
|
Ulrich Drepper
|
3013083aa3
|
Add execve syscall.
|
1999-08-23 04:06:18 +00:00 |
|
Ulrich Drepper
|
10b20b58ab
|
Remove SGI specific calls, add RTLD_LOCAL.
|
1999-08-22 16:05:13 +00:00 |
|
Ulrich Drepper
|
9661dd713d
|
(SA_RESETHAND): Add it.
|
1999-08-22 16:04:24 +00:00 |
|
Ulrich Drepper
|
0cabeaa3fd
|
Information how to access signal context on Linux/Alpha.
|
1999-08-19 19:57:25 +00:00 |
|
Ulrich Drepper
|
f739f8a81e
|
Define __blksize_t.
|
1999-08-18 07:47:37 +00:00 |
|
Ulrich Drepper
|
6996793426
|
(struct stat): Use __blksize_t for st_blksize member.
(struct stat64): Likewise.
|
1999-08-18 07:46:54 +00:00 |
|
Ulrich Drepper
|
daacfe6797
|
(struct stat): Use __blksize_t for st_blksize member.
|
1999-08-18 07:46:26 +00:00 |
|
Ulrich Drepper
|
77c5dc9ed7
|
Include bits/types.h instead of sys/types.h.
|
1999-08-18 07:43:39 +00:00 |
|
Ulrich Drepper
|
0dd0e77c4c
|
Make __useconds_t unsigned.
|
1999-08-18 03:39:59 +00:00 |
|
Ulrich Drepper
|
283cadf410
|
Define type __useconds_t.
|
1999-08-18 01:18:14 +00:00 |
|
Ulrich Drepper
|
26de9a821b
|
Define ARM specific versions of VALID_ELF_HEADER, VALID_ELF_OSABI,
VALID_ELF_ABIVERSION.
|
1999-08-10 05:10:14 +00:00 |
|
Ulrich Drepper
|
6a06c0af60
|
(O_DSYNC, O_RSYNC): New definitions.
(O_LARGEFILE): Define only if __USE_LARGEFILE64.
|
1999-08-06 17:23:00 +00:00 |
|
Ulrich Drepper
|
c93c0c6259
|
(O_LARGEFILE): Define only if __USE_LARGEFILE64.
|
1999-08-06 17:22:24 +00:00 |
|
Ulrich Drepper
|
1d8af49384
|
(O_RSYNC, O_DSYNC): Define.
|
1999-08-05 16:56:44 +00:00 |
|
Ulrich Drepper
|
bad8d32c28
|
(GET_NPROCS_PARSER): Initialize result to one.
|
1999-08-04 16:00:23 +00:00 |
|
Ulrich Drepper
|
0ed67a6c1d
|
Use new path for e_sqrt.c.
|
1999-08-02 19:44:27 +00:00 |
|
Ulrich Drepper
|
d54eed1a9a
|
Linux/Alpha specific functions to read system information.
|
1999-07-31 06:09:30 +00:00 |
|
Ulrich Drepper
|
8cfc6b71c4
|
ELF type definitions for Linux/Alpha.
|
1999-07-27 05:47:28 +00:00 |
|
Ulrich Drepper
|
d063916977
|
Correct types.
|
1999-07-27 05:06:25 +00:00 |
|
Ulrich Drepper
|
078a1bd706
|
Define __clockid_t, __timer_t, CLOCK_REALTIME, and TIMER_ABSTIME.
|
1999-07-27 00:18:20 +00:00 |
|
Andreas Schwab
|
773d8a5255
|
* sysdeps/m68k/dl-machine.h (RTLD_START): Call pre-init funtions.
|
1999-07-26 08:27:39 +00:00 |
|
Roland McGrath
|
893f3d106f
|
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.
|
1999-07-21 16:57:52 +00:00 |
|
Ulrich Drepper
|
22b137b9fd
|
Undo last change.
|
1999-07-18 00:25:28 +00:00 |
|
Ulrich Drepper
|
9a16d32a64
|
(timeval): Use __suseconds_t type for tv_usec element.
|
1999-07-17 23:18:23 +00:00 |
|
Ulrich Drepper
|
b4ac6f26f2
|
Define __suseconds_t.
|
1999-07-17 23:16:23 +00:00 |
|
Ulrich Drepper
|
b9104c3e71
|
(_inb, _inw, _inl, _outb, _outw, _outl): Added to GLIBC_2.1.2.
|
1999-07-15 11:51:36 +00:00 |
|
Ulrich Drepper
|
98a0c25a63
|
Add flt-32 and dbl-64.
|
1999-07-14 00:29:21 +00:00 |
|
Ulrich Drepper
|
6ad8eb9f5e
|
Adjusted for modified strtold extendability.
|
1999-07-14 00:28:43 +00:00 |
|
Ulrich Drepper
|
3ca78edaed
|
Adjusted for modified printf_fphex extendability.
|
1999-07-14 00:28:28 +00:00 |
|
Ulrich Drepper
|
eb302d6895
|
Add flt-32, dbl-64, and ldbl-96.
|
1999-07-14 00:27:51 +00:00 |
|
Ulrich Drepper
|
e19b39916e
|
Add ieee754/flt-32 and ieee754/dbl-64.
|
1999-07-13 23:43:10 +00:00 |
|
Ulrich Drepper
|
05246799a6
|
Update for some more motherboards.
|
1999-07-06 16:06:12 +00:00 |
|
Andreas Schwab
|
d38f39d005
|
New file.
|
1999-06-26 18:11:01 +00:00 |
|
Andreas Schwab
|
5da9d1244a
|
* 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.
|
1999-06-26 16:43:55 +00:00 |
|
Ulrich Drepper
|
ad5ec55ca3
|
Correct counting of subsections.
|
1999-06-21 13:00:14 +00:00 |
|
Ulrich Drepper
|
e261a74e16
|
Use __GNUC_PREREQ.
|
1999-06-19 09:57:23 +00:00 |
|
Ulrich Drepper
|
4d1f7dc129
|
Include libintl.h.
|
1999-06-19 09:47:58 +00:00 |
|
Ulrich Drepper
|
56de49240c
|
sysmacros.h file for Linux/Alpha.
|
1999-06-16 14:30:16 +00:00 |
|
Ulrich Drepper
|
0a437ddb58
|
Add __sysctl.
|
1999-06-15 11:51:17 +00:00 |
|
Andreas Schwab
|
55dec6d865
|
New files, optimized for m68k.
|
1999-06-14 00:59:40 +00:00 |
|
Ulrich Drepper
|
bfd3bd4814
|
Remove advertising clause of copyright.
|
1999-06-09 13:03:40 +00:00 |
|
Ulrich Drepper
|
98226e08b5
|
Remove advertising clause of copyright.
|
1999-06-08 21:15:39 +00:00 |
|
Ulrich Drepper
|
e79468a241
|
(elf_machine_load_address): Fix problems with GOT addressing.
|
1999-06-06 09:20:55 +00:00 |
|