]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
28 years agoUndef some bits we may have gotten from <linux/posix_types.h>.
Ulrich Drepper [Sat, 31 May 1997 00:46:33 +0000 (00:46 +0000)] 
Undef some bits we may have gotten from <linux/posix_types.h>.

28 years agoTiny cleanups.
Ulrich Drepper [Sat, 31 May 1997 00:46:24 +0000 (00:46 +0000)] 
Tiny cleanups.

28 years agoAdd copyright.
Ulrich Drepper [Sat, 31 May 1997 00:46:15 +0000 (00:46 +0000)] 
Add copyright.
(rdfpcr): Use excb rather than trapb.  Be more efficient about
getting at the fpcr.
(wrfpcr): Likewise.
(__setfpucw): Reformat.

28 years agoAdd definition for Miata.
Ulrich Drepper [Sat, 31 May 1997 00:46:01 +0000 (00:46 +0000)] 
Add definition for Miata.

28 years agoDon't use jmp macro to make sure the stack frame is released the very
Ulrich Drepper [Sat, 31 May 1997 00:45:54 +0000 (00:45 +0000)] 
Don't use jmp macro to make sure the stack frame is released the very
instruction before the real jump out.

28 years agoMath exception and environment handling.
Ulrich Drepper [Sat, 31 May 1997 00:43:46 +0000 (00:43 +0000)] 
Math exception and environment handling.

28 years agoTemporarily turn on -mieee globally. This will last until I figure
Ulrich Drepper [Sat, 31 May 1997 00:42:09 +0000 (00:42 +0000)] 
Temporarily turn on -mieee globally.  This will last until I figure
out how to build a parallel libm_ieee.

28 years agoFix missing negate. Use __m81_test instead of explicit comparisons.
Ulrich Drepper [Thu, 29 May 1997 12:05:37 +0000 (12:05 +0000)] 
Fix missing negate.  Use __m81_test instead of explicit comparisons.

28 years agoDe-ansidecl-fy.
Ulrich Drepper [Mon, 26 May 1997 22:28:25 +0000 (22:28 +0000)] 
De-ansidecl-fy.

28 years ago(elf_machine_rel): Print warning about changed size in copy relocation
Ulrich Drepper [Sun, 25 May 1997 01:07:16 +0000 (01:07 +0000)] 
(elf_machine_rel): Print warning about changed size in copy relocation
only if symbol in shared object is larger or _dl_verbose is nonzero.

28 years agoAdd EPERM.
Ulrich Drepper [Sat, 24 May 1997 20:22:52 +0000 (20:22 +0000)] 
Add EPERM.

28 years ago(elf_machine_runtime_setup): Return lazy.
Ulrich Drepper [Sat, 24 May 1997 02:15:43 +0000 (02:15 +0000)] 
(elf_machine_runtime_setup): Return lazy.

28 years ago(elf_machine_runtime_setup): If we are
Ulrich Drepper [Sat, 24 May 1997 02:10:36 +0000 (02:10 +0000)] 
(elf_machine_runtime_setup): If we are
not looking at the new thread-safe .plt, don't be lazy about relocs.
(_dl_runtime_resolve): Fix up arithmetic for new .plt layout.
(elf_alpha_fix_plt): Insert wmb as appropriate to ensure safety.

28 years agopretty printing.
Ulrich Drepper [Thu, 22 May 1997 02:18:07 +0000 (02:18 +0000)] 
pretty printing.

28 years agoprofiling interface for Linux/ARM.
Ulrich Drepper [Thu, 22 May 1997 02:17:10 +0000 (02:17 +0000)] 
profiling interface for Linux/ARM.

28 years agoAvoid warning about nested comments.
Ulrich Drepper [Thu, 22 May 1997 02:16:31 +0000 (02:16 +0000)] 
Avoid warning about nested comments.

28 years agoAdd EPROTOTYPE, ESRCH.
Ulrich Drepper [Thu, 22 May 1997 02:15:00 +0000 (02:15 +0000)] 
Add EPROTOTYPE, ESRCH.

28 years agoAdd cacheflush.
Ulrich Drepper [Wed, 21 May 1997 01:44:24 +0000 (01:44 +0000)] 
Add cacheflush.

28 years agoLinux/ARM specific implementation
Ulrich Drepper [Wed, 21 May 1997 01:44:03 +0000 (01:44 +0000)] 
Linux/ARM specific implementation

