summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-debug.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-21 15:20:30 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-21 15:20:30 +0000
commit5f7659b83e3412e3f4a675e0b674428cab20043e (patch)
treed9609e002c592a6688fec9022beae0acabc36bc9 /ldso/ldso/dl-debug.c
parent0438ec7017676de27f908791f310037bf9143b82 (diff)
Partly undo earlier patch on vapier's request
Diffstat (limited to 'ldso/ldso/dl-debug.c')
-rw-r--r--ldso/ldso/dl-debug.c5
1 files changed, 5 insertions, 0 deletions
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__ */