From 5a678de90ccbce64ff7c39a6a660019494f2a770 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 28 Jul 2019 09:12:53 +1000 Subject: libdl/arm: Fix ARM mode trampoline parsing of relocs - No need to dump globals syms in test dl01 when tracing Closes #3775 --- testsuites/libtests/dl01/dl-load.c | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/libtests/dl01') diff --git a/testsuites/libtests/dl01/dl-load.c b/testsuites/libtests/dl01/dl-load.c index f807d2a060..d93550d15b 100644 --- a/testsuites/libtests/dl01/dl-load.c +++ b/testsuites/libtests/dl01/dl-load.c @@ -26,7 +26,6 @@ RTEMS_RTL_TRACE_ALLOCATOR | \ RTEMS_RTL_TRACE_UNRESOLVED | \ RTEMS_RTL_TRACE_ARCHIVES | \ - RTEMS_RTL_TRACE_GLOBAL_SYM | \ RTEMS_RTL_TRACE_DEPENDENCY) #define DL_DEBUG_TRACE DEBUG_TRACE /* RTEMS_RTL_TRACE_ALL */ #define DL_RTL_CMDS 1 -- cgit v1.2.3