summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-trace.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-11-04 12:12:25 +1100
committerChris Johns <chrisj@rtems.org>2014-11-04 12:12:25 +1100
commita2e1e30d9862b0f926f694d146ab0e7450aa759b (patch)
treec064ceac36598376aa81b20feb12823841d74275 /cpukit/libdl/rtl-trace.h
parentBSP for several Beagle products (diff)
downloadrtems-a2e1e30d9862b0f926f694d146ab0e7450aa759b.tar.bz2
libdl: Add a local symbol table to the object module.
Adding a local symbol lets the relocator find local symbols referenced in relocation records. The local symbol table is erased once the object module has been loaded.
Diffstat (limited to 'cpukit/libdl/rtl-trace.h')
-rw-r--r--cpukit/libdl/rtl-trace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libdl/rtl-trace.h b/cpukit/libdl/rtl-trace.h
index 1a5ee973a5..141b3769a5 100644
--- a/cpukit/libdl/rtl-trace.h
+++ b/cpukit/libdl/rtl-trace.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012-2014 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -47,6 +47,7 @@ typedef uint32_t rtems_rtl_trace_mask;
#define RTEMS_RTL_TRACE_ALLOCATOR (1UL << 7)
#define RTEMS_RTL_TRACE_UNRESOLVED (1UL << 8)
#define RTEMS_RTL_TRACE_DETAIL (1UL << 9)
+#define RTEMS_RTL_TRACE_WARNING (1UL << 10)
/**
* Call to check if this part is bring traced. If RTEMS_RTL_TRACE is defined to