From de42613540de8d3d70b5f14a14923cab7bd694d0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 25 May 2020 18:17:27 +0200 Subject: elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functions This change makes it easier to set a breakpoint on these calls. This also addresses the issue that including without does not result usable _dl_*printf macros because of the use of the STD*_FILENO macros there. (The private symbol for _dl_fatal_printf will go away again once the exception handling implementation is unified between libc and ld.so.) Reviewed-by: Adhemerval Zanella --- sysdeps/mach/hurd/i386/localplt.data | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/mach/hurd/i386/localplt.data') diff --git a/sysdeps/mach/hurd/i386/localplt.data b/sysdeps/mach/hurd/i386/localplt.data index 102323e64f..541c3f32ae 100644 --- a/sysdeps/mach/hurd/i386/localplt.data +++ b/sysdeps/mach/hurd/i386/localplt.data @@ -43,6 +43,7 @@ ld.so: _dl_allocate_tls_init ld.so: _dl_exception_create ld.so: _dl_exception_create_format ld.so: _dl_exception_free +ld.so: _dl_fatal_printf ld.so: _dl_find_dso_for_object ld.so: _dl_init_first ld.so: _dl_mcount -- cgit 1.4.1