diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-07 20:46:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-07 20:46:55 +0000 |
commit | 1f503475a56b198a86cd7df1a3869aec81baf1eb (patch) | |
tree | 2c9611079603041a7538fd1b0e43ed4cc731a59a /ChangeLog | |
parent | eecc378cbb0a0dd2978b225687d7cd695962b889 (diff) | |
download | glibc-1f503475a56b198a86cd7df1a3869aec81baf1eb.tar glibc-1f503475a56b198a86cd7df1a3869aec81baf1eb.tar.gz glibc-1f503475a56b198a86cd7df1a3869aec81baf1eb.tar.bz2 glibc-1f503475a56b198a86cd7df1a3869aec81baf1eb.zip |
Update.
2003-02-07 Jakub Jelinek <jakub@redhat.com>
* resolv/res_libc.c (_res): Ensure _res is not common symbol,
so that it can have aliases.
* inet/herrno.c (h_errno): Put it into .bss not .data section.
Patch by Lance Larsh <Lance.Larsh@oracle.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,7 +1,14 @@ +2003-02-07 Jakub Jelinek <jakub@redhat.com> + + * resolv/res_libc.c (_res): Ensure _res is not common symbol, + so that it can have aliases. + * inet/herrno.c (h_errno): Put it into .bss not .data section. + 2003-02-07 Ulrich Drepper <drepper@redhat.com> * elf/dl-runtime.c (fixup): Correct typo in version index computation. (profile_fixup): Likewise. + Patch by Lance Larsh <Lance.Larsh@oracle.com>. 2002-11-24 Robert Love <rml@tech9.net> |