summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-04 13:57:05 +0000
committerRoland McGrath <roland@gnu.org>1996-05-04 13:57:05 +0000
commitdb2286f6d9f8d7715a1f60437a343ffd505f8af4 (patch)
treedbaed11784a6a416b989e6bde1d0b6ce0708f391 /ChangeLog
parent8f0c527e13b836a44fedbf6abc84e1901e2cc10d (diff)
* locale/setlocale.c (_nl_C_name): Variable removed.cvs/libc-960506cvs/libc-960505
* locale/C_name.c: New file. (_nl_C_name): Put it here instead. * locale/Makefile (aux): Add C_name. * sysdeps/mach/hurd/dl-sysdep.c (open): Don't pass io port in auth_user_authenticate rpc. (open): Avoid using strtol in digit conversion for "fd/N" magic. (_dl_sysdep_start): Likewise for memobj name in magic switches. * elf/Makefile (reloc-link): New variable. (dl-allobjs.so): New target, link together $(rtld-routines). (librtld.so): Depend on that instead of the rtld components. (generated): Add dl-allobjs.so.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bb59dbbd6..c4ebc447e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
Sat May 4 05:44:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * locale/setlocale.c (_nl_C_name): Variable removed.
+ * locale/C_name.c: New file.
+ (_nl_C_name): Put it here instead.
+ * locale/Makefile (aux): Add C_name.
+
+ * sysdeps/mach/hurd/dl-sysdep.c (open): Don't pass io port in
+ auth_user_authenticate rpc.
+ (open): Avoid using strtol in digit conversion for "fd/N" magic.
+ (_dl_sysdep_start): Likewise for memobj name in magic switches.
+
+ * elf/Makefile (reloc-link): New variable.
+ (dl-allobjs.so): New target, link together $(rtld-routines).
+ (librtld.so): Depend on that instead of the rtld components.
+ (generated): Add dl-allobjs.so.
+
* hurd/hurd-raise.c (_hurd_raise_signal): Pass sigcode in msg_sig_post
rpc.