aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-30Adjust j0 ULPs.Ulrich Drepper
2001-08-29Updated.Andreas Schwab
2001-08-29(__dl_runtime_resolve): Pass ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, toUlrich Drepper
_dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
2001-08-26(elf_machine_lookup_noplt_p, elf_machine_lookup_noexec_p): Remove.Ulrich Drepper
(elf_machine_type_class): Define.
2001-08-242001-08-24 Maciej W. Rozycki macro@ds2.pg.gda.plAndreas Jaeger
* sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to empty to prevent junk from being generated. sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2001-08-24(elf_machine_rel_relative): New function.Ulrich Drepper
2001-08-24(elf_machine_rel_relative): Use ElfW(Rel) in argument.Ulrich Drepper
2001-08-24(elf_machine_rela_relative): Rename from elf_machine_rel_relative. Fix ↵Ulrich Drepper
argument types.
2001-08-24(elf_machine_rela_relative): Rename from elf_machine_rel_relative.Ulrich Drepper
2001-08-24Define elf_machine_rel_relative. Minor optimizations.Ulrich Drepper
2001-08-16Fix type of __id_t, __useconds_t and __intptr_t.Ulrich Drepper
2001-08-16Add rule to import kernel symbols.Ulrich Drepper
2001-08-15(atomic_add): Don't allow address register for operand 0.Andreas Schwab
2001-08-13(MCOUNT): Don't use delay slot for jal since jal is a macro.Andreas Jaeger
2001-08-11Use __getopt_clean_environment only if USE_NONOPTION_FLAGS is defined.Ulrich Drepper
2001-08-11(elf_machine_runtime_setup): Only set _dl_profile_map for the right object.Ulrich Drepper
2001-07-31 * sysdeps/unix/sysv/linux/sparc/bits/poll.h (NPOLLFILE): Removed.Andreas Jaeger
* sysdeps/unix/sysv/linux/mips/bits/poll.h (NPOLLFILE): Removed. * sysdeps/unix/sysv/linux/m68k/bits/poll.h (NPOLLFILE): Removed. * sysdeps/unix/sysv/linux/bits/poll.h (NPOLLFILE): Removed. * sysdeps/generic/bits/poll.h (NPOLLFILE): Removed.
2001-07-28Add dl-support.c, dl-addr.c, and dl-error.c.Ulrich Drepper
2001-07-28Add sys/procfs.h.Ulrich Drepper
2001-07-28Not needed anymore.Ulrich Drepper
2001-07-28Remove non-existing files.Ulrich Drepper
2001-07-22Don't mark asm input operand as clobbered.Andreas Schwab
2001-07-22(INLINE_SYSCALL): Don't mark asm input operand as clobbered.Andreas Schwab
2001-07-20Synch with kernel.Andreas Jaeger
2001-07-17Fix last change.Andreas Schwab
2001-07-16Not needed anymore.Ulrich Drepper
2001-07-16(MAP_BASE_ADDR): Removed.Ulrich Drepper
(elf_machine_got_rel): Defined only if RTLD_BOOTSTRAP is not defined. (RESOLVE_GOTSYM): Rewrite to use RESOLVE.
2001-07-15Special versions for Linux/m68k.Andreas Schwab
2001-07-15Check _dl_pagesize first. Default to 4096, not EXEC_PAGESIZE.Andreas Schwab
2001-07-08Improve nsendmsg prototype.Ulrich Drepper
2001-07-08(sendmsg): Fix return type.Ulrich Drepper
2001-07-08(recvmsg): Fix return type.Ulrich Drepper
2001-07-08(__recv): Fix typo.Ulrich Drepper
2001-07-08AIX recv implementation.Ulrich Drepper
2001-07-08Fix various types.Ulrich Drepper
2001-07-08(__libc_dlclose): Fix typo.Ulrich Drepper
2001-07-08(__gettimeofday): Add declarations for asm functions.Ulrich Drepper
2001-07-08Add deltas for tanh(-0.7).Ulrich Drepper
2001-07-07Fix typo.Ulrich Drepper
2001-07-07Put under LGPL v2.1.Andreas Jaeger
2001-07-06Removed, we can use the generic Linux version.Andreas Jaeger
2001-07-06Update to LGPL v2.1.Andreas Jaeger
2001-07-05 Synch with Linux 2.4.5:Andreas Jaeger
* sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_BLUETOOTH): New. (PF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/ia64/bits/socket.h (AF_BLUETOOTH): New. (PF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/alpha/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/bits/socket.h (PF_BLUETOOTH): New. (AF_BLUETOOTH): New. * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_IEEE80211): New. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (N_HCI): New. * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h (N_HCI): New. * sysdeps/unix/sysv/linux/bits/ioctl-types.h (N_HCI): New.
2001-07-03Remove check for crypt add-on.Andreas Jaeger
2001-06-20Register dump function implementation for AIX/PPC.Ulrich Drepper
2001-06-20usleep implementation for AIX.Ulrich Drepper
2001-06-20sleep implementation for AIX.Ulrich Drepper
2001-06-20setitimer implementation for AIX.Ulrich Drepper
2001-06-20Various helper functions for dynamic loader code.Ulrich Drepper
2001-06-20_dl_error implementation for AIX.Ulrich Drepper