Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-08 | * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use | Andreas Jaeger | |
__attribute_used__. (__dl_runtime_resolve): Likewise. * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real declaration. | |||
2002-02-08 | * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include | Andreas Jaeger | |
<signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb. * sysdeps/unix/sysv/linux/mips/sys/user.h: New. | |||
2002-02-08 | * sysdeps/mips/atomicity.h (compare_and_swap): Remove | Andreas Jaeger | |
".set noreorder". * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise. | |||
2002-02-07 | Do not use branch likely. | Andreas Jaeger | |
2002-02-06 | Make sure the right <ldsodefs.h> is included. | Andreas Jaeger | |
2002-02-03 | (_test_and_set): Use branch likely. | Ulrich Drepper | |
2002-02-03 | (exchange_and_add): Use branch likely. | Ulrich Drepper | |
(atomic_add): Likewise. (compare_and_swap): Return 0 only when failed to compare. Use branch likely. | |||
2002-02-03 | (RTLD_START): Call _dl_init_internal instead of _dl_init. | Ulrich Drepper | |
2002-02-01 | Move all symbols to GLIBC_PRIVATE. | Ulrich Drepper | |
2002-02-01 | Remove dl-procinfo.c. | Ulrich Drepper | |
2002-02-01 | _dl_fpu_control, _dl_fpu_control_set): Remove unused externs. | Ulrich Drepper | |
2002-02-01 | Don't use multi-line string literals. | Andreas Schwab | |
2002-02-01 | Move _dl_hp_timing_overhead and procinfo-related variables in | Ulrich Drepper | |
rtld_global struct. | |||
2002-02-01 | Move global variables for SHARED code in struct _rtld_global. Export | Ulrich Drepper | |
this struct, remove all exports for the signal variables. | |||
2002-01-29 | (pic-ccflag): New variable. | Ulrich Drepper | |
2002-01-29 | (ELF_MACHINE_BEFORE_RTLD_RELOC): Don't use label at end of compound statement. | Ulrich Drepper | |
2002-01-18 | Avoid warning about comma at end of enum for !_GNU_SOURCE. | Ulrich Drepper | |
2002-01-17 | (__dl_runtime_resolve): Remove `const' from `got'. | Ulrich Drepper | |
2002-01-11 | (__ieee754_sqrt): Don't use multi-line string literals. | Ulrich Drepper | |
(__full_ieee754_sqrt): Add __attribute_used__. | |||
2002-01-08 | Add sysv_termio.h and start-libc.c. | Ulrich Drepper | |
2002-01-08 | Prevent double inclusion. | Andreas Jaeger | |
2002-01-07 | Define _G_MMAP64. | Ulrich Drepper | |
2002-01-02 | 2002-01-02 Roland McGrath <roland@frob.com> | Roland McGrath | |
* sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from multiple inclusion. Inhibit #error under [_SYS_UCONTEXT_H]. * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise. * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise. * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise. * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise. | |||
2001-12-31 | (elf_machine_runtime_setup): Avoid warning. | Ulrich Drepper | |
(TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string literals to avoid warnings. | |||
2001-12-12 | (elf_machine_rela): Fix typo in last patch. | Andreas Jaeger | |
2001-12-12 | (elf_machine_runtime_setup): Save original content of .got[1]. | Ulrich Drepper | |
(ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP. (ELF_MACHINE_PLT_REL): Define. (elf_machine_rela, elf_machine_rela_relative): New. (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead of adjusting it if prelinked and prelinking cannot be used. | |||
2001-12-12 | Arm specific additions to struct link. | Ulrich Drepper | |
2001-12-12 | (elf_machine_runtime_setup): Reinitialize | Ulrich Drepper | |
.plt for prelinked libraries where prelinking info cannot be used. (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map. | |||
2001-11-26 | Remove __brk_addr alias, avoid warning. | Andreas Jaeger | |
2001-11-16 | (sysdep-routines): Add framestate. | Ulrich Drepper | |
2001-11-16 | (__register_frame_info, __deregister_frame_info): Move to elf/Versions. | Ulrich Drepper | |
2001-11-16 | GCC frame description for VAX. | Ulrich Drepper | |
2001-11-16 | GCC frame description for MIPS. | Ulrich Drepper | |
2001-11-16 | GCC frame description for m68k. | Ulrich Drepper | |
2001-11-16 | GCC frame description for PA. | Ulrich Drepper | |
2001-11-16 | GCC frame description for Arm. | Ulrich Drepper | |
2001-11-16 | GCC frame description for Alpha. | Ulrich Drepper | |
2001-11-09 | New file to fix RLIM_INFINITY. | Andreas Schwab | |
2001-10-27 | (DL_CALL_FCT): Cast to void *. | Ulrich Drepper | |
Use __BEGIN_DECLS/__END_DECLS around prototypes. | |||
2001-10-16 | Updated for fixed cbrtl implementation. | Andreas Schwab | |
2001-10-16 | Fix braino in last change. | Andreas Schwab | |
2001-10-16 | * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if | Andreas Schwab | |
BSD_SETJMP or BSD__SETJMP is defined, resp. * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making a tail call to __sigsetjmp that would require extending the caller's frame. * sysdeps/m68k/bsd-_setjmp.c: Likewise. * sysdeps/m68k/bsd-setjmp.S: Deleted. * sysdeps/m68k/bsd-_setjmp.S: Deleted. | |||
2001-10-15 | Make sysmips() prototype a varargs prototype. Remove dependency from kernel ↵ | Andreas Jaeger | |
header files. | |||
2001-10-15 | General cleanup, use __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate. | Andreas Jaeger | |
2001-09-26 | (struct cmsghdr): Don't declare __cmsg_data field if its size would be bigger | Ulrich Drepper | |
than 0. (CMSG_DATA): Adjust accordingly. | |||
2001-09-22 | (elf_machine_load_address): Compute the difference between base address and | Ulrich Drepper | |
first PT_LOAD's virtual address, not the base address. | |||
2001-09-22 | Add real implementation. | Ulrich Drepper | |
2001-09-22 | (init): Use USE_NONONPTION_FLAG ifdef for __getopt_clean_environment. | Ulrich Drepper | |
2001-09-15 | Updated. | Ulrich Drepper | |
2001-09-08 | (elf_machine_rel): Fix thinko in usage of RESOLVE() (r_type, not | Ulrich Drepper | |
reloc->r_type). |