28 years agoAdd definition for ret and MOVE.
Ulrich Drepper [Wed, 21 May 1997 01:40:24 +0000 (01:40 +0000)] 
Add definition for ret and MOVE.

28 years agoImplementation of fork syscall for ARM.
Ulrich Drepper [Wed, 21 May 1997 01:39:40 +0000 (01:39 +0000)] 
Implementation of fork syscall for ARM.

28 years agoBasic error numbers for standalone ARM platform.
Ulrich Drepper [Wed, 21 May 1997 01:35:00 +0000 (01:35 +0000)] 
Basic error numbers for standalone ARM platform.

28 years agoDon't define DIR, but __dirstream.
Ulrich Drepper [Wed, 21 May 1997 01:34:06 +0000 (01:34 +0000)] 
Don't define DIR, but __dirstream.

28 years agoDon't include bstring.h, it doesn't exist.
Ulrich Drepper [Wed, 21 May 1997 01:22:18 +0000 (01:22 +0000)] 
Don't include bstring.h, it doesn't exist.

28 years agoTTY definitions.
Ulrich Drepper [Sat, 10 May 1997 23:36:46 +0000 (23:36 +0000)] 
TTY definitions.

28 years agoLikewise tuck the thread data onto the new thread's stack.
Ulrich Drepper [Wed, 7 May 1997 15:31:06 +0000 (15:31 +0000)] 
Likewise tuck the thread data onto the new thread's stack.

28 years agoDon't presume that the kernel will preserve non-call-saved registers;
Ulrich Drepper [Wed, 7 May 1997 15:30:58 +0000 (15:30 +0000)] 
Don't presume that the kernel will preserve non-call-saved registers;
save and restore a0 across the system call.

28 years agoRewritten.
Ulrich Drepper [Wed, 7 May 1997 15:29:27 +0000 (15:29 +0000)] 
Rewritten.

28 years agoDon't define huge_val.
Ulrich Drepper [Wed, 7 May 1997 15:29:22 +0000 (15:29 +0000)] 
Don't define huge_val.

28 years agom68k specific complex sine implementation for long double.
Ulrich Drepper [Wed, 7 May 1997 15:28:03 +0000 (15:28 +0000)] 
m68k specific complex sine implementation for long double.

28 years agom68k specific complex sine implementation for float.
Ulrich Drepper [Wed, 7 May 1997 15:27:51 +0000 (15:27 +0000)] 
m68k specific complex sine implementation for float.

28 years agom68k specific complex sine implementation for double.
Ulrich Drepper [Wed, 7 May 1997 15:27:44 +0000 (15:27 +0000)] 
m68k specific complex sine implementation for double.

28 years agom68k specific complex cosine implementation for long double.
Ulrich Drepper [Wed, 7 May 1997 15:27:27 +0000 (15:27 +0000)] 
m68k specific complex cosine implementation for long double.

28 years agom68k specific complex cosine implementation for float.
Ulrich Drepper [Wed, 7 May 1997 15:27:16 +0000 (15:27 +0000)] 
m68k specific complex cosine implementation for float.

28 years agom68k specific complex cosine implementation.
Ulrich Drepper [Wed, 7 May 1997 15:27:03 +0000 (15:27 +0000)] 
m68k specific complex cosine implementation.

28 years agoRaise invalid exception for NaN result.
Ulrich Drepper [Wed, 7 May 1997 15:26:29 +0000 (15:26 +0000)] 
Raise invalid exception for NaN result.
Use __m81_test.

28 years ago(__frexp): Don't raise invalid exception on infinite value.
Ulrich Drepper [Wed, 7 May 1997 15:26:19 +0000 (15:26 +0000)] 
(__frexp): Don't raise invalid exception on infinite value.
(__m81_test, __M81_COND_NAN, __M81_COND_INF, __M81_COND_NEG,
__M81_COND_ZERO): New definitions.

28 years ago(elf_machine_rela): Check for mismatch in size for copy relocation.
Ulrich Drepper [Wed, 7 May 1997 14:32:55 +0000 (14:32 +0000)] 
(elf_machine_rela): Check for mismatch in size for copy relocation.

28 years agoSave the function argument in t0 rather than a4 to avoid it being
Ulrich Drepper [Wed, 30 Apr 1997 15:49:27 +0000 (15:49 +0000)] 
Save the function argument in t0 rather than a4 to avoid it being
clobbered.

