diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-06 01:18:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-06 01:18:13 +0000 |
commit | dbc92dc6cbb8f5faefbf2d9ff5ec578b1809310e (patch) | |
tree | 77b159fbc5443af7569dd9733dc92d05d8a768cc /ChangeLog | |
parent | 45541bdf5cd8f9faf1b5e1ed995664eaf9a4e969 (diff) | |
download | glibc-dbc92dc6cbb8f5faefbf2d9ff5ec578b1809310e.tar glibc-dbc92dc6cbb8f5faefbf2d9ff5ec578b1809310e.tar.gz glibc-dbc92dc6cbb8f5faefbf2d9ff5ec578b1809310e.tar.bz2 glibc-dbc92dc6cbb8f5faefbf2d9ff5ec578b1809310e.zip |
* configure.in: Compile source test file with -fPIC for -shared.
2005-09-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_mutex_lock_wait):
Fix typo in register name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-09-05 Alexandre Oliva <aoliva@redhat.com> + + * configure.in: Compile source test file with -fPIC for -shared. + +2005-09-05 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_mutex_lock_wait): + Fix typo in register name. + 2005-09-04 Ulrich Drepper <drepper@redhat.com> * iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use, |