[rtems commit] Set the small data section size to max. for mvme5500 and mvme2100 BSPs

Chris Johns chrisj at rtems.org
Mon Apr 1 03:24:52 UTC 2019


Module:    rtems
Branch:    master
Commit:    294c6f46a627b06409ee469f4d3a472086a2d76f
Changeset: http://git.rtems.org/rtems/commit/?id=294c6f46a627b06409ee469f4d3a472086a2d76f

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sat Mar 30 09:58:31 2019 +1100

Set the small data section size to max. for mvme5500 and mvme2100 BSPs

Closes #3728

---

 bsps/powerpc/motorola_powerpc/start/linkcmds | 2 ++
 bsps/powerpc/mvme5500/start/linkcmds         | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/bsps/powerpc/motorola_powerpc/start/linkcmds b/bsps/powerpc/motorola_powerpc/start/linkcmds
index ae44032..502eef9 100644
--- a/bsps/powerpc/motorola_powerpc/start/linkcmds
+++ b/bsps/powerpc/motorola_powerpc/start/linkcmds
@@ -3,4 +3,6 @@ STARTUP(start.o)
 ENTRY(__rtems_entry_point)
 EXTERN(_vectors)
 
+bsp_section_small_data_area_size = 65536;
+
 INCLUDE linkcmds.share
diff --git a/bsps/powerpc/mvme5500/start/linkcmds b/bsps/powerpc/mvme5500/start/linkcmds
index 384b623..588ca6c 100644
--- a/bsps/powerpc/mvme5500/start/linkcmds
+++ b/bsps/powerpc/mvme5500/start/linkcmds
@@ -2,4 +2,6 @@ STARTUP(mvme5500start.o)
 ENTRY(__rtems_entry_point)
 EXTERN(__vectors)
 
+bsp_section_small_data_area_size = 65536;
+
 INCLUDE linkcmds.share



More information about the vc mailing list