28 years agom68k specific optimized version of sincos for long double.
Ulrich Drepper [Mon, 21 Apr 1997 11:38:01 +0000 (11:38 +0000)] 
m68k specific optimized version of sincos for long double.

28 years agom68k specific optimized version of sincos for float.
Ulrich Drepper [Mon, 21 Apr 1997 11:37:48 +0000 (11:37 +0000)] 
m68k specific optimized version of sincos for float.

28 years agom68k specific optimized version of sincos for double.
Ulrich Drepper [Mon, 21 Apr 1997 11:37:37 +0000 (11:37 +0000)] 
m68k specific optimized version of sincos for double.

28 years agoRewrite handling of integral exponent.
Ulrich Drepper [Mon, 21 Apr 1997 11:36:58 +0000 (11:36 +0000)] 
Rewrite handling of integral exponent.

28 years agoDefine optimized versions of isgreater, isgreaterequal, isless,
Ulrich Drepper [Mon, 21 Apr 1997 11:36:45 +0000 (11:36 +0000)] 
Define optimized versions of isgreater, isgreaterequal, isless,
islessequal, islessgreater, and isunordered.
Add inlined sincos{,l,f}.

28 years agom68k specific math exception handling code.
Ulrich Drepper [Thu, 17 Apr 1997 15:09:43 +0000 (15:09 +0000)] 
m68k specific math exception handling code.

28 years agom68k specific math type and constant definitions.
Ulrich Drepper [Thu, 17 Apr 1997 15:07:44 +0000 (15:07 +0000)] 
m68k specific math type and constant definitions.

28 years agoremquo implementation for long double according to IEEE.
Ulrich Drepper [Thu, 17 Apr 1997 15:04:34 +0000 (15:04 +0000)] 
remquo implementation for long double according to IEEE.

28 years agoremquo implementation for float according to IEEE.
Ulrich Drepper [Thu, 17 Apr 1997 15:04:17 +0000 (15:04 +0000)] 
remquo implementation for float according to IEEE.

28 years agoremquo implementation for double according to IEEE.
Ulrich Drepper [Thu, 17 Apr 1997 15:04:04 +0000 (15:04 +0000)] 
remquo implementation for double according to IEEE.

28 years agoBasic functionality for libc on ARM
Ulrich Drepper [Mon, 14 Apr 1997 02:11:12 +0000 (02:11 +0000)] 
Basic functionality for libc on ARM

28 years agom68k specific round long double to long long function.
Ulrich Drepper [Sat, 12 Apr 1997 23:37:52 +0000 (23:37 +0000)] 
m68k specific round long double to long long function.

28 years agom68k specific round long double to long function.
Ulrich Drepper [Sat, 12 Apr 1997 23:37:40 +0000 (23:37 +0000)] 
m68k specific round long double to long function.

28 years ago(__rinttol, rinttol): New inline.
Ulrich Drepper [Sat, 12 Apr 1997 23:37:12 +0000 (23:37 +0000)] 
(__rinttol, rinttol): New inline.

28 years agoDon't define INFINITY.
Ulrich Drepper [Sat, 12 Apr 1997 23:36:57 +0000 (23:36 +0000)] 
Don't define INFINITY.

28 years agoComplex sinh function for m68k.
Ulrich Drepper [Fri, 11 Apr 1997 10:28:26 +0000 (10:28 +0000)] 
Complex sinh function for m68k.

28 years agoUse internal exp function instead of wrapper.
Ulrich Drepper [Fri, 11 Apr 1997 10:27:30 +0000 (10:27 +0000)] 
Use internal exp function instead of wrapper.

28 years agoComplex cosh function for m68k.
Ulrich Drepper [Fri, 11 Apr 1997 10:27:18 +0000 (10:27 +0000)] 
Complex cosh function for m68k.

28 years agom68k specific implementation for trunc for long double.
Ulrich Drepper [Wed, 2 Apr 1997 14:46:54 +0000 (14:46 +0000)] 
m68k specific implementation for trunc for long double.

28 years agom68k specific implementation for trunc for float.
Ulrich Drepper [Wed, 2 Apr 1997 14:46:42 +0000 (14:46 +0000)] 
m68k specific implementation for trunc for float.

28 years agom68k specific implementation for trunc for double.
Ulrich Drepper [Wed, 2 Apr 1997 14:46:33 +0000 (14:46 +0000)] 
m68k specific implementation for trunc for double.

