diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 20:44:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 20:44:49 +0000 |
commit | c1db8b0ddfc46134b903ff3803e9aea1cf9e55d9 (patch) | |
tree | 50b3b9edf1a415620103612f06d75c07a46eeb5c /ChangeLog | |
parent | c0c2af07991283edd947c5a11df162ccb486e74a (diff) | |
download | glibc-c1db8b0ddfc46134b903ff3803e9aea1cf9e55d9.zip glibc-c1db8b0ddfc46134b903ff3803e9aea1cf9e55d9.tar.gz glibc-c1db8b0ddfc46134b903ff3803e9aea1cf9e55d9.tar.bz2 |
Update.
* iconv/skeleton.c: Define access macros with u suffix. Adjust
#if expression for use of unaligned function to the one used in
the definition of these functions.
* iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function.
(internal_ucs4le_loop_unaligned): New function.
Ralf Baechle <ralf@uni-koblenz.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2000-03-31 Ulrich Drepper <drepper@redhat.com> + * iconv/skeleton.c: Define access macros with u suffix. Adjust + #if expression for use of unaligned function to the one used in + the definition of these functions. + * iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function. + (internal_ucs4le_loop_unaligned): New function. + * elf/Makefile (distribute): Add dep1.c, dep2.c, dep3.c, and dep4.c. (tests): Add order. (module-names): Add dep1, dep2, dep3, and dep4. @@ -78,7 +84,7 @@ * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise. 2000-03-29 Andreas Jaeger <aj@suse.de>, - Ralf Baechle <ralf@uni-koblenz.de> + Ralf Baechle <ralf@uni-koblenz.de> * Makeconfig: Introduce new variable SHARED to mark code used in the shared library. |