From dfe6e7d992cf1d295f0fa11ec9310558c21a8064 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 30 Mar 1998 10:22:09 +0000 Subject: [PATCH] Update. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 22d797552c0..ad24b33244a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +1998-03-29 Andreas Schwab + + Put the static-only routines in a separate library. + * Makeconfig (libtype.So, CFLAGS-.So, CPPFLAGS-.So, + object-suffixes-for-libc): New variables. + (all-object-suffixes): Add .So. + (link-libc): Link against libc_nonshared.a instead of libc.a. + Remove explicit reference to the dynamic linker. + * Rules: Remove handling of static-only-routines. + * Makerules: Handle them here instead. Use + $(object-suffixes-for-libc) instead of $(object-suffixes) when + dealing with libc routines. + ($(objpfx)%.So): New rules for static-only routines. + (elide-routines.So): Elide all routines except static-only routines. + ($(objpfx)stamp.So-$(subdir)): Special rule for when + static-only-routines is empty. + ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of + libc.a. Remove explicit reference to the dynamic linker. + 1998-03-30 Andreas Jaeger * manual/maint.texi (Reporting Bugs): Change -- 2.47.2