diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-21 03:43:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-21 03:43:31 +0000 |
commit | a0edd63e7c41336220353a6055662f38f5429a50 (patch) | |
tree | aba5d9cb1144e26c93d610a7ae7a5d4569416a6f /elf | |
parent | dfcaa6429a6cecc15ed49b5a92474c1f54f693c4 (diff) | |
download | glibc-a0edd63e7c41336220353a6055662f38f5429a50.zip glibc-a0edd63e7c41336220353a6055662f38f5429a50.tar.gz glibc-a0edd63e7c41336220353a6055662f38f5429a50.tar.bz2 |
Update.
2000-04-19 Jakub Jelinek <jakub@redhat.com>
* locale/programs/ld-ctype.c (ctype_output): Set size of the idx
field to nelems * sizeof (uint32_t).
* locale/programs/ld-address.c (address_output): Align word fields
properly.
* locale/programs/ld-monetary.c (monetary_output): Likewise.
Don't restart idx pointers to idx end at the duo_int_curr_symbol
field.
Avoid giving arbitrary garbage in the crncystr field.
Use sizeof(uint32_t) instead of 4 for len in uno_valid_from,
uno_valid_to, duo_valid_from, duo_valid_to and conversion_rate
fields.
* locale/programs/ld-numeric.c (numeric_output): Likewise.
Don't restart idx pointers to idx end at the decimal_point_wc field.
* locale/programs/ld-time.c (time_output): week_1stday should be
word, not byte. Align it properly.
2000-04-19 H.J. Lu <hjl@gnu.org>
* csu/gmon-start.c (_start): Declared as "extern void".
(etext): Likewise.
2000-04-18 Andreas Jaeger <aj@suse.de>
* manual/install.texi (Running make install): Don't mention utmpd
anymore.
2000-04-18 Andreas Jaeger <aj@suse.de>
* linuxthreads/Versions: Use ld instead of ld.so.
* elf/Makefile (ld-map): Use ld.map.
* Versions.def: Use ld instead of ld.so.
* elf/Versions: Likewise.
* sysdeps/mach/hurd/Versions: Likewise.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 | ||||
-rw-r--r-- | elf/Versions | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index 8aae5e0..fc7ce78 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -50,7 +50,7 @@ include ../Makeconfig before-compile = $(objpfx)trusted-dirs.h ifeq ($(versioning),yes) -ld-map = $(common-objpfx)ld.so.map +ld-map = $(common-objpfx)ld.map endif ifeq (yes,$(build-shared)) diff --git a/elf/Versions b/elf/Versions index 26fd7d6..374110c 100644 --- a/elf/Versions +++ b/elf/Versions @@ -16,7 +16,7 @@ libc { } } -ld.so { +ld { GLIBC_2.0 { # global variables _dl_debug_impcalls; _dl_debug_fd; |