platform/upstream/glibc.git
22 years agoArm specific additions to struct link.
Ulrich Drepper [Wed, 12 Dec 2001 00:11:15 +0000 (00:11 +0000)]
Arm specific additions to struct link.

22 years ago(elf_machine_runtime_setup): Reinitialize
Ulrich Drepper [Wed, 12 Dec 2001 00:10:27 +0000 (00:10 +0000)]
(elf_machine_runtime_setup): Reinitialize
.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.

22 years agoRemove __brk_addr alias, avoid warning.
Andreas Jaeger [Mon, 26 Nov 2001 08:37:35 +0000 (08:37 +0000)]
Remove __brk_addr alias, avoid warning.

22 years ago(sysdep-routines): Add framestate.
Ulrich Drepper [Fri, 16 Nov 2001 01:24:04 +0000 (01:24 +0000)]
(sysdep-routines): Add framestate.

22 years ago(__register_frame_info, __deregister_frame_info): Move to elf/Versions.
Ulrich Drepper [Fri, 16 Nov 2001 01:22:33 +0000 (01:22 +0000)]
(__register_frame_info, __deregister_frame_info): Move to elf/Versions.

22 years agoGCC frame description for VAX.
Ulrich Drepper [Fri, 16 Nov 2001 01:14:52 +0000 (01:14 +0000)]
GCC frame description for VAX.

22 years agoGCC frame description for MIPS.
Ulrich Drepper [Fri, 16 Nov 2001 01:12:04 +0000 (01:12 +0000)]
GCC frame description for MIPS.

22 years agoGCC frame description for m68k.
Ulrich Drepper [Fri, 16 Nov 2001 01:11:16 +0000 (01:11 +0000)]
GCC frame description for m68k.

22 years agoGCC frame description for PA.
Ulrich Drepper [Fri, 16 Nov 2001 01:07:57 +0000 (01:07 +0000)]
GCC frame description for PA.

22 years agoGCC frame description for Arm.
Ulrich Drepper [Fri, 16 Nov 2001 01:07:20 +0000 (01:07 +0000)]
GCC frame description for Arm.

22 years agoGCC frame description for Alpha.
Ulrich Drepper [Fri, 16 Nov 2001 01:06:40 +0000 (01:06 +0000)]
GCC frame description for Alpha.

22 years agoNew file to fix RLIM_INFINITY.
Andreas Schwab [Fri, 9 Nov 2001 19:57:55 +0000 (19:57 +0000)]
New file to fix RLIM_INFINITY.

22 years ago(DL_CALL_FCT): Cast to void *.
Ulrich Drepper [Sat, 27 Oct 2001 00:03:32 +0000 (00:03 +0000)]
(DL_CALL_FCT): Cast to void *.
Use __BEGIN_DECLS/__END_DECLS around prototypes.

22 years agoUpdated for fixed cbrtl implementation.
Andreas Schwab [Tue, 16 Oct 2001 20:21:38 +0000 (20:21 +0000)]
Updated for fixed cbrtl implementation.

22 years agoFix braino in last change.
Andreas Schwab [Tue, 16 Oct 2001 15:31:18 +0000 (15:31 +0000)]
Fix braino in last change.

22 years ago * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
Andreas Schwab [Tue, 16 Oct 2001 14:20:17 +0000 (14:20 +0000)]
* sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
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.

22 years agoMake sysmips() prototype a varargs prototype. Remove dependency from kernel header...
Andreas Jaeger [Mon, 15 Oct 2001 11:56:11 +0000 (11:56 +0000)]
Make sysmips() prototype a varargs prototype.  Remove dependency from kernel header files.

22 years agoGeneral cleanup, use __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
Andreas Jaeger [Mon, 15 Oct 2001 11:55:20 +0000 (11:55 +0000)]
General cleanup, use __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.

22 years ago(struct cmsghdr): Don't declare __cmsg_data field if its size would be bigger
Ulrich Drepper [Wed, 26 Sep 2001 05:23:10 +0000 (05:23 +0000)]
(struct cmsghdr): Don't declare __cmsg_data field if its size would be bigger
than 0.
(CMSG_DATA): Adjust accordingly.

22 years ago(elf_machine_load_address): Compute the difference between base address and
Ulrich Drepper [Sat, 22 Sep 2001 21:32:57 +0000 (21:32 +0000)]
(elf_machine_load_address): Compute the difference between base address and
first PT_LOAD's virtual address, not the base address.

