platform/upstream/glibc.git
19 years ago(CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer option.
Ulrich Drepper [Sun, 23 Jan 2005 04:39:17 +0000 (04:39 +0000)]
(CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer option.

19 years ago* elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
Roland McGrath [Sat, 22 Jan 2005 08:03:39 +0000 (08:03 +0000)]
* elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.

* sysdeps/i386/dl-machine.h: Update decl.

19 years ago2005-01-21 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 22 Jan 2005 08:03:27 +0000 (08:03 +0000)]
2005-01-21  Roland McGrath  <roland@redhat.com>

* elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
* sysdeps/i386/dl-machine.h: Update decl.

19 years agoUpdate.
Ulrich Drepper [Sat, 22 Jan 2005 07:55:35 +0000 (07:55 +0000)]
Update.

2005-01-21  Jakub Jelinek  <jakub@redhat.com>

* elf/Makefile: Add rules to build and run tst-align2.
* elf/tst-align2.c: New test.
* elf/tst-alignmod2.c: New file.
* sysdeps/powerpc/tst-stack-align.h: New file.
* sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
pointer before calling _dl_init.
* sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.

19 years agoUpdate.
Ulrich Drepper [Thu, 20 Jan 2005 20:10:02 +0000 (20:10 +0000)]
Update.

2005-01-20  Ulrich Drepper  <drepper@redhat.com>

* posix/execl.c: Do not allocate potentially large buffers on the
stack.
* posix/execle.c: Likewise.
* posix/execlp.c: Likewise.
* posix/execlp.c: Likewise.
(script_execute): Removed.
(allocate_scripts_argv): New function.  Called at most once to
allocate memory, not every time a script is run.  Adjust caller.

* sysdeps/generic/wordexp.c (exec_comm): Add a few
TEMP_FAILURE_RETRY.  Reorganize code to avoid multiple calls to
exec_comm_child.
(exec_comm_child): Can now be inlined.

* posix/Makefile: Add -fomit-frame-pointer for a few more files.
* stdlib/Makefile: Likewise.

19 years ago(exec_comm): Add a few TEMP_FAILURE_RETRY. Reorganize code to avoid multiple calls...
Ulrich Drepper [Thu, 20 Jan 2005 19:47:10 +0000 (19:47 +0000)]
(exec_comm): Add a few TEMP_FAILURE_RETRY.  Reorganize code to avoid multiple calls to exec_comm_child. (exec_comm_child): Can now be inlined.

19 years ago[BZ #681]
Roland McGrath [Wed, 19 Jan 2005 19:28:21 +0000 (19:28 +0000)]
[BZ #681]

2005-01-19  Roland McGrath  <roland@redhat.com>
[BZ #681]
* sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
argument to execlp.
Reported by Marcus Meissner <meissner@suse.de>.

19 years ago* hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
Roland McGrath [Wed, 19 Jan 2005 19:26:29 +0000 (19:26 +0000)]
* hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo

in assert.
* iconv/strtab.c (strtabfinalize): Likewise.

* libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.

19 years ago* nscd/Makefile (LDLIBS-nscd): New variable.
Roland McGrath [Tue, 18 Jan 2005 01:21:47 +0000 (01:21 +0000)]
* nscd/Makefile (LDLIBS-nscd): New variable.

($(objpfx)nscd): Use that instead of selinux-LIBS.

* Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
(link-extra-libs-static): Define to $(link-extra-libs).
(link-extra-libs-bounded): Likewise.

19 years ago2005-01-17 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 18 Jan 2005 01:21:35 +0000 (01:21 +0000)]
2005-01-17  Roland McGrath  <roland@redhat.com>

* nscd/Makefile (LDLIBS-nscd): New variable.
($(objpfx)nscd): Use that instead of selinux-LIBS.

19 years ago* include/link.h: Remove stray definition of pltenter.
Ulrich Drepper [Tue, 18 Jan 2005 01:20:40 +0000 (01:20 +0000)]
* include/link.h: Remove stray definition of pltenter.

19 years ago* sysdeps/unix/rewinddir.c: Reset filepos.
Ulrich Drepper [Sun, 16 Jan 2005 06:26:38 +0000 (06:26 +0000)]
* sysdeps/unix/rewinddir.c: Reset filepos.

* dirent/tst-seekdir.c: Check telldir value after calling rewinddir.

2005-01-15  Ulrich Drepper  <drepper@redhat.com>

* elf/tst-auditmod1.c: Reduce duplication.

19 years agoReduce duplication.
Ulrich Drepper [Sun, 16 Jan 2005 06:24:59 +0000 (06:24 +0000)]
Reduce duplication.

19 years ago* sysdeps/m68k/dl-machine.h: Remove trampoline code. Define
Andreas Schwab [Sun, 16 Jan 2005 02:07:30 +0000 (02:07 +0000)]
* sysdeps/m68k/dl-machine.h: Remove trampoline code.  Define

ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
(elf_machine_runtime_setup): If profile != 0 does not anymore mean
GLRO(dl_profile) != NULL.
* sysdeps/m68k/dl-trampoline.S: New file.
* sysdeps/m68k/bits/link.h: New file.
* sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
variants.
* elf/tst-auditmod1.c: Add m68k support.
2005-01-16  Andreas Schwab  <schwab@suse.de>

* sysdeps/m68k/dl-machine.h: Remove trampoline code.  Define
ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
(elf_machine_runtime_setup): If profile != 0 does not anymore mean
GLRO(dl_profile) != NULL.
* sysdeps/m68k/dl-trampoline.S: New file.
* sysdeps/m68k/bits/link.h: New file.
* sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
variants.
* elf/tst-auditmod1.c: Add m68k support.

19 years agoUpdate.
Ulrich Drepper [Fri, 14 Jan 2005 09:06:25 +0000 (09:06 +0000)]
Update.

2005-01-14  Ulrich Drepper  <drepper@redhat.com>

* posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
LC_* variable.  Patch by Aharon Robbins <arnold@skeeve.com>.

* stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
* stdlib/tst-fmtmsg.c (main): Add another addseverity test.

19 years ago* elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
Ulrich Drepper [Thu, 13 Jan 2005 02:08:37 +0000 (02:08 +0000)]
* elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow

callers from libc anymore.

* elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
to _dl_map_object_deps.
* elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
protections when loading auditing modules.

* dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.

19 years ago* posix/getconf.c: Update copyright year.
Ulrich Drepper [Wed, 12 Jan 2005 23:43:44 +0000 (23:43 +0000)]
* posix/getconf.c: Update copyright year.

* nss/getent.c: Likewise.
* nscd/nscd_nischeck.c: Likewise.
* iconv/iconvconfig.c: Likewise.
* iconv/iconv_prog.c: Likewise.
* elf/ldconfig.c: Likewise.
* catgets/gencat.c: Likewise.
* csu/version.c: Likewise.
* elf/ldd.bash.in: Likewise.
* elf/sprof.c (print_version): Likewise.
* locale/programs/locale.c: Likewise.
* locale/programs/localedef.c: Likewise.
* nscd/nscd.c (print_version): Likewise.
* debug/xtrace.sh: Likewise.
* malloc/memusage.sh: Likewise.
* malloc/mtrace.pl: Likewise.
* debug/catchsegv.sh: Likewise.

19 years ago* sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
Ulrich Drepper [Wed, 12 Jan 2005 03:23:48 +0000 (03:23 +0000)]
* sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN

as backlog.
* sunrpc/svc_unix.c (svcunix_create): Likewise.

19 years ago* grp/putgrent.c (putgrent): Don't write 0 as group
Ulrich Drepper [Wed, 12 Jan 2005 03:12:43 +0000 (03:12 +0000)]
* grp/putgrent.c (putgrent): Don't write 0 as group

ID if groupname starts with + or -.
* pwd/putpwent.c (putpwent): Don't write 0 as user or
group ID if user name starts with + or -.

2005-01-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
* sysdeps/elf/tst-auditmod1.c: Add sh support.
* sysdeps/sh/bits/link.h: New.
* sysdeps/sh/dl-machine.h: Remove trampoline code here.  Define
ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.  Remove obsolete comments.
(RTLD_START): Define __fpscr_values.
* sysdeps/sh/dl-trampoline.S: New file.
* sysdeps/sh/sh4/dl-trampoline.S: New file.
* sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
* sysdeps/sh/sh4/dl-machine.h: Remove.

2005-01-10  Jakub Jelinek  <jakub@redhat.com>

* time/tst-strptime.c (day_tests): Add 2 new tests.
(test_tm, main): Issue an error instead of segfaulting if
strptime returns NULL.

2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>

* sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
* sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.

19 years ago[BZ #650]
Ulrich Drepper [Wed, 12 Jan 2005 02:21:38 +0000 (02:21 +0000)]
[BZ #650]

2005-01-11  Ulrich Drepper  <drepper@redhat.com>
* malloc/malloc.h: Remove no-glibc support.

2005-01-12  GOTO Masanori  <gotom@debian.or.jp>

[BZ #650]
* malloc/malloc.h: Always include features.h.

19 years agoAlways include features.h.
Ulrich Drepper [Wed, 12 Jan 2005 01:56:21 +0000 (01:56 +0000)]
Always include features.h.

Remove no-glibc support.

19 years ago* sysdeps/ia64/fpu/e_logl.c: File removed.
Roland McGrath [Tue, 11 Jan 2005 00:45:19 +0000 (00:45 +0000)]
* sysdeps/ia64/fpu/e_logl.c: File removed.

* elf/dl-runtime.c: Include <sys/param.h>.

19 years ago* dlfcn/dlfcn.c (init): Fix typo in attribute decl.
Roland McGrath [Mon, 10 Jan 2005 22:11:56 +0000 (22:11 +0000)]
* dlfcn/dlfcn.c (init): Fix typo in attribute decl.

19 years ago2005-01-10 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 10 Jan 2005 22:11:39 +0000 (22:11 +0000)]
2005-01-10  Roland McGrath  <roland@redhat.com>

* dlfcn/dlfcn.c (init): Fix typo in attribute decl.

19 years agoUpdate.
Ulrich Drepper [Mon, 10 Jan 2005 11:10:54 +0000 (11:10 +0000)]
Update.

2005-01-10  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
recognition of last entry.

19 years agoUpdate.
Ulrich Drepper [Sun, 9 Jan 2005 20:23:44 +0000 (20:23 +0000)]
Update.

* elf/dl-runtime.c: Inlcude <sys/param.h>.

* elf/Makefile (headers): Add bits/link.h.

2005-01-09  Andreas Schwab  <schwab@suse.de>

* elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.

2005-01-09  Andreas Jaeger  <aj@suse.de>

* time/strptime_l.c (__strptime_internal): Add braces to avoid
warning.

* sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.

* elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.

2005-01-08  Jakub Jelinek  <jakub@redhat.com>

* elf/Makefile (generated): Add tst-pie1{,.out,.o}.

2005-01-09  Ulrich Drepper  <drepper@redhat.com>

19 years ago* pthread.c (init_one_static_tls): Adjust initialization of DTV
Ulrich Drepper [Sun, 9 Jan 2005 20:13:03 +0000 (20:13 +0000)]
* pthread.c (init_one_static_tls): Adjust initialization of DTV

entry for static tls deallocation fix.

* sysdeps/alpha/tls.h (dtv_t): Change pointer type to be struct which
also contains information whether the memory pointed to is static
TLS or not, include <stdbool.h>.
* sysdeps/i386/tls.h: Likewise.
* sysdeps/ia64/tls.h: Likewise.
* sysdeps/powerpc/tls.h: Likewise.
* sysdeps/s390/tls.h: Likewise.
* sysdeps/sh/tls.h: Likewise.
* sysdeps/sparc/tls.h: Likewise.
* sysdeps/x86_64/tls.h: Likewise.

19 years agoUpdate.
Ulrich Drepper [Sun, 9 Jan 2005 10:42:33 +0000 (10:42 +0000)]
Update.

* elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
those of all the regular objects.

19 years agoUpdate.
Ulrich Drepper [Sun, 9 Jan 2005 08:29:25 +0000 (08:29 +0000)]
Update.

2005-01-09  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
use it to select the r_debug structure for that namespace.
* elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
* elf/dl-load.c (_dl_map_object_from_fd): Likewise.
* elf/dl-open.c (_dl_open): Likewise.
* elf/rtld.c (dl_main): Likewise.
* sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
member.
(_dl_debug_initialize): Add new parameter in declaration.

* elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
called for the auditing objects themselves.
* elf/dl-load.c (_dl_map_object_from_fd): Likewise.

19 years agoUpdate.
Ulrich Drepper [Sat, 8 Jan 2005 07:10:00 +0000 (07:10 +0000)]
Update.

* sysdeps/powerpc/powerpc64/dl-machine.h
(elf_machine_runtime_setup): If profile != 0 does not anymore mean
GLRO(dl_profile) != NULL.
* sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
padding.
* sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
Extend _dl_prof_resolve to add pass extra parameters to
_dl_profile_fixup and set up structure with register content.

19 years agoUpdate.
Ulrich Drepper [Sat, 8 Jan 2005 05:47:47 +0000 (05:47 +0000)]
Update.

* sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
* sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
the register and result structures.
* sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
in the 32-bit register and result structures.

19 years agoUpdate.
Ulrich Drepper [Sat, 8 Jan 2005 05:41:58 +0000 (05:41 +0000)]
Update.

* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
Extend _dl_prof_resolve to add pass extra parameters to
_dl_profile_fixup and set up structure with register content.

19 years agoUpdate.
Ulrich Drepper [Fri, 7 Jan 2005 23:14:21 +0000 (23:14 +0000)]
Update.

* sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.

* sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
* sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
* sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
* elf/tst-auditmod1.c: Add ppc32 support.
* sysdeps/powerpc/powerpc32/bits/link.h: New file.
* sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.

19 years agoUpdate.
Ulrich Drepper [Fri, 7 Jan 2005 21:49:38 +0000 (21:49 +0000)]
Update.

* malloc/malloc.c (malloc_printerr): Print program name as part of
error message.

19 years agoUpdate.
Ulrich Drepper [Fri, 7 Jan 2005 19:42:24 +0000 (19:42 +0000)]
Update.

* misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
* stdlib/stdlib.h: Make realloc with
__attribute_warn_unused_result__ instead of __wur.
* malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
markers as in <stdlib.h>.

19 years agoUpdate.
Ulrich Drepper [Fri, 7 Jan 2005 19:30:51 +0000 (19:30 +0000)]
Update.

2005-01-07  Ulrich Drepper  <drepper@redhat.com>

* libio/stdio.h: Remove __wur from rename and remove.
* posix/unistd.h: Remove __wur from dup2.

19 years agoUpdate.
Ulrich Drepper [Fri, 7 Jan 2005 19:25:24 +0000 (19:25 +0000)]
Update.

* sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
make __libc_init_first hidden.

19 years ago(__libc_init_first): Don't make __libc_init_first hidden.
Ulrich Drepper [Fri, 7 Jan 2005 19:21:52 +0000 (19:21 +0000)]
(__libc_init_first): Don't make __libc_init_first hidden.

19 years ago* elf/Makefile (tests): Revert patch from 2005-01-03.
Andreas Jaeger [Fri, 7 Jan 2005 14:01:39 +0000 (14:01 +0000)]
* elf/Makefile (tests): Revert patch from 2005-01-03.

19 years ago (tests): Revert patch from 2005-01-03.
Andreas Jaeger [Fri, 7 Jan 2005 14:00:18 +0000 (14:00 +0000)]
 (tests): Revert patch from 2005-01-03.

19 years ago* sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
Ulrich Drepper [Fri, 7 Jan 2005 11:43:53 +0000 (11:43 +0000)]
* sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.

19 years agoUpdate.
Ulrich Drepper [Fri, 7 Jan 2005 11:36:07 +0000 (11:36 +0000)]
Update.

2005-01-07  Ulrich Drepper  <drepper@redhat.com>

* elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
l_relocated of rtld map.
* sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
* sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
* sysdeps/generic/ldsodefs.h (struct audif_ifaces): Add ppc64 variants.
* elf/tst-auditmod1.c: Add ppc64 support.
* sysdeps/powerpc/powerpc64/bits/link.h: New file.

19 years ago(__futimes): Use __set_errno.
Ulrich Drepper [Fri, 7 Jan 2005 04:56:33 +0000 (04:56 +0000)]
(__futimes): Use __set_errno.

19 years ago[BZ #633]
Roland McGrath [Fri, 7 Jan 2005 02:43:03 +0000 (02:43 +0000)]
[BZ #633]

2005-01-06  Roland McGrath  <roland@redhat.com>
[BZ #633]
* sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
indicating file-name lookup errors, and return ENOSYS or EBADF instead.

19 years ago[BZ #633]
Roland McGrath [Fri, 7 Jan 2005 02:42:54 +0000 (02:42 +0000)]
[BZ #633]

2005-01-06  Roland McGrath  <roland@redhat.com>
[BZ #633]
* sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
indicating file-name lookup errors, and return ENOSYS or EBADF instead.

19 years ago.
Ulrich Drepper [Thu, 6 Jan 2005 22:49:15 +0000 (22:49 +0000)]
.

19 years agoUpdate. cvs/fedora-glibc-20050106T2203
Ulrich Drepper [Thu, 6 Jan 2005 22:42:11 +0000 (22:42 +0000)]
Update.

* csu/elf-init.c (__libc_csu_fini): Don't do anything here.
* sysdeps/generic/libc-start.c: Don't register program destructor here.

* dlfcn/Makefile: Add rules to build dlfcn.c.
(LDFLAGS-dl.so): Removed.
* dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
table.
* dlfcn/dlmopen.c: Likewise for _dl_open.
* dlfcn/dlopen.c: Likewise.
* dlfcn/dlopenold.c: Likewise.
* elf/dl-libc.c: Likewise for _dl_open and _dl_close.
* elf/Makefile (routines): Remove dl-open and dl-close.
(dl-routines): Add dl-open, dl-close, and dl-trampoline.
Add rules to build and run tst-audit1.
* elf/tst-audit1.c: New file.
* elf/tst-auditmod1.c: New file.
* elf/Versions [libc]: Remove _dl_open and _dl_close.
* elf/dl-close.c: Change for use inside ld.so instead of libc.so.
* elf/dl-open.c: Likewise.
* elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
signaled by nonzero parameter.
* elf/dl-init.c: Fix use of r_state.
* elf/dl-load.c: Likewise.

* elf/dl-close.c: Add auditing checkpoints.
* elf/dl-open.c: Likewise.
* elf/dl-fini.c: Likewise.
* elf/dl-load.c: Likewise.
* elf/dl-sym.c: Likewise.
* sysdeps/generic/libc-start.c: Likewise.
* elf/dl-object.c: Allocate memory for auditing information.
* elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
Correctly initialize slotinfo.
* elf/dynamic-link.h: Adjust after removal of RESOLV.
* sysdeps/hppa/dl-lookupcfg.h: Likewise.
* sysdeps/ia64/dl-lookupcfg.h: Likewise.
* sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
* elf/dl-runtime.c (_dl_fixup): Little cleanup.
(_dl_profile_fixup): New parameters to point to register struct and
variable for frame size.
Add auditing checkpoints.
(_dl_call_pltexit): New function.
Don't define trampoline code here.
* elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
Remove all the functions from _rtld_global_ro which only _dl_open
and _dl_close needed.
Add auditing checkpoints.
* elf/link.h: Define symbols for auditing interfaces.
* include/link.h: Likewise.
* include/dlfcn.h: Define __RTLD_AUDIT.
Remove prototypes for _dl_open and _dl_close.
Adjust access to argc and argv in libdl.
* dlfcn/dlfcn.c: New file.
* sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
is gone.
* sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
* sysdeps/generic/unsecvars.h: Add LD_AUDIT.
* sysdeps/i386/dl-machine.h: Remove trampoline code here.
Adjust for removal of RESOLVE.
* sysdeps/x86_64/dl-machine.h: Likewise.
* sysdeps/generic/dl-trampoline.c: New file.
* sysdeps/i386/dl-trampoline.c: New file.
* sysdeps/x86_64/dl-trampoline.c: New file.

* sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
Fix updating of DTV.
* sysdeps/generic/libc-tls.c: Likewise.

* sysdeps/arm/bits/link.h: Renamed to ...
* sysdeps/arm/buts/linkmap.h: ...this.
* sysdeps/generic/bits/link.h: Renamed to...
* sysdeps/generic/bits/linkmap.h: ...this.
* sysdeps/hppa/bits/link.h: Renamed to...
* sysdeps/hppa/bits/linkmap.h: ...this.
* sysdeps/hppa/i386/link.h: Renamed to...
* sysdeps/hppa/i386/linkmap.h: ...this.
* sysdeps/hppa/ia64/link.h: Renamed to...
* sysdeps/hppa/ia64/linkmap.h: ...this.
* sysdeps/hppa/s390/link.h: Renamed to...
* sysdeps/hppa/s390/linkmap.h: ...this.
* sysdeps/hppa/sh/link.h: Renamed to...
* sysdeps/hppa/sh/linkmap.h: ...this.
* sysdeps/hppa/x86_64/link.h: Renamed to...
* sysdeps/hppa/x86_64/linkmap.h: ...this.

19 years ago* csu/elf-init.c (__libc_csu_fini): Don't do anything here.
Ulrich Drepper [Thu, 6 Jan 2005 22:40:27 +0000 (22:40 +0000)]
* csu/elf-init.c (__libc_csu_fini): Don't do anything here.

* sysdeps/generic/libc-start.c: Don't register program destructor here.
* dlfcn/Makefile: Add rules to build dlfcn.c.
(LDFLAGS-dl.so): Removed.
* dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
table.
* dlfcn/dlmopen.c: Likewise for _dl_open.
* dlfcn/dlopen.c: Likewise.
* dlfcn/dlopenold.c: Likewise.
* elf/dl-libc.c: Likewise for _dl_open and _dl_close.
* elf/Makefile (routines): Remove dl-open and dl-close.
(dl-routines): Add dl-open, dl-close, and dl-trampoline.
Add rules to build and run tst-audit1.
* elf/tst-audit1.c: New file.
* elf/tst-auditmod1.c: New file.
* elf/Versions [libc]: Remove _dl_open and _dl_close.
* elf/dl-close.c: Change for use inside ld.so instead of libc.so.
* elf/dl-open.c: Likewise.
* elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
signaled by nonzero parameter.
* elf/dl-init.c: Fix use of r_state.
* elf/dl-load.c: Likewise.

* elf/dl-close.c: Add auditing checkpoints.
* elf/dl-open.c: Likewise.
* elf/dl-fini.c: Likewise.
* elf/dl-load.c: Likewise.
* elf/dl-sym.c: Likewise.
* sysdeps/generic/libc-start.c: Likewise.
* elf/dl-object.c: Allocate memory for auditing information.
* elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
Correctly initialize slotinfo.
* elf/dynamic-link.h: Adjust after removal of RESOLV.
* sysdeps/hppa/dl-lookupcfg.h: Likewise.
* sysdeps/ia64/dl-lookupcfg.h: Likewise.
* sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
* elf/dl-runtime.c (_dl_fixup): Little cleanup.
(_dl_profile_fixup): New parameters to point to register struct and
variable for frame size.
Add auditing checkpoints.
(_dl_call_pltexit): New function.
Don't define trampoline code here.
* elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
Remove all the functions from _rtld_global_ro which only _dl_open
and _dl_close needed.
Add auditing checkpoints.
* elf/link.h: Define symbols for auditing interfaces.
* include/link.h: Likewise.
* include/dlfcn.h: Define __RTLD_AUDIT.
Remove prototypes for _dl_open and _dl_close.
Adjust access to argc and argv in libdl.
* dlfcn/dlfcn.c: New file.
* sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
is gone.
* sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
* sysdeps/generic/unsecvars.h: Add LD_AUDIT.
* sysdeps/i386/dl-machine.h: Remove trampoline code here.
Adjust for removal of RESOLVE.
* sysdeps/x86_64/dl-machine.h: Likewise.
* sysdeps/generic/dl-trampoline.c: New file.
* sysdeps/i386/dl-trampoline.c: New file.
* sysdeps/x86_64/dl-trampoline.c: New file.

* sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
Fix updating of DTV.
* sysdeps/generic/libc-tls.c: Likewise.

* sysdeps/arm/bits/link.h: Renamed to ...
* sysdeps/arm/buts/linkmap.h: ...this.
* sysdeps/generic/bits/link.h: Renamed to...
* sysdeps/generic/bits/linkmap.h: ...this.
* sysdeps/hppa/bits/link.h: Renamed to...
* sysdeps/hppa/bits/linkmap.h: ...this.
* sysdeps/hppa/i386/link.h: Renamed to...
* sysdeps/hppa/i386/linkmap.h: ...this.
* sysdeps/hppa/ia64/link.h: Renamed to...
* sysdeps/hppa/ia64/linkmap.h: ...this.
* sysdeps/hppa/s390/link.h: Renamed to...
* sysdeps/hppa/s390/linkmap.h: ...this.
* sysdeps/hppa/sh/link.h: Renamed to...
* sysdeps/hppa/sh/linkmap.h: ...this.
* sysdeps/hppa/x86_64/link.h: Renamed to...
* sysdeps/hppa/x86_64/linkmap.h: ...this.
2005-01-06  Ulrich Drepper  <drepper@redhat.com>

* allocatestack.c (init_one_static_tls): Adjust initialization of DTV
entry for static tls deallocation fix.
* sysdeps/alpha/tls.h (dtv_t): Change pointer type to be struct which
also contains information whether the memory pointed to is static
TLS or not.
* sysdeps/i386/tls.h: Likewise.
* sysdeps/ia64/tls.h: Likewise.
* sysdeps/powerpc/tls.h: Likewise.
* sysdeps/s390/tls.h: Likewise.
* sysdeps/sh/tls.h: Likewise.
* sysdeps/sparc/tls.h: Likewise.
* sysdeps/x86_64/tls.h: Likewise.

19 years ago[BZ #640]
Ulrich Drepper [Thu, 6 Jan 2005 22:06:45 +0000 (22:06 +0000)]
[BZ #640]

Update.
2005-01-06  Ulrich Drepper  <drepper@redhat.com>

* posix/unistd.h: Declare ftruncate for POSIX 2003.  [BZ #640]

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 21:52:35 +0000 (21:52 +0000)]
Update.

2004-12-22  Steven Munroe  <sjmunroe@us.ibm.com>

* math/libm-test.inc (rint_test_tonearest): New test.
(rint_test_towardzero): New test.
(rint_test_downward): New test.
(rint_test_upward): New test.
* sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
Remove redundant const values.
* sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
Remove redundant const values.  Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
* sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
* sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
Remove redundant const values.
* sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
Remove redundant const values.  Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
Remove redundant const values.
* sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
Remove redundant const values.  Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Remove redundant const values.
* sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Remove redundant const values.
Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.
* sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.
* sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Remove redundant const values.
* sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Remove redundant const values.
Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.
* sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Remove redundant const values.
Use float const.

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 21:34:02 +0000 (21:34 +0000)]
Update.

* stdlib/stdlib.h: Likewise.

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 21:01:25 +0000 (21:01 +0000)]
Update.

2005-01-06  Ulrich Drepper  <drepper@redhat.com>

* misc/sys/cdefs.h: Define __wur.
* libio/stdio.h: Use __wur for a number of interfaces.
* posix/unistd.h: Likewise.

* posix/regex_internal.c (free_state): Free word_trtable.

19 years agoUpdate. cvs/fedora-glibc-20050106T1443
Ulrich Drepper [Thu, 6 Jan 2005 11:32:24 +0000 (11:32 +0000)]
Update.

2004-12-29  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
libc_hidden_proto instead of HIDDEN_PROTO.
* sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
(__libm_error_support): If ASSEMBLER and in libc, define to
HIDDEN_JUMPTARGET(__libm_error_support).

2004-12-28  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
(sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
with $(duplicated-routines).
(libm-sysdep_routines): Likewise, but substitute "s_" prefix for
"m_" prefix.

2004-12-27  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
undefine "ret" macro.  Add __libm_error_support hidden definitions.

* sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment.  Add
missing portion of copyright statement.
* sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
* sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.

* sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment.  Add
missing portion of copyright statement.
(__ieee754_lgamma): Rename from lgamma().  Make lgamma() a weak alias.
(__ieee754_gamma): Likewise.
* sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
* sysdeps/ia64/fpu/w_lgammal.c: Likewise.

2004-12-09  H. J. Lu <hjl@lucon.org>

* sysdeps/ia64/fpu/s_nextafterl.c: Remove.
* sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
* sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
* sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
* sysdeps/ia64/fpu/e_expl.S: Likewise.
* sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).

2004-11-18  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/ia64/fpu/README: New file.
* sysdeps/ia64/fpu/gen_import_file_list: New file.
* sysdeps/ia64/fpu/import_check: Likewise.
* sysdeps/ia64/fpu/import_diffs: Likewise.
* sysdeps/ia64/fpu/import_file.awk: Likewise.
* sysdeps/ia64/fpu/import_intel_libm: Likewise.
* sysdeps/ia64/fpu/libm-symbols.h: Likewise.

* sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
* sysdeps/ia64/fpu/e_acosf.S: Likewise.
* sysdeps/ia64/fpu/e_acosl.S: Likewise.
* sysdeps/ia64/fpu/e_asin.S: Likewise.
* sysdeps/ia64/fpu/e_asinf.S: Likewise.
* sysdeps/ia64/fpu/e_asinl.S: Likewise.
* sysdeps/ia64/fpu/e_atan2.S: Likewise.
* sysdeps/ia64/fpu/e_atan2f.S: Likewise.
* sysdeps/ia64/fpu/e_cosh.S: Likewise.
* sysdeps/ia64/fpu/e_coshf.S: Likewise.
* sysdeps/ia64/fpu/e_coshl.S: Likewise.
* sysdeps/ia64/fpu/e_exp.S: Likewise.
* sysdeps/ia64/fpu/e_expf.S: Likewise.
* sysdeps/ia64/fpu/e_fmod.S: Likewise.
* sysdeps/ia64/fpu/e_fmodf.S: Likewise.
* sysdeps/ia64/fpu/e_fmodl.S: Likewise.
* sysdeps/ia64/fpu/e_hypot.S: Likewise.
* sysdeps/ia64/fpu/e_hypotf.S: Likewise.
* sysdeps/ia64/fpu/e_hypotl.S: Likewise.
* sysdeps/ia64/fpu/e_log.S: Likewise.
* sysdeps/ia64/fpu/e_log2.S: Likewise.
* sysdeps/ia64/fpu/e_log2f.S: Likewise.
* sysdeps/ia64/fpu/e_log2l.S: Likewise.
* sysdeps/ia64/fpu/e_logf.S: Likewise.
* sysdeps/ia64/fpu/e_pow.S: Likewise.
* sysdeps/ia64/fpu/e_powf.S: Likewise.
* sysdeps/ia64/fpu/e_powl.S: Likewise.
* sysdeps/ia64/fpu/e_remainder.S: Likewise.
* sysdeps/ia64/fpu/e_remainderf.S: Likewise.
* sysdeps/ia64/fpu/e_remainderl.S: Likewise.
* sysdeps/ia64/fpu/e_scalb.S: Likewise.
* sysdeps/ia64/fpu/e_scalbf.S: Likewise.
* sysdeps/ia64/fpu/e_scalbl.S: Likewise.
* sysdeps/ia64/fpu/e_sinh.S: Likewise.
* sysdeps/ia64/fpu/e_sinhf.S: Likewise.
* sysdeps/ia64/fpu/e_sinhl.S: Likewise.
* sysdeps/ia64/fpu/e_sqrt.S: Likewise.
* sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
* sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
* sysdeps/ia64/fpu/libm_error.c: Likewise.
* sysdeps/ia64/fpu/libm_reduce.c: Likewise.
* sysdeps/ia64/fpu/libm_support.h: Likewise.
* sysdeps/ia64/fpu/s_atan.S: Likewise.
* sysdeps/ia64/fpu/s_atanf.S: Likewise.
* sysdeps/ia64/fpu/s_atanl.S: Likewise.
* sysdeps/ia64/fpu/s_cbrt.S: Likewise.
* sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
* sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
* sysdeps/ia64/fpu/s_ceil.S: Likewise.
* sysdeps/ia64/fpu/s_ceilf.S: Likewise.
* sysdeps/ia64/fpu/s_ceill.S: Likewise.
* sysdeps/ia64/fpu/s_cos.S: Likewise.
* sysdeps/ia64/fpu/s_cosf.S: Likewise.
* sysdeps/ia64/fpu/s_cosl.S: Likewise.
* sysdeps/ia64/fpu/s_expm1.S: Likewise.
* sysdeps/ia64/fpu/s_expm1f.S: Likewise.
* sysdeps/ia64/fpu/s_expm1l.S: Likewise.
* sysdeps/ia64/fpu/s_fabs.S: Likewise.
* sysdeps/ia64/fpu/s_fabsf.S: Likewise.
* sysdeps/ia64/fpu/s_fabsl.S: Likewise.
* sysdeps/ia64/fpu/s_floor.S: Likewise.
* sysdeps/ia64/fpu/s_floorf.S: Likewise.
* sysdeps/ia64/fpu/s_floorl.S: Likewise.
* sysdeps/ia64/fpu/s_frexp.c: Likewise.
* sysdeps/ia64/fpu/s_frexpf.c: Likewise.
* sysdeps/ia64/fpu/s_frexpl.c: Likewise.
* sysdeps/ia64/fpu/s_ilogb.S: Likewise.
* sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
* sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
* sysdeps/ia64/fpu/s_log1p.S: Likewise.
* sysdeps/ia64/fpu/s_log1pf.S: Likewise.
* sysdeps/ia64/fpu/s_log1pl.S: Likewise.
* sysdeps/ia64/fpu/s_logb.S: Likewise.
* sysdeps/ia64/fpu/s_logbf.S: Likewise.
* sysdeps/ia64/fpu/s_logbl.S: Likewise.
* sysdeps/ia64/fpu/s_modf.S: Likewise.
* sysdeps/ia64/fpu/s_modff.S: Likewise.
* sysdeps/ia64/fpu/s_modfl.S: Likewise.
* sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
* sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
* sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
* sysdeps/ia64/fpu/s_rint.S: Likewise.
* sysdeps/ia64/fpu/s_rintf.S: Likewise.
* sysdeps/ia64/fpu/s_rintl.S: Likewise.
* sysdeps/ia64/fpu/s_round.S: Likewise.
* sysdeps/ia64/fpu/s_roundf.S: Likewise.
* sysdeps/ia64/fpu/s_roundl.S: Likewise.
* sysdeps/ia64/fpu/s_significand.S: Likewise.
* sysdeps/ia64/fpu/s_significandf.S: Likewise.
* sysdeps/ia64/fpu/s_significandl.S: Likewise.
* sysdeps/ia64/fpu/s_tan.S: Likewise.
* sysdeps/ia64/fpu/s_tanf.S: Likewise.
* sysdeps/ia64/fpu/s_tanl.S: Likewise.
* sysdeps/ia64/fpu/s_trunc.S: Likewise.
* sysdeps/ia64/fpu/s_truncf.S: Likewise.
* sysdeps/ia64/fpu/s_truncl.S: Likewise.

* sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
* sysdeps/ia64/fpu/e_acoshf.S: Likewise.
* sysdeps/ia64/fpu/e_acoshl.S: Likewise.
* sysdeps/ia64/fpu/e_atanh.S: Likewise.
* sysdeps/ia64/fpu/e_atanhf.S: Likewise.
* sysdeps/ia64/fpu/e_atanhl.S: Likewise.
* sysdeps/ia64/fpu/e_exp10.S: Likewise.
* sysdeps/ia64/fpu/e_exp10f.S: Likewise.
* sysdeps/ia64/fpu/e_exp10l.S: Likewise.
* sysdeps/ia64/fpu/e_exp2.S: Likewise.
* sysdeps/ia64/fpu/e_exp2f.S: Likewise.
* sysdeps/ia64/fpu/e_exp2l.S: Likewise.
* sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
* sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
* sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
* sysdeps/ia64/fpu/e_logl.S: Likewise.
* sysdeps/ia64/fpu/libm_frexp.S: Likewise.
* sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
* sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
* sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
* sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
* sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
* sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
* sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
* sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
* sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
* sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
* sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
* sysdeps/ia64/fpu/libm_sincos.S: Likewise.
* sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
* sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
* sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
* sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
* sysdeps/ia64/fpu/s_asinh.S: Likewise.
* sysdeps/ia64/fpu/s_asinhf.S: Likewise.
* sysdeps/ia64/fpu/s_asinhl.S: Likewise.
* sysdeps/ia64/fpu/s_erf.S: Likewise.
* sysdeps/ia64/fpu/s_erfc.S: Likewise.
* sysdeps/ia64/fpu/s_erfcf.S: Likewise.
* sysdeps/ia64/fpu/s_erfcl.S: Likewise.
* sysdeps/ia64/fpu/s_erff.S: Likewise.
* sysdeps/ia64/fpu/s_erfl.S: Likewise.
* sysdeps/ia64/fpu/s_fdim.S: Likewise.
* sysdeps/ia64/fpu/s_fdimf.S: Likewise.
* sysdeps/ia64/fpu/s_fdiml.S: Likewise.
* sysdeps/ia64/fpu/s_fma.S: Likewise.
* sysdeps/ia64/fpu/s_fmaf.S: Likewise.
* sysdeps/ia64/fpu/s_fmal.S: Likewise.
* sysdeps/ia64/fpu/s_fmax.S: Likewise.
* sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
* sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
* sysdeps/ia64/fpu/s_ldexp.c: Likewise.
* sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
* sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
* sysdeps/ia64/fpu/s_nextafter.S: Likewise.
* sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
* sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
* sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
* sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
* sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
* sysdeps/ia64/fpu/s_tanh.S: Likewise.
* sysdeps/ia64/fpu/s_tanhf.S: Likewise.
* sysdeps/ia64/fpu/s_tanhl.S: Likewise.
* sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
* sysdeps/ia64/fpu/w_lgamma.c: Likewise.
* sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
* sysdeps/ia64/fpu/w_lgammal.c: Likewise.
* sysdeps/ia64/fpu/w_tgamma.S: Likewise.
* sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
* sysdeps/ia64/fpu/w_tgammal.S: Likewise.

* sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
* sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
* sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
* sysdeps/ia64/fpu/w_acosh.c: Likewise.
* sysdeps/ia64/fpu/w_acoshf.c: Likewise.
* sysdeps/ia64/fpu/w_acoshl.c: Likewise.
* sysdeps/ia64/fpu/w_atanh.c: Likewise.
* sysdeps/ia64/fpu/w_atanhf.c: Likewise.
* sysdeps/ia64/fpu/w_atanhl.c: Likewise.
* sysdeps/ia64/fpu/w_exp10.c: Likewise.
* sysdeps/ia64/fpu/w_exp10f.c: Likewise.
* sysdeps/ia64/fpu/w_exp10l.c: Likewise.
* sysdeps/ia64/fpu/w_exp2.c: Likewise.
* sysdeps/ia64/fpu/w_exp2f.c: Likewise.
* sysdeps/ia64/fpu/w_exp2l.c: Likewise.
* sysdeps/ia64/fpu/w_expl.c: Likewise.
* sysdeps/ia64/fpu/e_expl.S: Likewise.
* sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
* sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
* sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
* sysdeps/ia64/fpu/w_log2.c: Likewise.
* sysdeps/ia64/fpu/w_log2f.c: Likewise.
* sysdeps/ia64/fpu/w_log2l.c: Likewise.
* sysdeps/ia64/fpu/w_sinh.c: Likewise.
* sysdeps/ia64/fpu/w_sinhf.c: Likewise.
* sysdeps/ia64/fpu/w_sinhl.c: Likewise.

* sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
* sysdeps/ia64/fpu/s_ldexp.S: Likewise.
* sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
* sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
* sysdeps/ia64/fpu/s_scalbn.S: Likewise.
* sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
* sysdeps/ia64/fpu/s_scalbnl.S: Likewise.

* sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
* sysdeps/ia64/fpu/s_sincosf.c: Likewise.
* sysdeps/ia64/fpu/s_sincosl.c: Likewise.

* sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.

* sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
alias for use by libm_error.c

* sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
libm_scalbn{,f,l}, libm_scalblnf.
(sysdep_routines): Remove libm_frexp4{,f,l}.
Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
(sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
_D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
-DSIZE_LONG_LONG_INT_64.

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 11:14:03 +0000 (11:14 +0000)]
Update.

2005-01-05  Steven Munroe  <sjmunroe@us.ibm.com>

* elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
l_text_end are set for a VDSO with a single PT_LOAD entry.

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 02:09:15 +0000 (02:09 +0000)]
Update.

* libio/fmemopen.c (fmemopen_seek): SEEK_END should count from
maximum used address, not maximum buffer position.

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 00:42:22 +0000 (00:42 +0000)]
Update.

* libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
invalid to disable optimizations in fileops which won't work here.
(_IO_cookie_jumps): Use it.
(_IO_old_cookie_jumps): Likewise.
* libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
not the return value.
* stdio-common/Makefile (tests): Add tst-fmemopen2.
* stdio-common/tst-fmemopen2.c: New file.

19 years agoUpdate.
Ulrich Drepper [Wed, 5 Jan 2005 19:13:16 +0000 (19:13 +0000)]
Update.

2005-01-05  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.

19 years agoDefine __WNOTHREAD.
Ulrich Drepper [Wed, 5 Jan 2005 19:11:59 +0000 (19:11 +0000)]
Define __WNOTHREAD.

19 years ago* configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
Roland McGrath [Wed, 5 Jan 2005 09:39:59 +0000 (09:39 +0000)]
* configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...

* sysdeps/i386/configure.in: ... here.  New file.
* sysdeps/i386/configure: New generated file.
* configure: Regenerated.

19 years ago2005-01-05 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 5 Jan 2005 09:39:54 +0000 (09:39 +0000)]
2005-01-05  Roland McGrath  <roland@redhat.com>

* configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
* sysdeps/i386/configure.in: ... here.  New file.
* sysdeps/i386/configure: New generated file.
* configure: Regenerated.

19 years agoUpdate.
Ulrich Drepper [Tue, 4 Jan 2005 07:48:13 +0000 (07:48 +0000)]
Update.

* stdlib/Makefile: Add rules to build and run tst-putenv.
* stdlib/tst-putenv.c: New file.
* stdlib/tst-putenvmod.c: New file.

19 years agoUpdate.
Ulrich Drepper [Tue, 4 Jan 2005 07:11:05 +0000 (07:11 +0000)]
Update.

* sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
initialize __environ again.

19 years agoUpdate.
Ulrich Drepper [Tue, 4 Jan 2005 06:44:33 +0000 (06:44 +0000)]
Update.

2005-01-03  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/init-first.c: Clean file up.  Don't
define unnecessary wrappers or aliases of static functions.

19 years agoClean file up. Don't define unnecessary wrappers or aliases of static functions.
Ulrich Drepper [Tue, 4 Jan 2005 06:43:50 +0000 (06:43 +0000)]
Clean file up.  Don't define unnecessary wrappers or aliases of static functions.

19 years agoUpdate.
Andreas Jaeger [Mon, 3 Jan 2005 17:57:42 +0000 (17:57 +0000)]
Update.

2005-01-03  Andreas Jaeger  <aj@suse.de>

* csu/Makefile (generated): Add start.os and start.ob.

* elf/Makefile (tests): Change rule for tst-pie1 so that make
clean works.

19 years ago(generated): Add start.os and start.ob.
Andreas Jaeger [Mon, 3 Jan 2005 17:57:14 +0000 (17:57 +0000)]
(generated): Add start.os and start.ob.

19 years ago[BZ #626]
Roland McGrath [Wed, 29 Dec 2004 09:18:40 +0000 (09:18 +0000)]
[BZ #626]

2004-12-29  Roland McGrath  <roland@redhat.com>
[BZ #626]
* sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
than always up; when nearest is zero, round up to one.

19 years ago[BZ #626]
Roland McGrath [Wed, 29 Dec 2004 09:17:26 +0000 (09:17 +0000)]
[BZ #626]

2004-12-29  Roland McGrath  <roland@redhat.com>
[BZ #626]
* sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
than always up; when nearest is zero, round up to one.

19 years ago* po/es.po: Update from translation team.
Ulrich Drepper [Tue, 28 Dec 2004 19:36:09 +0000 (19:36 +0000)]
* po/es.po: Update from translation team.

19 years agoUpdate.
Ulrich Drepper [Tue, 28 Dec 2004 10:09:27 +0000 (10:09 +0000)]
Update.

2004-12-28  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.

19 years agoUpdate.
Ulrich Drepper [Tue, 28 Dec 2004 01:41:24 +0000 (01:41 +0000)]
Update.

2004-12-27  Ulrich Drepper  <drepper@redhat.com>

* include/signal.h: Define __sigemptyset.

19 years agoUpdate.
Ulrich Drepper [Mon, 27 Dec 2004 16:44:39 +0000 (16:44 +0000)]
Update.

2004-04-27  Paolo Bonzini  <bonzini@gnu.org>

* posix/regex_internal.h (struct re_dfastate_t): Make
word_trtable a pointer to the 512-item transition table.
* posix/regexec.c (build_trtable): Fill in either state->trtable
or state->word_trtable.  Return a boolean indicating success.
(transit_state): Expect state->trtable to be a 256-item
transition table.  Reorganize code to have less tests in
the common case, and to save an indentation level.

19 years agoUpdate.
Ulrich Drepper [Wed, 22 Dec 2004 20:11:54 +0000 (20:11 +0000)]
Update.

2004-12-21  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
calling fn is 16 byte aligned.
* sysdeps/i386/tst-stack-align.h: New file.

* misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
(ecvt_r): Special case denormals.
* misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
* misc/tst-efgcvt.c: Include float.h.
(ecvt_tests): Add 2 new tests.

19 years ago(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Ulrich Drepper [Wed, 22 Dec 2004 20:10:10 +0000 (20:10 +0000)]
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.

17 years ago2.5-18.1
Jakub Jelinek [Thu, 12 Jul 2007 18:26:36 +0000 (18:26 +0000)]
2.5-18.1

19 years agoTest for stack alignment.
Ulrich Drepper [Wed, 22 Dec 2004 20:09:42 +0000 (20:09 +0000)]
Test for stack alignment.

19 years ago(FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. (ecvt_r): Special case denormals.
Ulrich Drepper [Wed, 22 Dec 2004 19:55:46 +0000 (19:55 +0000)]
(FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. (ecvt_r): Special case denormals.

19 years ago* version.h (RELEASE, VERSION): development, 2.3.90
Roland McGrath [Mon, 20 Dec 2004 23:37:46 +0000 (23:37 +0000)]
* version.h (RELEASE, VERSION): development, 2.3.90

* include/features.h (__GLIBC_MINOR__): Now 4.

19 years ago2004-12-20 Roland McGrath <roland@frob.com>
Roland McGrath [Mon, 20 Dec 2004 23:37:42 +0000 (23:37 +0000)]
2004-12-20  Roland McGrath  <roland@frob.com>

* version.h (RELEASE, VERSION): development, 2.3.90
* include/features.h (__GLIBC_MINOR__): Now 4.

19 years agoFix last commit cvs/glibc-2_3-base
Andreas Jaeger [Mon, 20 Dec 2004 08:34:53 +0000 (08:34 +0000)]
Fix last commit

2004-12-20  Jakub Jelinek  <jakub@redhat.com>,

19 years ago[BZ #562]
Andreas Jaeger [Mon, 20 Dec 2004 08:34:14 +0000 (08:34 +0000)]
[BZ #562]

Update.
2004-12-20  Jakub Jelinek  <jakub@redhat.com>,
    Jim Gifford  <giffordj@linkline.com>

[BZ #562]
* sysdeps/mips/Makefile (librt-sysdep_routines): Add.
* sysdeps/unix/mips/rt-sysdep.S: New file.

19 years ago[BZ #562]
Andreas Jaeger [Mon, 20 Dec 2004 08:34:03 +0000 (08:34 +0000)]
[BZ #562]

2004-12-20  Jakub Jelinek  <jakub@redhat.com>,
    Jim Gifford  <giffordj@linkline.com>
[BZ #562]
* sysdeps/mips/Makefile (librt-sysdep_routines): Add.
* sysdeps/unix/mips/rt-sysdep.S: New file.

19 years agobogon
Roland McGrath [Sun, 19 Dec 2004 23:49:47 +0000 (23:49 +0000)]
bogon

2004-12-19  Andreas Jaeger  <aj@suse.de>

19 years ago* iconv/Makefile (test-iconvconfig): New target. cvs/fedora-glibc-20041219T2331
Roland McGrath [Sun, 19 Dec 2004 23:44:07 +0000 (23:44 +0000)]
* iconv/Makefile (test-iconvconfig): New target.

[$(cross-compiling) != yes] (xtests): Depend on it.

19 years ago* iconv/iconvconfig.c (nostdlib, output_file, output_file_len):
Roland McGrath [Sun, 19 Dec 2004 23:23:55 +0000 (23:23 +0000)]
* iconv/iconvconfig.c (nostdlib, output_file, output_file_len):

New variables.
(options, parse_opt, main): Take new options --nostdlib and
--output/-o to set them.  Under --nostdlib, skip GCONV_PATH dirs.
(write_output): If output_file is set, write the output there.

2004-12-19  Andreas Jaeger  <aj@suse.de>NULL

19 years ago2004-12-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Sun, 19 Dec 2004 23:23:42 +0000 (23:23 +0000)]
2004-12-19  Roland McGrath  <roland@redhat.com>

* iconv/iconvconfig.c (nostdlib, output_file, output_file_len):
New variables.
(options, parse_opt, main): Take new options --nostdlib and
--output/-o to set them.  Under --nostdlib, skip GCONV_PATH dirs.
(write_output): If output_file is set, write the output there.

19 years ago[BZ #560, BZ #573]
Andreas Jaeger [Sun, 19 Dec 2004 20:49:12 +0000 (20:49 +0000)]
[BZ #560, BZ #573]

Update.
2004-12-19  Andreas Jaeger  <aj@suse.de>

[BZ #560]
* inet/netinet/in.h: Use __interface_addr instead of __interface.

[BZ #573]
* sunrpc/xcrypt.c (passwd2des_internal): Make it hidden instead of
internal linkage.

19 years agoUse __interface_addr instead of __interface.
Andreas Jaeger [Sun, 19 Dec 2004 20:40:06 +0000 (20:40 +0000)]
Use __interface_addr instead of __interface.

19 years ago* version.h (VERSION): 2.3.4.
Roland McGrath [Sun, 19 Dec 2004 09:41:58 +0000 (09:41 +0000)]
* version.h (VERSION): 2.3.4.

* README.template: Various updates.
* README: Regenerated.
* NEWS: Mention ports.
* README-alpha: File removed.

19 years ago[BZ #416]
Roland McGrath [Sun, 19 Dec 2004 08:57:45 +0000 (08:57 +0000)]
[BZ #416]

2004-12-19  Roland McGrath  <roland@frob.com>
[BZ #416]
* locale/langinfo.h: Comment fixes.

19 years ago* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: cvs/fedora-glibc-20041218T2312
Roland McGrath [Sat, 18 Dec 2004 22:51:00 +0000 (22:51 +0000)]
* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h:

New file removed withdrawn for the moment.

* sysdeps/unix/sysv/linux/ia64/bits/posix_>opt.h: Removed.

19 years ago2004-12-18 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 18 Dec 2004 22:50:55 +0000 (22:50 +0000)]
2004-12-18  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h:
New file removed withdrawn for the moment.

19 years agoUpdate. cvs/fedora-glibc-20041218T1131
Ulrich Drepper [Fri, 17 Dec 2004 20:09:30 +0000 (20:09 +0000)]
Update.

2004-12-17  Ulrich Drepper  <drepper@redhat.com>

* po/ja.po: Update from translation team.

19 years agoUpdate from translation team.
Ulrich Drepper [Fri, 17 Dec 2004 19:18:16 +0000 (19:18 +0000)]
Update from translation team.

19 years ago * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support for...
Richard Henderson [Fri, 17 Dec 2004 10:11:44 +0000 (10:11 +0000)]
    * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support         for NPTL where the PID is stored at userlevel and needs to be         reset when CLONE_THREAD is not used. nptl/         * sysdeps/unix/sysv/linux/alpha/clone.S: New file.         * sysdeps/alpha/tcb-offsets.sym (TID_OFFSET): New.

2004-12-17  Richard Henderson  <rth@redhat.com>

* sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support
for NPTL where the PID is stored at userlevel and needs to be
reset when CLONE_THREAD is not used.

19 years agoUpdate. cvs/fedora-glibc-20041217T0906
Andreas Jaeger [Fri, 17 Dec 2004 07:41:02 +0000 (07:41 +0000)]
Update.

2004-12-17  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.

2004-12-17  Andreas Jaeger  <aj@suse.de>

19 years agoupdate.
Andreas Jaeger [Fri, 17 Dec 2004 06:49:47 +0000 (06:49 +0000)]
update.

2004-12-16  Andreas Jaeger  <aj@suse.de>

* math/libm-test.inc (atan2_test): Compute value with 36 digits.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust for changed result.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.

19 years ago(atan2_test): Compute value with 36 digits.
Andreas Jaeger [Fri, 17 Dec 2004 06:49:30 +0000 (06:49 +0000)]
(atan2_test): Compute value with 36 digits.

19 years agoUpdate.
Ulrich Drepper [Fri, 17 Dec 2004 05:20:58 +0000 (05:20 +0000)]
Update.

* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: New file.
Increased PTHREAD_STACK_MIN.

19 years agoUpdate.
Ulrich Drepper [Fri, 17 Dec 2004 05:16:26 +0000 (05:16 +0000)]
Update.

2004-12-16  Ulrich Drepper  <drepper@redhat.com>

* tst-context1.c (stacks): Use bigger stack size.