28 years agom68k specific implementation for nearbyint for long double.
Ulrich Drepper [Wed, 2 Apr 1997 14:46:18 +0000 (14:46 +0000)] 
m68k specific implementation for nearbyint for long double.

28 years agom68k specific implementation for nearbyint for float.
Ulrich Drepper [Wed, 2 Apr 1997 14:46:07 +0000 (14:46 +0000)] 
m68k specific implementation for nearbyint for float.

28 years agom68k specific implementation for nearbyint for double.
Ulrich Drepper [Wed, 2 Apr 1997 14:45:59 +0000 (14:45 +0000)] 
m68k specific implementation for nearbyint for double.

28 years agom68k specific implementation for cexp for long double.
Ulrich Drepper [Wed, 2 Apr 1997 14:45:25 +0000 (14:45 +0000)] 
m68k specific implementation for cexp for long double.

28 years agom68k specific implementation for cexp for float.
Ulrich Drepper [Wed, 2 Apr 1997 14:45:13 +0000 (14:45 +0000)] 
m68k specific implementation for cexp for float.

28 years agom68k specific implementation for cexp for double.
Ulrich Drepper [Wed, 2 Apr 1997 14:45:04 +0000 (14:45 +0000)] 
m68k specific implementation for cexp for double.

28 years agoAdapted.
Ulrich Drepper [Wed, 2 Apr 1997 14:44:29 +0000 (14:44 +0000)] 
Adapted.

28 years agoRewritten.
Ulrich Drepper [Wed, 2 Apr 1997 14:44:20 +0000 (14:44 +0000)] 
Rewritten.

28 years agoUse __signbit inline. Write 0.0/0.0 for NaN. Fix typo in test for `y
Ulrich Drepper [Wed, 2 Apr 1997 14:44:10 +0000 (14:44 +0000)] 
Use __signbit inline.  Write 0.0/0.0 for NaN.  Fix typo in test for `y
= 0.5'.

28 years agoUse __signbit inline.
Ulrich Drepper [Wed, 2 Apr 1997 14:43:52 +0000 (14:43 +0000)] 
Use __signbit inline.

28 years agoDefine __trunc, __signbit, __nearbyint. Remove __modf.
Ulrich Drepper [Wed, 2 Apr 1997 14:43:44 +0000 (14:43 +0000)] 
Define __trunc, __signbit, __nearbyint.  Remove __modf.

28 years ago(CFLAGS-s_copysignl.c) [$(subdir)=math]: Define for gcc bug
Ulrich Drepper [Wed, 2 Apr 1997 14:43:30 +0000 (14:43 +0000)] 
(CFLAGS-s_copysignl.c) [$(subdir)=math]: Define for gcc bug
workaround.

28 years ago(OXTABS): Don't define.
Ulrich Drepper [Thu, 27 Mar 1997 01:58:32 +0000 (01:58 +0000)] 
(OXTABS): Don't define.

28 years ago(elf_machine_rela): Rewritten as for i386.
Ulrich Drepper [Thu, 27 Mar 1997 01:57:11 +0000 (01:57 +0000)] 
(elf_machine_rela): Rewritten as for i386.
(elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p,
ELF_MACHINE_RELOC_NOPLT): Define.

28 years ago(CFLAGS-rtld.c): Add -Wno-unused.
Ulrich Drepper [Thu, 27 Mar 1997 01:56:58 +0000 (01:56 +0000)] 
(CFLAGS-rtld.c): Add -Wno-unused.

28 years agoMirror Roland's recent changes.
Ulrich Drepper [Tue, 25 Mar 1997 02:22:23 +0000 (02:22 +0000)] 
Mirror Roland's recent changes.

28 years agoAlias _setjmp to __setjmp for change to tst-setjmp.c.
Ulrich Drepper [Tue, 25 Mar 1997 02:22:14 +0000 (02:22 +0000)] 
Alias _setjmp to __setjmp for change to tst-setjmp.c.

28 years agoRemove because of inaccuracy.
Ulrich Drepper [Tue, 25 Mar 1997 01:33:52 +0000 (01:33 +0000)] 
Remove because of inaccuracy.

28 years agoImplementation of log2 function in m68k assembler
Ulrich Drepper [Tue, 25 Mar 1997 01:33:30 +0000 (01:33 +0000)] 
Implementation of log2 function in m68k assembler

28 years agoImplementation of exp2 function in m68k assembler
Ulrich Drepper [Tue, 25 Mar 1997 01:33:22 +0000 (01:33 +0000)] 
Implementation of exp2 function in m68k assembler

