source: rtems/bsps/mips/hurricane/start/ghlinkcmds @ b361eabd

Last change on this file since b361eabd was 9964895, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 08:35:35

bsps: Move startup files to bsps

Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 201 bytes
Line 
1#
2#  ghlinkcmds
3#
4
5-map
6-sec
7{
8  .text 0x80010000  :
9  .data  align(16)  :
10  .rodata :
11  .fini :
12#  .sdata :
13  .symtab :
14  .strtab :
15  .debug :
16#  .sbss :
17  .bss     align(8)  :
18  .init 0xbfc00000 :
19}
Note: See TracBrowser for help on using the repository browser.