Ignore:
Timestamp:
06/14/02 17:27:26 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
98d15b2
Parents:
22501172
Message:

2002-06-14 Joel Sherrill <joel@…>

  • startup/linkcmds: Fixed typo and added gnu.linkonce.t and gnu.linkonce.r sections.
File:
1 edited

Legend:

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

    r22501172 rb221cd3d  
    3535     *(.entry2)
    3636     *(.text)
     37     *(.gnu.linkonce.t.*)
    3738     *(.rodata*)
     39     *(.gnu.linkonce.r.*)
    3840     *(.rodata1)
    39      *.(eh_frame)
     41     *(.eh_frame)
    4042     *(.descriptors)
    4143     *(rom_ver)
     
    8991    *(.data)
    9092    *(.data1)
     93    *(.gnu.linkonce.d*)
    9194    PROVIDE (__SDATA_START__ = .);
    9295    *(.sdata)
Note: See TracChangeset for help on using the changeset viewer.