summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rtems-utils.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-10-30 17:55:18 +1100
committerChris Johns <chrisj@rtems.org>2014-10-30 17:55:18 +1100
commitfdb1fe685ab60de784b5f20413fe54cd70a01ff2 (patch)
tree05b75e65b705a08c46220416423d64331a68752e /rtemstoolkit/rtems-utils.h
parentlinkers: Add kernel symbol support. (diff)
downloadrtems-tools-fdb1fe685ab60de784b5f20413fe54cd70a01ff2.tar.bz2
linkers: Add base image symbol to ELF object file generation.
This change adds support to the rtems-syms code to generate a suitable ELF object you can link to the base image kernel in the embed mode or you can load with the run-time load mode. The change fixes a bug in the framework where local ELF symbols were being placed in the external symbol table. The external symbol table has been removed and a global, weak and local set of tables is now provided as this is more aligned with the ELF format.
Diffstat (limited to 'rtemstoolkit/rtems-utils.h')
-rw-r--r--rtemstoolkit/rtems-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemstoolkit/rtems-utils.h b/rtemstoolkit/rtems-utils.h
index 9918570..4ce9c68 100644
--- a/rtemstoolkit/rtems-utils.h
+++ b/rtemstoolkit/rtems-utils.h
@@ -22,8 +22,8 @@
*
*/
-#if !defined (_MEMORY_DUMP_H_)
-#define _MEMORY_DUMP_H_
+#if !defined (_RTEMS_UTILS_H_)
+#define _RTEMS_UTILS_H_
#include <stdint.h>