aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-06-12 18:26:02 +0000
committerRoland McGrath <roland@gnu.org>1995-06-12 18:26:02 +0000
commit1a2df358c8b1bc40035e30fe12cc4187655dd326 (patch)
tree869f1b729d6f742584e6319e39c40ab7894d78b5 /ChangeLog
parentf2b0f935d7c8de544408181350c13d8a4db690ca (diff)
downloadglibc-1a2df358c8b1bc40035e30fe12cc4187655dd326.tar
glibc-1a2df358c8b1bc40035e30fe12cc4187655dd326.tar.gz
glibc-1a2df358c8b1bc40035e30fe12cc4187655dd326.tar.bz2
glibc-1a2df358c8b1bc40035e30fe12cc4187655dd326.zip
Mon Jun 12 13:15:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* Makerules (lib%.so: lib%_pic.a): Moved this rule to after installation rules. * sysdeps/mach/sysdep.h [HAVE_ELF] (ENTRY): Redefine this macro so it uses the `.type' directive, which is necessary for shared libraries to work properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03d75b1590..a8e3eb4d4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Jun 12 13:15:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * Makerules (lib%.so: lib%_pic.a): Moved this rule to after
+ installation rules.
+
+ * sysdeps/mach/sysdep.h [HAVE_ELF] (ENTRY): Redefine this macro so
+ it uses the `.type' directive, which is necessary for shared
+ libraries to work properly.
+
Thu Jun 8 02:50:26 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* elf/dl-load.c (_dl_map_object): Add MAP_INHERIT flag in mmap