diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-16 09:46:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-16 09:46:24 +0000 |
commit | fc8e9f00271b197a3673eeb906ba2bdb2756f735 (patch) | |
tree | e37f5320093592cba6ddc38c29835b983f3d1291 | |
parent | 0f33b0174eda8dfa0f75597bde2133acb00b9074 (diff) | |
download | glibc-fc8e9f00271b197a3673eeb906ba2bdb2756f735.zip glibc-fc8e9f00271b197a3673eeb906ba2bdb2756f735.tar.gz glibc-fc8e9f00271b197a3673eeb906ba2bdb2756f735.tar.bz2 |
[BZ #1076, BZ #1250, BZ #1251]
BZ tags
2005-08-05 Roland McGrath <roland@frob.com>
[BZ #1251]
[BZ #1250]
[BZ #1076]
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1323,11 +1323,13 @@ * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise. -2005-08-05 Roland McGrath <roland@redhat.com> +2005-08-05 Roland McGrath <roland@frob.com> + [BZ #1251] * mach/shortcut.awk: Ignore `weak_alias' lines. Reported by Alfred M. Szmidt <ams@gnu.org>. + [BZ #1250] * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue. Reported by Alfred M. Szmidt <ams@gnu.org>. @@ -3514,6 +3516,7 @@ 2005-02-10 H.J. Lu <hongjiu.lu@intel.com> + [BZ #1076] * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels. 2005-02-27 Denis Barbier <barbier@debian.org> |