diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-19 20:37:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-19 20:37:20 +0000 |
commit | 126b06f99e7c12d3b55df89343fed295390951d3 (patch) | |
tree | 29fdfffc6daf74c07310697c610f212cf2bf06e4 /ChangeLog | |
parent | 4ac5087baf6b82f91eabec97ce418a74ff4ed1a2 (diff) | |
download | glibc-126b06f99e7c12d3b55df89343fed295390951d3.tar.gz glibc-126b06f99e7c12d3b55df89343fed295390951d3.tar.xz glibc-126b06f99e7c12d3b55df89343fed295390951d3.zip |
Update.
1999-02-19 Ulrich Drepper <drepper@cygnus.com> * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__. * elf/dl-load.c (lose): Make it a function at the toplevel, mark as noreturn, and prevent it from being inlined. Define LOSE appropriately. (_dl_map_object_from_fd): Compare all bytes in e_ident at once. Optimize decoding of p_flags for certain platforms.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 859adb054b..fe594d9fe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1999-02-19 Ulrich Drepper <drepper@cygnus.com> + + * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__. + * elf/dl-load.c (lose): Make it a function at the toplevel, mark as + noreturn, and prevent it from being inlined. + Define LOSE appropriately. + (_dl_map_object_from_fd): Compare all bytes in e_ident at once. + Optimize decoding of p_flags for certain platforms. + 1999-02-19 Philip Blundell <pb@nexus.co.uk> * Makeconfig (link-libc): When doing a static link, make sure that |