diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-28 19:56:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-28 19:56:24 +0000 |
commit | bc4647a17c3218bac51c4ed69757d4b72a2ea1dc (patch) | |
tree | b07ba908ecaeade0a1325d1f9f035731ad345d66 /ChangeLog | |
parent | 40a54e4d8d66e81a2a5dd5de020ae97cd0019b01 (diff) | |
download | glibc-bc4647a17c3218bac51c4ed69757d4b72a2ea1dc.tar.gz glibc-bc4647a17c3218bac51c4ed69757d4b72a2ea1dc.tar.xz glibc-bc4647a17c3218bac51c4ed69757d4b72a2ea1dc.zip |
Update.
2003-05-28 Ulrich Drepper <drepper@redhat.com> * include/libc-symbols.h: Define hidden attribute for real also if LIBC_NONSHARED is defined. Patch by Jakub Jelinek. * csu/Makefile: Add rules to build Scrt1.o. * sysdeps/i386/elf/start.S: Make code compilable with SHARED.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 74fdd218bf..13679e2f4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-05-28 Ulrich Drepper <drepper@redhat.com> + + * include/libc-symbols.h: Define hidden attribute for real also if + LIBC_NONSHARED is defined. Patch by Jakub Jelinek. + + * csu/Makefile: Add rules to build Scrt1.o. + * sysdeps/i386/elf/start.S: Make code compilable with SHARED. + 2003-05-27 Jakub Jelinek <jakub@redhat.com> * stdio-common/vfprintf.c (process_arg, process_string_arg): Use |