Ignore:
Timestamp:
08/30/01 18:38:09 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
73aef37f
Parents:
fb1d8f81
Message:

2001-08-30 Joel Sherrill <joel@…>

  • startup/linkcmds: Modified to work better with gcc 2.8.1 and gnat 3.13p.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/score603e/startup/linkcmds

    rfb1d8f81 r7078fa2a  
    6161    *(.gnu.warning)
    6262  }
    63   .init           : { *(.init)          }
    64   .fini           : { *(.fini)          }
     63  .init           : { __init = .; *(.init)              }
     64  .fini           : { __fini = .; *(.fini)              }
    6565  .rodata         : { *(.rodata) *(.gnu.linkonce.r*) }
    6666  .rodata1        : {
Note: See TracChangeset for help on using the changeset viewer.