summaryrefslogtreecommitdiff
path: root/rld-rap.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-08-07 18:15:06 +1000
committerChris Johns <chrisj@rtems.org>2014-08-07 18:15:06 +1000
commit27d132f87f7d6f0baeb382e69c2b1e6b88a40b55 (patch)
tree8df9d28122b5aa6a791575a0737834aa8b31c4ca /rld-rap.cpp
parent94a438138ff6f482eb94bb3e606707e5f977094b (diff)
rtms-tld: Refactor the code to match a better configuration format.
Diffstat (limited to 'rld-rap.cpp')
-rw-r--r--rld-rap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rld-rap.cpp b/rld-rap.cpp
index 500c2c3..9b87279 100644
--- a/rld-rap.cpp
+++ b/rld-rap.cpp
@@ -150,7 +150,7 @@ namespace rld
* index. This is used when adding the external symbols so the symbol's
* value can be adjusted by the offset of the section in the RAP section.
*/
- typedef std::map < const int, osection > osections;
+ typedef std::map < int, osection > osections;
/**
* An ordered container of object section indexes. We need the same