summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-files.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-04-03 15:39:58 +1000
committerChris Johns <chrisj@rtems.org>2016-04-03 15:39:58 +1000
commit8dc277265b414b7966563493a2ab159fcdfd49a3 (patch)
tree3c1a56eec87832cd032523d9f870ee4ccc9b6159 /rtemstoolkit/rld-files.cpp
parent2e973519a4e71a6a41b3a11e4ea1d3b94476ebb3 (diff)
rtemstoolkit: Add the address to the section.
Diffstat (limited to 'rtemstoolkit/rld-files.cpp')
-rw-r--r--rtemstoolkit/rld-files.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemstoolkit/rld-files.cpp b/rtemstoolkit/rld-files.cpp
index 5bc266c..1a236fd 100644
--- a/rtemstoolkit/rld-files.cpp
+++ b/rtemstoolkit/rld-files.cpp
@@ -842,6 +842,7 @@ namespace rld
info (es.info ()),
flags (es.flags ()),
offset (es.offset ()),
+ address (es.address ()),
rela (es.get_reloc_type ())
{
}