Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-18 | Protect definitions for math.h against double inclusion. | Ulrich Drepper | |
1999-11-29 | * sysdeps/m68k/bits/byteswap.h (__bswap_32): Rename local variable | Andreas Schwab | |
__v to __bswap_32_v. (__bswap_64): Rename local variables __v and __r to __bswap_64_v and __bswap_64_r to avoid clash with __bswap_32 macro. | |||
1999-10-31 | Return value and add alias. | Ulrich Drepper | |
1999-10-31 | Replace __USE_ISOC9X by __USE_ISOC99 and also recognize _ISOC99_SOURCE. | Ulrich Drepper | |
1999-08-24 | Use hexadecimal floating-point constants for gcc >= 2.95. | Ulrich Drepper | |
1999-07-26 | * sysdeps/m68k/dl-machine.h (RTLD_START): Call pre-init funtions. | Andreas Schwab | |
1999-07-21 | 1999-07-21 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* 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-14 | Adjusted for modified strtold extendability. | Ulrich Drepper | |
1999-07-14 | Adjusted for modified printf_fphex extendability. | Ulrich Drepper | |
1999-07-14 | Add flt-32, dbl-64, and ldbl-96. | Ulrich Drepper | |
1999-06-26 | New file. | Andreas Schwab | |
1999-06-26 | * sysdeps/m68k/fpu/bits/mathinline.h: Move all libm internal | Andreas Schwab | |
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-14 | New files, optimized for m68k. | Andreas Schwab | |
1999-05-22 | * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member | Andreas Schwab | |
names to protect from user's macro namespace. * sysdeps/m68k/fpu/feholdexcpt.c, sysdeps/m68k/fpu/fesetenv.c: Adapted. | |||
1999-04-30 | New file. | Andreas Schwab | |
1999-03-10 | m68k specific function to print floating point numbers in hexadecimal | Ulrich Drepper | |
format. | |||
1999-03-08 | m68k specific strtold wrapper. | Ulrich Drepper | |
1999-03-01 | (ucontext): Rename field uc_links to | Ulrich Drepper | |
uc_link which is the right name according to Unix98. | |||
1999-02-20 | (elf_machine_runtime_setup): DT_PLTGOT entry is already relocated. | Ulrich Drepper | |
1999-02-20 | (elf_machine_rela): DT_STRTAB is already relocated. | Ulrich Drepper | |
1999-02-13 | * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead | Andreas Schwab | |
of separare explicit comparisons. | |||
1999-01-29 | m68k specific export and versioning list. | Ulrich Drepper | |
1999-01-04 | * sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression | Andreas Schwab | |
to avoid accessing global data in the usual case. | |||
1998-11-26 | Remove __setfpucw declaration, it's an internal symbol. | Ulrich Drepper | |
1998-11-10 | Define ISO C 9X stuff only if included from math.h and __USE_ISOC9X is | Ulrich Drepper | |
defined. | |||
1998-11-05 | Define only if __USE_ISOC9X. | Ulrich Drepper | |
1998-10-07 | * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup | Andreas Schwab | |
flag. | |||
1998-09-22 | * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly | Andreas Schwab | |
optimized. | |||
1998-09-09 | * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist | Andreas Schwab | |
instead of _dl_default_scope[2] as argument to _dl_init_next. | |||
1998-09-09 | * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with | Andreas Schwab | |
C9x macro. | |||
1998-08-28 | (elf_machine_lazy_rel): Change first parameter and use this value. | Ulrich Drepper | |
1998-07-30 | Add ffsl entry point. | Ulrich Drepper | |
1998-07-04 | List only one file per line. | Ulrich Drepper | |
1998-06-10 | * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as | Andreas Schwab | |
inline. * sysdeps/m68k/fpu/e_exp10.c: New file. * sysdeps/m68k/fpu/e_exp10f.c: New file. * sysdeps/m68k/fpu/e_exp10l.c: New file. | |||
1998-06-10 | * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set | Andreas Schwab | |
_dl_profile_map only if the name matches. (_dl_start_user): Remember stack address. * sysdeps/m68k/elf/start.S: Pass new argument to __libc_start_user. | |||
1998-05-29 | Use __ASSEMBLER__ test macro not ASSEMBLER. | Ulrich Drepper | |
1998-04-22 | * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added. | Andreas Schwab | |
1998-04-20 | Add copyright text. | Ulrich Drepper | |
1998-03-23 | * sysdeps/m68k/m68020/wordcopy.S: New file. | Andreas Schwab | |
1998-03-13 | * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal, | Andreas Schwab | |
isless, islessequal, islessgreater, isunordered): Return zero or one. | |||
1998-03-11 | * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the | Andreas Schwab | |
init stuff. | |||
1998-03-09 | Rename function to __ffs and make ffs a weak alias. | Ulrich Drepper | |
1998-03-09 | * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER): | Andreas Schwab | |
Readd lost negate. * sysdeps/m68k/sysdep.h: Remove the stabs stuff again. | |||
1998-03-06 | * sysdeps/m68k/add_n.S: Use ENTRY and END macros. | Andreas Schwab | |
* 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-04 | * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word | Andreas Schwab | |
offsets into the GOT. (RTLD_START): Likewise. | |||
1998-02-26 | (FE_TOWARDZERO): Correct typo. | Ulrich Drepper | |
1998-02-18 | Stub file | Andreas Schwab | |
1997-12-22 | Don't define exp2 inline. | Ulrich Drepper | |
Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC. | |||
1997-12-14 | Protect declarations of inline functions by feature tests to avoid | Ulrich Drepper | |
warning about missing prototype declarations. | |||
1997-12-14 | (fenv_t): Add member to hold fpiar value, to match spirit of the | Ulrich Drepper | |
standard. |