28 years agoRewritten.
Ulrich Drepper [Tue, 25 Mar 1997 01:31:06 +0000 (01:31 +0000)] 
Rewritten.

28 years ago(__logb, logb): Don't define.
Ulrich Drepper [Tue, 25 Mar 1997 01:30:32 +0000 (01:30 +0000)] 
(__logb, logb): Don't define.
(__ieee754_atan2, __ieee754_pow): Don't define here.

28 years agoRemove references to byte order macros. Don't include <endian.h>.
Ulrich Drepper [Mon, 24 Mar 1997 22:12:52 +0000 (22:12 +0000)] 
Remove references to byte order macros.  Don't include <endian.h>.

28 years ago(OXTABS): Define as alias for XTABS.
Ulrich Drepper [Sat, 22 Mar 1997 04:09:37 +0000 (04:09 +0000)] 
(OXTABS): Define as alias for XTABS.

28 years agoInclude ctype.h for isdigit.
Ulrich Drepper [Thu, 20 Mar 1997 19:35:32 +0000 (19:35 +0000)] 
Include ctype.h for isdigit.

28 years agoInitialize `quotient' and `mask'.
Ulrich Drepper [Thu, 20 Mar 1997 19:33:28 +0000 (19:33 +0000)] 
Initialize `quotient' and `mask'.

28 years agoPrune list of processed files.
Ulrich Drepper [Wed, 19 Mar 1997 12:48:14 +0000 (12:48 +0000)] 
Prune list of processed files.

28 years agoAdd __getpgid.c and __setpgid.c.
Ulrich Drepper [Wed, 19 Mar 1997 05:45:44 +0000 (05:45 +0000)] 
Add __getpgid.c and __setpgid.c.

28 years agoSCO 3.2.4 specific files to distribute.
Ulrich Drepper [Wed, 19 Mar 1997 05:44:31 +0000 (05:44 +0000)] 
SCO 3.2.4 specific files to distribute.

28 years agoDon't define O_NORW.
Ulrich Drepper [Tue, 18 Mar 1997 04:17:55 +0000 (04:17 +0000)] 
Don't define O_NORW.

28 years ago[__USE_GNU]: Add O_READ, O_WRITE and O_NORW.
Ulrich Drepper [Sun, 16 Mar 1997 20:12:24 +0000 (20:12 +0000)] 
[__USE_GNU]: Add O_READ, O_WRITE and O_NORW.

28 years ago(struct stat): Change definition to use prescribed types for elements.
Ulrich Drepper [Sun, 16 Mar 1997 20:11:57 +0000 (20:11 +0000)] 
(struct stat): Change definition to use prescribed types for elements.
(_STAT_VER): Change to value 2.

28 years agoAdd kernel_stat.h
Ulrich Drepper [Sun, 16 Mar 1997 19:39:48 +0000 (19:39 +0000)] 
Add kernel_stat.h

28 years agoUpdate copyright.
Ulrich Drepper [Sun, 16 Mar 1997 19:31:13 +0000 (19:31 +0000)] 
Update copyright.
Define O_FSYNC as alias of O_SYNC.  Add BSD compatibility macros
FAPPEND, FFSYNC, FNONBLOCK, and FNDELAY.

28 years agoUpdate copyright.
Ulrich Drepper [Sun, 16 Mar 1997 19:28:40 +0000 (19:28 +0000)] 
Update copyright.

28 years agom68k specific infinity values.
Ulrich Drepper [Sun, 16 Mar 1997 18:33:39 +0000 (18:33 +0000)] 
m68k specific infinity values.

28 years agoRemove cabs inline definition.
Ulrich Drepper [Sat, 8 Mar 1997 17:55:27 +0000 (17:55 +0000)] 
Remove cabs inline definition.

28 years ago Update feature tests to use __USE_ISOC9X.
Ulrich Drepper [Sat, 8 Mar 1997 05:08:06 +0000 (05:08 +0000)] 
 Update feature tests to use __USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.

28 years agoupdate from main archive 970304
Ulrich Drepper [Tue, 4 Mar 1997 05:53:20 +0000 (05:53 +0000)] 
update from main archive 970304

28 years agoupdate from main archive 970218
Ulrich Drepper [Wed, 19 Feb 1997 04:43:26 +0000 (04:43 +0000)] 
update from main archive 970218