diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-27 06:49:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-27 06:49:48 +0000 |
commit | ea03559a9d4730f89105b6f5e674a0aaefc74b3b (patch) | |
tree | 103d2993e5d4eb971c2eec94c4c77a45abc8e2dc /ChangeLog | |
parent | c709e372e8940b3f374b690d7eb7521e69ab4228 (diff) | |
download | glibc-ea03559a9d4730f89105b6f5e674a0aaefc74b3b.tar.gz glibc-ea03559a9d4730f89105b6f5e674a0aaefc74b3b.tar.xz glibc-ea03559a9d4730f89105b6f5e674a0aaefc74b3b.zip |
Wed Sep 27 00:27:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* config.make.in (AS): New variable; set to `$(CC) -c'. * posix/unistd.h [__USE_BSD]: Declare profil. * elf/dl-load.c (_dl_map_object_from_fd): New function, broken out of _dl_map_object. (_dl_map_object): Call it. * elf/link.h (_dl_map_object_from_fd): Declare it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bd0651bf8f..2865f35eff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Sep 27 00:27:25 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * config.make.in (AS): New variable; set to `$(CC) -c'. + + * posix/unistd.h [__USE_BSD]: Declare profil. + + * elf/dl-load.c (_dl_map_object_from_fd): New function, broken out + of _dl_map_object. + (_dl_map_object): Call it. + * elf/link.h (_dl_map_object_from_fd): Declare it. + Tue Sep 26 16:50:17 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * locale/libintl.h: Rewritten by Ulrich Drepper for use with GNU |