Commit Graph

292 Commits

Author SHA1 Message Date
Andreas Jaeger a46a95b7e4 Add alias for imaxdiv. 2001-03-30 06:57:48 +00:00
Ulrich Drepper cb8023f938 (elf_machine_rela): Don't handle relocations which are not in ld.so if
RTLD_BOOTSTRAP is defined.
2001-02-28 15:23:48 +00:00
Ulrich Drepper 6a0148d1cf Little optimization. 2001-02-09 05:27:34 +00:00
Ulrich Drepper 5f5831bee5 Alpha ev67 optimized implementation for strrchr. 2001-02-09 05:27:14 +00:00
Ulrich Drepper d335db0ecc Add missing word alignment. 2001-02-07 19:18:58 +00:00
Ulrich Drepper b72a1aa920 Honour __NO_MATH_INLINES. 2001-02-07 18:20:36 +00:00
Ulrich Drepper 03b5cbd57d Add alphaev6/stxncpy.S and alphaev6/stxcpy.S. 2001-01-07 07:31:02 +00:00
Ulrich Drepper 1c7f9c9395 Don't go through unrolled loop if we would go through it only once. 2000-12-27 23:31:49 +00:00
Ulrich Drepper 22fea1a1b6 Interpret numeric parameter correctly. 2000-12-27 23:29:08 +00:00
Ulrich Drepper 3289a30e7f Alpha ev6 sqrtf function. 2000-12-11 04:36:35 +00:00
Ulrich Drepper 678cf91b26 Alpha ev6 sqrt functions. 2000-12-11 04:36:20 +00:00
Ulrich Drepper 033dff7d46 Additional directory searched for alphaev67. 2000-12-11 04:35:34 +00:00
Ulrich Drepper 02bfc2835e Fix a typo. 2000-12-10 22:34:40 +00:00
Ulrich Drepper e102bd25d3 Exchange t8 with t10. 2000-12-10 22:27:31 +00:00
Ulrich Drepper 4eae4d050d Alpha ev67 strncat implementation. 2000-12-08 17:20:22 +00:00
Ulrich Drepper 19db7d8141 Alpha ev67 strlen implementation. 2000-12-08 17:20:12 +00:00
Ulrich Drepper 63b2d532aa Alpha ev67 strchr implementation. 2000-12-08 17:20:02 +00:00
Ulrich Drepper 45327bf72d Alpha ev67 strcat implementation. 2000-12-08 17:19:54 +00:00
Ulrich Drepper 9bf55e62a3 Alpha ev67 stpncpy implementation. 2000-12-08 17:19:44 +00:00
Ulrich Drepper 6b2cc2fa96 Alpha ev67 stpcpyrawmemchr implementation. 2000-12-08 17:19:31 +00:00
Ulrich Drepper f345d77fb7 Alpha ev67 rawmemchr implementation. 2000-12-08 17:19:22 +00:00
Ulrich Drepper 7a3b0b275e Alpha ev67 ffsll implementation. 2000-12-08 17:19:13 +00:00
Ulrich Drepper bccd062874 Alpha ev67 ffs implementation. 2000-12-08 17:19:03 +00:00
Ulrich Drepper 6e6bafa826 Alpha ev6 stxncpy implementation. 2000-12-08 17:18:50 +00:00
Ulrich Drepper d692c1e71c Alpha ev6 stxcpy implementation. 2000-12-08 17:18:40 +00:00
Ulrich Drepper 7c688d0100 Alpha ev6 memset implementation. 2000-12-08 17:18:30 +00:00
Ulrich Drepper ba26d0334e Alpha ev6 memcpy implementation. 2000-12-08 17:18:22 +00:00
Ulrich Drepper 6ec379e728 Alpha ev6 memchr implementation. 2000-12-08 17:18:13 +00:00
Ulrich Drepper a1225f9a32 Alpha ev6 addmul_1 implementation. 2000-12-08 17:18:04 +00:00
Ulrich Drepper 5ab79e974f Implied directories for alpha/alphaev67. 2000-12-08 17:17:16 +00:00
Ulrich Drepper 8e8e600ed7 Implied directories for alpha/alphaev6. 2000-12-08 17:17:08 +00:00
Ulrich Drepper ebc9cec7b7 Fix typo. 2000-12-08 17:16:52 +00:00
Ulrich Drepper de55c82792 Tail call to __stxcpy. 2000-12-08 17:16:42 +00:00
Ulrich Drepper fa6dc9e01e Alpha rawmemchr implementation. 2000-12-08 17:16:25 +00:00
Ulrich Drepper 4ba8e511ff Use a shorter sequence. 2000-12-08 17:16:05 +00:00
Ulrich Drepper d284ba97fb (__data_start): Define. 2000-12-06 04:05:25 +00:00
Ulrich Drepper e9a0b83c8f Remove FLT_EVAL_METHOD and DECIMAL_DIG definitions. 2000-12-04 08:37:22 +00:00
Andreas Schwab 0abafb2042 * 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.
2000-11-21 20:55:38 +00:00
Ulrich Drepper 3f95e592cb (RTLD_START): Update _dl_argv. 2000-11-16 02:07:02 +00:00
Andreas Jaeger 90d62a5cb2 Update. 2000-11-13 16:53:57 +00:00
Ulrich Drepper ff86bfcd6b Update after libm-test.inc change. 2000-10-26 17:23:46 +00:00
Ulrich Drepper f1dba30859 (elf_machine_matches_host): Parameter is now pointer to ELF header. 2000-10-20 17:04:28 +00:00
Ulrich Drepper bcafa19eb3 Type definitions for nscd on Alpha. 2000-09-29 22:02:28 +00:00
Ulrich Drepper 8da28deb78 (elf_machine_rela): Handle unaligned relocation also for R_ALPHA_RELATIVE. 2000-09-29 06:50:53 +00:00
Andreas Jaeger d2fb0972b5 Alpha specific ulps. 2000-09-22 07:35:56 +00:00
Andreas Jaeger 610bd8dec7 New file with soft-fp specific files. 2000-09-06 10:52:05 +00:00
Andreas Jaeger 97d95c734d Moved from soft-fp/sysdeps/alpha/sfp-machine.h. 2000-09-05 08:40:54 +00:00
Ulrich Drepper d31dde9292 Make FP_ILOGB0 and FP_ILOGBNAN int values. 2000-09-01 06:32:15 +00:00
Ulrich Drepper 858db9cbc8 Change type of FE_*_ENV macros to const fenv_t*. 2000-09-01 04:41:12 +00:00
Ulrich Drepper cdf9c9a590 Add fpu/fenv_libc.h. 2000-08-24 07:39:29 +00:00