source: rtems/bsps/powerpc/mvme5500/start/linkcmds @ 294c6f4

5
Last change on this file since 294c6f4 was 294c6f4, checked in by Chris Johns <chrisj@…>, on 03/29/19 at 22:58:31

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

Closes #3728

  • Property mode set to 100644
File size: 137 bytes
Line 
1STARTUP(mvme5500start.o)
2ENTRY(__rtems_entry_point)
3EXTERN(__vectors)
4
5bsp_section_small_data_area_size = 65536;
6
7INCLUDE linkcmds.share
Note: See TracBrowser for help on using the repository browser.