Changeset 716d0d4 in rtems


Ignore:
Timestamp:
11/08/02 00:13:12 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ee4cdbc
Parents:
7c9a598
Message:

2002-11-07 Joel Sherrill <joel@…>

  • startup/linkcmds: Include all .rodata* sections.
Location:
c/src/lib/libbsp/sh
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/gensh1/ChangeLog

    r7c9a598 r716d0d4  
     12002-11-07      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/linkcmds: Include all .rodata* sections.
     4
    152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libbsp/sh/gensh1/startup/linkcmds

    r7c9a598 r716d0d4  
    7979    { *(.rela.data) *(.rela.gnu.linkonce.d*) }
    8080  .rel.rodata    :
    81     { *(.rel.rodata) *(.rel.gnu.linkonce.r*) }
     81    { *(.rel.rodata*) *(.rel.gnu.linkonce.r*) }
    8282  .rela.rodata   :
    8383    { *(.rela.rodata) *(.rela.gnu.linkonce.r*) }
  • c/src/lib/libbsp/sh/gensh2/ChangeLog

    r7c9a598 r716d0d4  
     12002-11-07      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/linkcmds: Include all .rodata* sections.
     4
    152002-11-01      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/lib/libbsp/sh/gensh2/startup/linkcmds

    r7c9a598 r716d0d4  
    9292    { *(.rela.data) *(.rela.gnu.linkonce.d*) }
    9393  .rel.rodata    :
    94     { *(.rel.rodata) *(.rel.gnu.linkonce.r*) }
     94    { *(.rel.rodata*) *(.rel.gnu.linkonce.r*) }
    9595  .rela.rodata   :
    9696    { *(.rela.rodata) *(.rela.gnu.linkonce.r*) }
  • c/src/lib/libbsp/sh/shsim/ChangeLog

    r7c9a598 r716d0d4  
     12002-11-07      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/linkcmds: Include all .rodata* sections.
     4
    152002-11-01      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/lib/libbsp/sh/shsim/startup/linkcmds

    r7c9a598 r716d0d4  
    101101  PROVIDE (etext = .);
    102102  .fini    .  : { *(.fini)    } =0
    103   .rodata  .  : { *(.rodata) *(.gnu.linkonce.r*) }
     103  .rodata  .  : { *(.rodata*) *(.gnu.linkonce.r*) }
    104104  .rodata1 .  : { *(.rodata1) }
    105105  /* Adjust the address for the data segment.  We want to adjust up to
  • c/src/lib/libbsp/sh/simsh4/ChangeLog

    r7c9a598 r716d0d4  
     12002-11-07      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/linkcmds: Include all .rodata* sections.
     4
    152002-11-01      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/lib/libbsp/sh/simsh4/startup/linkcmds

    r7c9a598 r716d0d4  
    8989  PROVIDE (etext = .);
    9090  .fini    .  : { *(.fini)    } =0
    91   .rodata  .  : { *(.rodata) *(.gnu.linkonce.r*) }
     91  .rodata  .  : { *(.rodata*) *(.gnu.linkonce.r*) }
    9292  .rodata1 .  : { *(.rodata1) }
    9393  /* Adjust the address for the data segment.  We want to adjust up to
Note: See TracChangeset for help on using the changeset viewer.