summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fc9e2ae4b..be289c27cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Fri Jun 14 01:51:47 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+
+ * version.c (banner): New static const variable, complete version
+ banner text.
+ (__libc_print_version): Use it, and use __write instead of printf.
+
+ * configure.in (sysnames): Don't cache the value, because it
+ depends only on libc sources. Merge uniquifying third pass into
+ Implies/parent expansion second pass. Report each unique name as
+ it is added in partial report string, terminated when finished.
+
+ * Makeconfig (sysdep_dir): Move defn before config.status rule that
+ expands it.
+ (sysdep-configures): Variable removed.
+ (config.status): Use its contents directly, tighten up a bit, and
+ include Implies files.
+
+ * elf/dl-open.c (_dl_open) [PIC]: Set PARENT to _dl_loaded if null.
+
+ * elf/Makefile ($(objpfx)$(rtld-installed-name)): Make a symlink.
+
Thu Jun 13 14:29:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdsig.c (_hurd_internal_post_signal): Rename `deliver:'
@@ -5,6 +26,15 @@ Thu Jun 13 14:29:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
Thu Jun 13 00:02:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_open_zero_fill):
+ Add comment.
+
+ * elf/rtld.c (dl_main): Close _dl_zerofd after mapping deps.
+
+ * sysdeps/generic/machine-gmon.h [NO_UNDERSCORES]: Define mcount as
+ weak alias for _mcount.
+ * sysdeps/alpha/_mcount.S (mcount): Define as weak alias.
+
* elf/dl-lookup.c (_dl_lookup_symbol): If no value and *REF is
null, consider it a strong reference and give the error.