source: rtems/c/src/lib/libbsp/mips/p4000/startup/ghlinkcmds @ b1b5a7cb

4.104.114.84.95
Last change on this file since b1b5a7cb was f198c63, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/96 at 18:11:41

new file for MIPS port by Craig Lebakken (lebakken@…) and
Derrick Ostertag (ostertag@…).

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