source: rtems/bsps/powerpc/beatnik/start/linkcmds @ 00f9faf2

Last change on this file since 00f9faf2 was a2aec0b7, checked in by Goetz Pfeiffer <Goetz.Pfeiffer@…>, on 04/03/19 at 09:34:53

Set the small data section size to max. for beatnik BSPs.

This applies changes similar to patch 294c6f46a6 to the beatnik BSP.
This is a board support for the mvme5500 and mvme6100 CPU.

  • Property mode set to 100644
File size: 135 bytes
Line 
1STARTUP(motld_start.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.