From 5f7659b83e3412e3f4a675e0b674428cab20043e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 21 Nov 2005 15:20:30 +0000 Subject: Partly undo earlier patch on vapier's request --- ldso/ldso/dl-debug.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ldso/ldso/dl-debug.c') diff --git a/ldso/ldso/dl-debug.c b/ldso/ldso/dl-debug.c index bfaaf1903..7ce8bfbce 100644 --- a/ldso/ldso/dl-debug.c +++ b/ldso/ldso/dl-debug.c @@ -98,4 +98,9 @@ static void debug_reloc(ElfW(Sym) *symtab, char *strtab, ELF_RELOC *rpnt) _dl_dprintf(_dl_debug_file, "\n"); } +#else + +#define debug_sym(symtab, strtab, symtab_index) +#define debug_reloc(symtab, strtab, rpnt) + #endif /* __SUPPORT_LD_DEBUG__ */ -- cgit v1.2.3