summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtl
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-05-05 14:57:34 +1000
committerChris Johns <chrisj@rtems.org>2020-05-05 14:57:34 +1000
commit3635d6a8366ae1a5fc2908d59ffa4855670fa512 (patch)
tree4d8b4cf89aa2a73eb26f6b247dd8a62bda3de1c0 /cpukit/include/rtems/rtl
parentlibdl/obj-cache: Fail if the read offset is past the file length (diff)
downloadrtems-3635d6a8366ae1a5fc2908d59ffa4855670fa512.tar.bz2
libdl/obj-comp: Add trace prints when decompressing
Updates #3969
Diffstat (limited to 'cpukit/include/rtems/rtl')
-rw-r--r--cpukit/include/rtems/rtl/rtl-trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/rtl/rtl-trace.h b/cpukit/include/rtems/rtl/rtl-trace.h
index 06c72c8992..196b4ff42e 100644
--- a/cpukit/include/rtems/rtl/rtl-trace.h
+++ b/cpukit/include/rtems/rtl/rtl-trace.h
@@ -54,7 +54,9 @@ typedef uint32_t rtems_rtl_trace_mask;
#define RTEMS_RTL_TRACE_ARCHIVE_SYMS (1UL << 13)
#define RTEMS_RTL_TRACE_DEPENDENCY (1UL << 14)
#define RTEMS_RTL_TRACE_BIT_ALLOC (1UL << 15)
+#define RTEMS_RTL_TRACE_COMP (1UL << 16)
#define RTEMS_RTL_TRACE_ALL (0xffffffffUL & ~(RTEMS_RTL_TRACE_CACHE | \
+ RTEMS_RTL_TRACE_COMP | \
RTEMS_RTL_TRACE_GLOBAL_SYM | \
RTEMS_RTL_TRACE_ARCHIVE_SYMS))