mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2002-05-29 H.J. Lu <hjl@gnu.org> * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug is turned on.
This commit is contained in:
@@ -119,6 +119,10 @@ internal_function
|
||||
_dl_signal_cerror (int errcode, const char *objname, const char *occation,
|
||||
const char *errstring)
|
||||
{
|
||||
if (__builtin_expect (GL(dl_debug_mask), 0))
|
||||
INTUSE(_dl_debug_printf) ("%s: error: %s: %s (%s)\n", objname, occation,
|
||||
errstring, receiver ? "continued" : "fatal");
|
||||
|
||||
if (receiver)
|
||||
{
|
||||
/* We are inside _dl_receive_error. Call the user supplied
|
||||
|
||||
Reference in New Issue
Block a user