summaryrefslogtreecommitdiff
path: root/src/model/reladd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/reladd.c')
-rw-r--r--src/model/reladd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/model/reladd.c b/src/model/reladd.c
index ffd02f4..2de03dc 100644
--- a/src/model/reladd.c
+++ b/src/model/reladd.c
@@ -160,4 +160,7 @@ void elfu_mReladd(ElfuElf *me, ElfuElf *mrel)
/* Do relocations and other stuff */
elfu_mScnForall(mrel, subScnAdd2, me, NULL);
+
+ /* Re-layout to accommodate new contents */
+ elfu_mLayoutAuto(me);
}