diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-23 06:19:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-23 06:19:14 +0000 |
commit | 4bf21f2c7164865c801c86b9ac34317b1894a7ab (patch) | |
tree | b86c0e74e22f0ea556ea82d33f0763408c2f417a | |
parent | d623d723ddfae76cdc85bea2591414d3fab9343e (diff) | |
download | glibc-4bf21f2c7164865c801c86b9ac34317b1894a7ab.tar.gz glibc-4bf21f2c7164865c801c86b9ac34317b1894a7ab.tar.xz glibc-4bf21f2c7164865c801c86b9ac34317b1894a7ab.zip |
Update.
2002-10-22 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (struct filebuf): For buf element to have the alignment of ElfXX_Ehdr since this is what will be stored in it. 2002-10-19 Art Haas <ahaas@neosoft.com>
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 91f79f6a5a..555a10d5a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-22 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-load.c (struct filebuf): For buf element to have the + alignment of ElfXX_Ehdr since this is what will be stored in it. + 2002-10-22 Jakub Jelinek <jakub@redhat.com> * locale/programs/locarchive.c (add_alias): Change locrec_offset arg @@ -47,7 +52,7 @@ * csu/gmon-start.c: Pretty printing. -2002-10-19 Art Haas <ahaas@neosoft.com> +2002-10-19 Art Haas <ahaas@neosoft.com> * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS, add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros, |