2014-04-14 Carlos O'Donell <carlos@redhat.com>
+ [BZ #16831]
+ * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
+ _dl_debug_initialize.
+
+2014-04-14 Carlos O'Donell <carlos@redhat.com>
+
* configure.ac: Remove SELinux header check.
* configure: Regenerate.
* nscd/selinux.c (perms): Array of const char* to permission names.
16610, 16611, 16613, 16623, 16632, 16634, 16639, 16642, 16648, 16649,
16670, 16674, 16677, 16680, 16683, 16689, 16695, 16701, 16706, 16707,
16712, 16713, 16714, 16731, 16739, 16743, 16758, 16759, 16760, 16770,
- 16786, 16789, 16799, 16800, 16815, 16838.
+ 16786, 16789, 16799, 16800, 16815, 16831, 16838.
* Running the testsuite no longer terminates as soon as a test fails.
Instead, a file tests.sum (xtests.sum from "make xcheck") is generated,
GLRO(dl_debug_printf) ("\ntransferring control: %s\n\n", argv[0]);
#endif
+#ifndef SHARED
+ _dl_debug_initialize (0, LM_ID_BASE);
+#endif
#ifdef HAVE_CLEANUP_JMP_BUF
/* Memory for the cancellation buffer. */
struct pthread_unwind_buf unwind_buf;