The TRACE() macro is defined in runtime_loader_private.h.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39315 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,14 +17,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
//#define TRACE_RLD
|
|
||||||
#ifdef TRACE_RLD
|
|
||||||
# define TRACE(x) dprintf x
|
|
||||||
#else
|
|
||||||
# define TRACE(x) ;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
relocate_rel(image_t *rootImage, image_t *image, struct Elf32_Rel *rel,
|
relocate_rel(image_t *rootImage, image_t *image, struct Elf32_Rel *rel,
|
||||||
int rel_len)
|
int rel_len)
|
||||||
|
|||||||
Reference in New Issue
Block a user