diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-21 19:38:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-21 19:38:39 +0000 |
commit | 6d1d0720b1b9172bc29a6bce9e2ea5577df4796c (patch) | |
tree | c5745138707cb392909347d81927054b6df8d4d8 /ChangeLog | |
parent | 2e1198646d3beea12bf94f9eca147b4378c65e70 (diff) | |
download | glibc-6d1d0720b1b9172bc29a6bce9e2ea5577df4796c.zip glibc-6d1d0720b1b9172bc29a6bce9e2ea5577df4796c.tar.gz glibc-6d1d0720b1b9172bc29a6bce9e2ea5577df4796c.tar.bz2 |
Update.
2003-05-21 Ulrich Drepper <drepper@redhat.com>
* csu/elf-init.c: Mark __preinit_array_start, __preinit_array_end,
__init_array_start, __init_array_end, __fini_array_start, and
__fini_array_end as hidden.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-05-21 Ulrich Drepper <drepper@redhat.com> + + * csu/elf-init.c: Mark __preinit_array_start, __preinit_array_end, + __init_array_start, __init_array_end, __fini_array_start, and + __fini_array_end as hidden. + 2003-05-21 Petter Reinholdtsen <pere@hungry.com> * locale/programs/locale.c (main): Report an error if setlocale() |