Changeset 7078fa2a in rtems


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.
Location:
c/src/lib/libbsp/powerpc/score603e
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/score603e/ChangeLog

    rfb1d8f81 r7078fa2a  
     12001-08-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
     4        gnat 3.13p.
     5
    162001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • 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.