diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-10-08 00:14:08 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-10-08 00:14:08 +0000 |
commit | 7602d070dca35a848aff1d72cf0724f02df72f62 (patch) | |
tree | a2764ad033962e9e3dd2918f9b16a52c40277624 /ChangeLog | |
parent | f17f137aaf563daf1ce5532763455b09f5db9b8f (diff) | |
download | glibc-7602d070dca35a848aff1d72cf0724f02df72f62.tar.gz glibc-7602d070dca35a848aff1d72cf0724f02df72f62.tar.xz glibc-7602d070dca35a848aff1d72cf0724f02df72f62.zip |
Clean up locale file alignment handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 211606be64..5c8fef0ef4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2013-10-07 Joseph Myers <joseph@codesourcery.com> + + * locale/loadlocale.c (_nl_intern_locale_data): Use + LOCFILE_ALIGNED_P. + * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use + LOCFILE_ALIGN_UP and LOCFILE_ALIGN. + * locale/programs/ld-collate.c (obstack_int32_grow): Assert that + obstack data is appropriately aligned. + (obstack_int32_grow_fast): Likewise. + * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN. + * locale/programs/locfile.c (add_locale_uint32): Likewise. + (add_locale_uint32_array): Likewise. + 2013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com> * benchtests/Makefile: Remove ARGLIST and RET variables. |