22 years agoAdd real implementation.
Ulrich Drepper [Sat, 22 Sep 2001 21:28:25 +0000 (21:28 +0000)]
Add real implementation.

22 years ago(init): Use USE_NONONPTION_FLAG ifdef for __getopt_clean_environment.
Ulrich Drepper [Sat, 22 Sep 2001 21:19:47 +0000 (21:19 +0000)]
(init): Use USE_NONONPTION_FLAG ifdef for __getopt_clean_environment.

22 years agoUpdated.
Ulrich Drepper [Sat, 15 Sep 2001 03:01:21 +0000 (03:01 +0000)]
Updated.

22 years ago(elf_machine_rel): Fix thinko in usage of RESOLVE() (r_type, not
Ulrich Drepper [Sat, 8 Sep 2001 21:31:40 +0000 (21:31 +0000)]
(elf_machine_rel): Fix thinko in usage of RESOLVE() (r_type, not
reloc->r_type).

22 years agotermio definitions for AIX.
Ulrich Drepper [Sat, 8 Sep 2001 17:45:10 +0000 (17:45 +0000)]
termio definitions for AIX.

22 years agoLibrary startup code for AIX.
Ulrich Drepper [Sat, 8 Sep 2001 17:44:33 +0000 (17:44 +0000)]
Library startup code for AIX.

22 years agoProgram startup code for AIX.
Ulrich Drepper [Sat, 8 Sep 2001 17:41:25 +0000 (17:41 +0000)]
Program startup code for AIX.

22 years agoAlias __libc_fcntl to __fcntl.
Ulrich Drepper [Sat, 8 Sep 2001 17:40:41 +0000 (17:40 +0000)]
Alias __libc_fcntl to __fcntl.

22 years agoStartup code for glibc on AIX.
Ulrich Drepper [Sat, 8 Sep 2001 17:24:19 +0000 (17:24 +0000)]
Startup code for glibc on AIX.

22 years agoNot needed anymore.
Ulrich Drepper [Sat, 8 Sep 2001 17:23:45 +0000 (17:23 +0000)]
Not needed anymore.

22 years ago(aix-syscalls.o): More linker command line options.
Ulrich Drepper [Sat, 8 Sep 2001 17:22:27 +0000 (17:22 +0000)]
(aix-syscalls.o): More linker command line options.

22 years agoFix usage of new _dl_signal_error() format.
Ulrich Drepper [Sat, 8 Sep 2001 17:16:44 +0000 (17:16 +0000)]
Fix usage of new _dl_signal_error() format.

22 years agoForward declare struct link_map.
Ulrich Drepper [Sat, 8 Sep 2001 17:13:52 +0000 (17:13 +0000)]
Forward declare struct link_map.

22 years agoInclude <errno.h>.
Ulrich Drepper [Wed, 5 Sep 2001 00:08:11 +0000 (00:08 +0000)]
Include <errno.h>.
(__syscall_gethostname): Add prototype.

22 years agogethostname implementation for Linux/Alpha.
Ulrich Drepper [Mon, 3 Sep 2001 17:10:56 +0000 (17:10 +0000)]
gethostname implementation for Linux/Alpha.

22 years agoStartup code for Alpha/ELF.
Ulrich Drepper [Sat, 1 Sep 2001 19:24:46 +0000 (19:24 +0000)]
Startup code for Alpha/ELF.

22 years agoNot needed anymore.
Ulrich Drepper [Sat, 1 Sep 2001 19:23:47 +0000 (19:23 +0000)]
Not needed anymore.

22 years agoSupport for high-precision timers on Alpha.
Ulrich Drepper [Sat, 1 Sep 2001 06:08:44 +0000 (06:08 +0000)]
Support for high-precision timers on Alpha.

22 years ago(elf_machine_rela): Remove unused code.
Ulrich Drepper [Sat, 1 Sep 2001 05:32:08 +0000 (05:32 +0000)]
(elf_machine_rela): Remove unused code.
Don't add old memory content for R_ALPHA_REFQUAD.

22 years ago(elf_machine_rela): Don't handle
Ulrich Drepper [Thu, 30 Aug 2001 23:09:10 +0000 (23:09 +0000)]
(elf_machine_rela): Don't handle
R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only
check for rtld map if RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.

22 years agoAdjust j0 ULPs.
Ulrich Drepper [Thu, 30 Aug 2001 20:22:48 +0000 (20:22 +0000)]
Adjust j0 ULPs.

22 years agoAdjust j0 ULPs.
Ulrich Drepper [Thu, 30 Aug 2001 20:04:34 +0000 (20:04 +0000)]
Adjust j0 ULPs.

22 years agoUpdated.
Andreas Schwab [Wed, 29 Aug 2001 21:12:09 +0000 (21:12 +0000)]
Updated.

22 years ago(__dl_runtime_resolve): Pass ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
Ulrich Drepper [Wed, 29 Aug 2001 18:48:49 +0000 (18:48 +0000)]
(__dl_runtime_resolve): Pass ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
_dl_lookup_versioned_symbol () and _dl_lookup_symbol ().

22 years ago(elf_machine_lookup_noplt_p, elf_machine_lookup_noexec_p): Remove.
Ulrich Drepper [Sun, 26 Aug 2001 22:26:38 +0000 (22:26 +0000)]
(elf_machine_lookup_noplt_p, elf_machine_lookup_noexec_p): Remove.
(elf_machine_type_class): Define.

22 years ago2001-08-24 Maciej W. Rozycki macro@ds2.pg.gda.pl
Andreas Jaeger [Fri, 24 Aug 2001 18:27:55 +0000 (18:27 +0000)]
2001-08-24  Maciej W. Rozycki  macro@ds2.pg.gda.pl

* 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.

22 years ago(elf_machine_rel_relative): New function.
Ulrich Drepper [Fri, 24 Aug 2001 14:57:45 +0000 (14:57 +0000)]
(elf_machine_rel_relative): New function.

22 years ago(elf_machine_rel_relative): Use ElfW(Rel) in argument.
Ulrich Drepper [Fri, 24 Aug 2001 14:53:23 +0000 (14:53 +0000)]
(elf_machine_rel_relative): Use ElfW(Rel) in argument.

22 years ago(elf_machine_rela_relative): Rename from elf_machine_rel_relative. Fix argument...
Ulrich Drepper [Fri, 24 Aug 2001 14:53:03 +0000 (14:53 +0000)]
(elf_machine_rela_relative): Rename from elf_machine_rel_relative.  Fix argument types.

22 years ago(elf_machine_rela_relative): Rename from elf_machine_rel_relative.
Ulrich Drepper [Fri, 24 Aug 2001 14:51:50 +0000 (14:51 +0000)]
(elf_machine_rela_relative): Rename from elf_machine_rel_relative.

22 years agoDefine elf_machine_rel_relative. Minor optimizations.
Ulrich Drepper [Fri, 24 Aug 2001 08:43:21 +0000 (08:43 +0000)]
Define elf_machine_rel_relative.  Minor optimizations.

22 years agoFix type of __id_t, __useconds_t and __intptr_t.
Ulrich Drepper [Thu, 16 Aug 2001 05:32:49 +0000 (05:32 +0000)]
Fix type of __id_t, __useconds_t and __intptr_t.

22 years agoAdd rule to import kernel symbols.
Ulrich Drepper [Thu, 16 Aug 2001 05:32:30 +0000 (05:32 +0000)]
Add rule to import kernel symbols.

22 years ago(atomic_add): Don't allow address register for operand 0.
Andreas Schwab [Wed, 15 Aug 2001 13:09:16 +0000 (13:09 +0000)]
(atomic_add): Don't allow address register for operand 0.

22 years ago(MCOUNT): Don't use delay slot for jal since jal is a macro.
Andreas Jaeger [Mon, 13 Aug 2001 08:42:44 +0000 (08:42 +0000)]
(MCOUNT): Don't use delay slot for jal since jal is a macro.

22 years agoUse __getopt_clean_environment only if USE_NONOPTION_FLAGS is defined.
Ulrich Drepper [Sat, 11 Aug 2001 20:31:07 +0000 (20:31 +0000)]
Use __getopt_clean_environment only if USE_NONOPTION_FLAGS is defined.

22 years ago(elf_machine_runtime_setup): Only set _dl_profile_map for the right object.
Ulrich Drepper [Sat, 11 Aug 2001 08:54:29 +0000 (08:54 +0000)]
(elf_machine_runtime_setup): Only set _dl_profile_map for the right object.

22 years ago * sysdeps/unix/sysv/linux/sparc/bits/poll.h (NPOLLFILE): Removed.
Andreas Jaeger [Tue, 31 Jul 2001 07:46:06 +0000 (07:46 +0000)]
* sysdeps/unix/sysv/linux/sparc/bits/poll.h (NPOLLFILE): Removed.
* 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.

22 years agoAdd dl-support.c, dl-addr.c, and dl-error.c.
Ulrich Drepper [Sat, 28 Jul 2001 06:08:50 +0000 (06:08 +0000)]
Add dl-support.c, dl-addr.c, and dl-error.c.

22 years agoAdd sys/procfs.h.
Ulrich Drepper [Sat, 28 Jul 2001 06:07:40 +0000 (06:07 +0000)]
Add sys/procfs.h.

22 years agoNot needed anymore.
Ulrich Drepper [Sat, 28 Jul 2001 05:53:57 +0000 (05:53 +0000)]
Not needed anymore.

22 years agoRemove non-existing files.
Ulrich Drepper [Sat, 28 Jul 2001 05:53:37 +0000 (05:53 +0000)]
Remove non-existing files.

23 years agoDon't mark asm input operand as clobbered.
Andreas Schwab [Sun, 22 Jul 2001 18:18:48 +0000 (18:18 +0000)]
Don't mark asm input operand as clobbered.

23 years ago(INLINE_SYSCALL): Don't mark asm input operand as clobbered.
Andreas Schwab [Sun, 22 Jul 2001 18:18:34 +0000 (18:18 +0000)]
(INLINE_SYSCALL): Don't mark asm input operand as clobbered.

23 years agoSynch with kernel.
Andreas Jaeger [Fri, 20 Jul 2001 06:05:16 +0000 (06:05 +0000)]
Synch with kernel.

23 years agoFix last change.
Andreas Schwab [Tue, 17 Jul 2001 17:12:10 +0000 (17:12 +0000)]
Fix last change.

23 years agoNot needed anymore.
Ulrich Drepper [Mon, 16 Jul 2001 22:30:06 +0000 (22:30 +0000)]
Not needed anymore.

23 years ago(MAP_BASE_ADDR): Removed.
Ulrich Drepper [Mon, 16 Jul 2001 22:26:12 +0000 (22:26 +0000)]
(MAP_BASE_ADDR): Removed.
(elf_machine_got_rel): Defined only if RTLD_BOOTSTRAP is not defined.
(RESOLVE_GOTSYM): Rewrite to use RESOLVE.

23 years agoSpecial versions for Linux/m68k.
Andreas Schwab [Sun, 15 Jul 2001 15:30:50 +0000 (15:30 +0000)]
Special versions for Linux/m68k.

23 years agoCheck _dl_pagesize first. Default to 4096, not EXEC_PAGESIZE.
Andreas Schwab [Sun, 15 Jul 2001 15:25:11 +0000 (15:25 +0000)]
Check _dl_pagesize first.  Default to 4096, not EXEC_PAGESIZE.

23 years agoImprove nsendmsg prototype.
Ulrich Drepper [Sun, 8 Jul 2001 07:15:01 +0000 (07:15 +0000)]
Improve nsendmsg prototype.

23 years ago(sendmsg): Fix return type.
Ulrich Drepper [Sun, 8 Jul 2001 07:14:06 +0000 (07:14 +0000)]
(sendmsg): Fix return type.

23 years ago(recvmsg): Fix return type.
Ulrich Drepper [Sun, 8 Jul 2001 07:11:53 +0000 (07:11 +0000)]
(recvmsg): Fix return type.

23 years ago(__recv): Fix typo.
Ulrich Drepper [Sun, 8 Jul 2001 07:09:12 +0000 (07:09 +0000)]
(__recv): Fix typo.

23 years agoAIX recv implementation.
Ulrich Drepper [Sun, 8 Jul 2001 07:05:51 +0000 (07:05 +0000)]
AIX recv implementation.

23 years agoFix various types.
Ulrich Drepper [Sun, 8 Jul 2001 07:02:19 +0000 (07:02 +0000)]
Fix various types.

23 years ago(__libc_dlclose): Fix typo.
Ulrich Drepper [Sun, 8 Jul 2001 06:55:42 +0000 (06:55 +0000)]
(__libc_dlclose): Fix typo.

23 years ago(__gettimeofday): Add declarations for asm functions.
Ulrich Drepper [Sun, 8 Jul 2001 06:47:53 +0000 (06:47 +0000)]
(__gettimeofday): Add declarations for asm functions.

23 years agoAdd deltas for tanh(-0.7).
Ulrich Drepper [Sun, 8 Jul 2001 05:56:24 +0000 (05:56 +0000)]
Add deltas for tanh(-0.7).

23 years agoFix typo.
Ulrich Drepper [Sat, 7 Jul 2001 19:19:16 +0000 (19:19 +0000)]
Fix typo.

23 years agoPut under LGPL v2.1.
Andreas Jaeger [Sat, 7 Jul 2001 10:13:33 +0000 (10:13 +0000)]
Put under LGPL v2.1.

23 years agoRemoved, we can use the generic Linux version.
Andreas Jaeger [Fri, 6 Jul 2001 07:14:28 +0000 (07:14 +0000)]
Removed, we can use the generic Linux version.

23 years agoUpdate to LGPL v2.1.
Andreas Jaeger [Fri, 6 Jul 2001 04:56:23 +0000 (04:56 +0000)]
Update to LGPL v2.1.

23 years ago Synch with Linux 2.4.5:
Andreas Jaeger [Thu, 5 Jul 2001 08:46:28 +0000 (08:46 +0000)]
Synch with Linux 2.4.5:
* 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.

23 years agoRemove check for crypt add-on.
Andreas Jaeger [Tue, 3 Jul 2001 16:50:33 +0000 (16:50 +0000)]
Remove check for crypt add-on.

23 years agoRegister dump function implementation for AIX/PPC.
Ulrich Drepper [Wed, 20 Jun 2001 07:08:58 +0000 (07:08 +0000)]
Register dump function implementation for AIX/PPC.

23 years agousleep implementation for AIX.
Ulrich Drepper [Wed, 20 Jun 2001 07:08:26 +0000 (07:08 +0000)]
usleep implementation for AIX.

23 years agosleep implementation for AIX.
Ulrich Drepper [Wed, 20 Jun 2001 07:08:13 +0000 (07:08 +0000)]
sleep implementation for AIX.

23 years agosetitimer implementation for AIX.
Ulrich Drepper [Wed, 20 Jun 2001 07:07:41 +0000 (07:07 +0000)]
setitimer implementation for AIX.

23 years agoVarious helper functions for dynamic loader code.
Ulrich Drepper [Wed, 20 Jun 2001 07:07:10 +0000 (07:07 +0000)]
Various helper functions for dynamic loader code.

23 years ago_dl_error implementation for AIX.
Ulrich Drepper [Wed, 20 Jun 2001 07:06:11 +0000 (07:06 +0000)]
_dl_error implementation for AIX.

23 years ago_dl_addr implementation for AIX.
Ulrich Drepper [Wed, 20 Jun 2001 07:05:44 +0000 (07:05 +0000)]
_dl_addr implementation for AIX.

23 years agoDefine __dso_handle if not ELF but shared.
Ulrich Drepper [Wed, 20 Jun 2001 07:04:35 +0000 (07:04 +0000)]
Define __dso_handle if not ELF but shared.

23 years agoRemoved #if 0.
Ulrich Drepper [Wed, 20 Jun 2001 07:04:05 +0000 (07:04 +0000)]
Removed #if 0.

23 years agoAdded dl-support.c and dl-error.c.
Ulrich Drepper [Wed, 20 Jun 2001 07:03:22 +0000 (07:03 +0000)]
Added dl-support.c and dl-error.c.

23 years ago(elf_machine_rela): handle relocs at unaligned address.
Ulrich Drepper [Tue, 19 Jun 2001 00:42:10 +0000 (00:42 +0000)]
(elf_machine_rela): handle relocs at unaligned address.

23 years ago * sysdeps/m68k/fpu/bits/mathinline.h: Don't define log2 as inline.
Andreas Schwab [Fri, 15 Jun 2001 13:59:28 +0000 (13:59 +0000)]
* sysdeps/m68k/fpu/bits/mathinline.h: Don't define log2 as inline.
* sysdeps/m68k/fpu/mathimpl.h: Define __ieee754_log2 as inline.

23 years agoFix typo.
Andreas Schwab [Thu, 14 Jun 2001 14:17:49 +0000 (14:17 +0000)]
Fix typo.

23 years agoDefine __MAX_BAUD.
Ulrich Drepper [Thu, 14 Jun 2001 00:21:01 +0000 (00:21 +0000)]
Define __MAX_BAUD.

23 years agoUse #function, not @function, for .type of _start.
Andreas Jaeger [Mon, 11 Jun 2001 07:44:41 +0000 (07:44 +0000)]
Use #function, not @function, for .type of _start.