source: rtems/bsps/powerpc/beatnik/start/linkcmds @ fbe8a7a

5
Last change on this file since fbe8a7a 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
RevLine 
[2f7a25c]1STARTUP(motld_start.o)
2ENTRY(__rtems_entry_point)
3EXTERN(__vectors)
4
[a2aec0b7]5bsp_section_small_data_area_size = 65536;
6
[2f7a25c]7INCLUDE linkcmds.share
Note: See TracBrowser for help on using the repository browser.