Changeset addd698 in rtems


Ignore:
Timestamp:
11/25/08 22:28:38 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
b2d67fd
Parents:
1ea0f9d
Message:

2008-11-25 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Most .eh_frame section to make gcc 4.4 SVN happy.
Location:
c/src/lib/libbsp/powerpc/psim
Files:
2 edited

Legend:

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

    r1ea0f9d raddd698  
     12008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * startup/linkcmds: Most .eh_frame section to make gcc 4.4 SVN happy.
     4
    152008-11-12      Joel Sherrill <joel.sherrill@oarcorp.com>
    26
  • c/src/lib/libbsp/powerpc/psim/startup/linkcmds

    r1ea0f9d raddd698  
    5959    *(.gnu.linkonce.t.*)
    6060    *(.descriptors)
     61    *(.eh_frame_hdr*)
     62    *(.eh_frame*)
    6163
    6264    /*
     
    128130  .rodata1        : { *(.rodata1)       } >RAM
    129131  PROVIDE (__FRAME_BEGIN__ = .);
    130   .eh_frame       : { *.(eh_frame)              } >RAM
    131132  PROVIDE (__FRAME_END__ = .);
    132133  PROVIDE (_etext = .);
     
    136137  .sbss2          : { *(.sbss2) *(.gnu.linkonce.sb2.*)  } >RAM
    137138  PROVIDE (__SBSS2_END__ = .);
    138   /* .eh_frame_hdr : { *(.eh_frame_hdr) } >RAM */
    139139  /* Adjust the address for the data segment.  We want to adjust up to
    140140     the same address within the page on the next page up.  It would
Note: See TracChangeset for help on using the changeset viewer.