aboutsummaryrefslogtreecommitdiff
path: root/elf/ldsodefs.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-19 20:37:20 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-19 20:37:20 +0000
commit126b06f99e7c12d3b55df89343fed295390951d3 (patch)
tree29fdfffc6daf74c07310697c610f212cf2bf06e4 /elf/ldsodefs.h
parent4ac5087baf6b82f91eabec97ce418a74ff4ed1a2 (diff)
downloadglibc-126b06f99e7c12d3b55df89343fed295390951d3.tar
glibc-126b06f99e7c12d3b55df89343fed295390951d3.tar.gz
glibc-126b06f99e7c12d3b55df89343fed295390951d3.tar.bz2
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 'elf/ldsodefs.h')
-rw-r--r--elf/ldsodefs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/elf/ldsodefs.h b/elf/ldsodefs.h
index 97ab955386..61652ddde4 100644
--- a/elf/ldsodefs.h
+++ b/elf/ldsodefs.h
@@ -1,5 +1,5 @@
/* Run-time dynamic linker data structures for loaded ELF shared objects.
- Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -205,7 +205,8 @@ extern int _dl_secure;
extern void _dl_signal_error (int errcode,
const char *object,
const char *errstring)
- internal_function;
+ internal_function
+ __attribute__ ((__noreturn__));
/* Call OPERATE, catching errors from `dl_signal_error'. If there is no
error, *ERRSTRING is set to null. If there is an error, *ERRSTRING is