diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-20 10:23:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-20 10:23:07 +0000 |
commit | 96f873b9215ea1a75e2b17c055fe5c6ad32e10d6 (patch) | |
tree | 91f62a75db7a944bb19e751077278c75e966f3e3 /ChangeLog | |
parent | 0923c7a543d377bae9da0ad7075c8f9664ae70dc (diff) | |
download | glibc-96f873b9215ea1a75e2b17c055fe5c6ad32e10d6.tar.gz glibc-96f873b9215ea1a75e2b17c055fe5c6ad32e10d6.tar.xz glibc-96f873b9215ea1a75e2b17c055fe5c6ad32e10d6.zip |
* Makeconfig [elf=yes] (+preinit, +postinit): New variables, set
to crt[in].o. (csu-objpfx): New variable. (+link): Use it to find start.o and $(+preinit), $(+postinit). * Rules (subdir_lib, all): Depend on objs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 959da903a0..3518c907bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ Mon Feb 20 04:04:57 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu> + * Makeconfig [elf=yes] (+preinit, +postinit): New variables, set + to crt[in].o. + (csu-objpfx): New variable. + (+link): Use it to find start.o and $(+preinit), $(+postinit). + + * Rules (subdir_lib, all): Depend on objs. + * config.h.in [HAVE_ELF || HAVE_GNU_LD]: Define HAVE_WEAK_SYMBOLS. * stdlib/strtod.c (PASTE, PASTE1): New helper macros; use these in |