summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/i386/reloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-elf/i386/reloc.c')
-rw-r--r--libexec/rtld-elf/i386/reloc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libexec/rtld-elf/i386/reloc.c b/libexec/rtld-elf/i386/reloc.c
index b4a2a75..217d88e 100644
--- a/libexec/rtld-elf/i386/reloc.c
+++ b/libexec/rtld-elf/i386/reloc.c
@@ -48,15 +48,6 @@
#include "rtld.h"
/*
- * Debugging support.
- */
-
-#define assert(cond) ((cond) ? (void) 0 :\
- (msg("oops: " __XSTRING(__LINE__) "\n"), abort()))
-#define msg(s) (write(1, s, strlen(s)))
-#define trace() msg("trace: " __XSTRING(__LINE__) "\n");
-
-/*
* Process the special R_386_COPY relocations in the main program. These
* copy data from a shared object into a region in the main program's BSS
* segment.
OpenPOWER on IntegriCloud