summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-10-15 15:06:39 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-10-15 15:06:39 +0000
commitea97fc8e0b27e0ede8ca12f1f3f5c53cfbd43a81 (patch)
treedcf7c3e22d8285e03a9aa1738413288e3b07e2ac /ChangeLog
parentd41c6f6161ef2b500b68d7599fcbc6a4c4ca2285 (diff)
Thu Oct 10 17:25:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makerules (sysd-Makefile): Look for sysdep Makefiles using $(..) so that it still works right if we happen to get called in a subdir it still works. Thu Oct 10 17:25:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makerules (sysd-Makefile): Look for sysdep Makefiles using $(..) so that it still works right if we happen to get called in a subdir it still works. * sysdeps/mach/hurd/fcntlbits.h (O_SHLOCK, O_EXLOCK): Redesignate as file name translation flags. * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Don't pretend to do anything for O_SHLOCK or O_EXLOCK. Those are now file name translation flags. * Makerules ($(libdir)/libc.so): Mention the actual libc.a archive name (changed according to libc-name) to avoid getting the Hurd-ish linker script for libc.a when we only want the archive library.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e5ec98cc7..5c8c938786 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -184,6 +184,23 @@ Thu Oct 10 14:00:01 1996 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/w_log10.c: Fix typo in weak_alias.
Reported by Matthew Jacob <mjacob@feral.com>.
+Thu Oct 10 17:25:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makerules (sysd-Makefile): Look for sysdep Makefiles using $(..)
+ so that it still works right if we happen to get called in a
+ subdir it still works.
+
+ * sysdeps/mach/hurd/fcntlbits.h (O_SHLOCK, O_EXLOCK): Redesignate
+ as file name translation flags.
+ * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Don't pretend
+ to do anything for O_SHLOCK or O_EXLOCK. Those are now file name
+ translation flags.
+
+ * Makerules ($(libdir)/libc.so): Mention the actual libc.a archive
+ name (changed according to libc-name) to avoid getting the
+ Hurd-ish linker script for libc.a when we only want the archive
+ library.
+
Wed Oct 9 00:24:52 1996 Jim Meyering <meyering@asic.sc.ti.com>
* time/strftime.c: Allow old K&R compilers compile this file.