summaryrefslogtreecommitdiffstats
path: root/linkers
diff options
context:
space:
mode:
Diffstat (limited to 'linkers')
-rw-r--r--linkers/rtems-exeinfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linkers/rtems-exeinfo.cpp b/linkers/rtems-exeinfo.cpp
index caae168..e54f9b2 100644
--- a/linkers/rtems-exeinfo.cpp
+++ b/linkers/rtems-exeinfo.cpp
@@ -210,7 +210,8 @@ namespace rld
section::section (const section& orig)
: sec (orig.sec),
- data (orig.data)
+ data (orig.data),
+ byteorder (orig.byteorder)
{
}