summaryrefslogtreecommitdiff
path: root/rtl-sym.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-07-31 15:17:21 +1000
committerChris Johns <chrisj@rtems.org>2012-07-31 15:17:21 +1000
commit99bdd39271de093920b34d217a5a4b7f0a6f2e80 (patch)
treef73c646e5eb6173b63dacc4097794d5c8d1af274 /rtl-sym.h
parent328fbd26ed0213af7e328de105921f4eb7927e55 (diff)
Add ARM support. Cleaned up the waf support.
Adding ARM support has changed the architecture relocation interface. All architectures updated. Cleaned up the RTEMS waf support to only look for tools when the arch is being processed. Add filter support to allow a user to make sure a BSP is present or to remove BSPs that will not build. Added the Init support because ARM BSPs do not contain the support.
Diffstat (limited to 'rtl-sym.h')
-rw-r--r--rtl-sym.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl-sym.h b/rtl-sym.h
index 26e6902..761c23b 100644
--- a/rtl-sym.h
+++ b/rtl-sym.h
@@ -31,6 +31,7 @@ typedef struct rtems_rtl_obj_sym_s
rtems_chain_node node; /**< The node's link in the chain. */
const char* name; /**< The symbol's name. */
void* value; /**< The value of the symbol. */
+ uint32_t data; /**< Format specific data. */
} rtems_rtl_obj_sym_t;
/**