Revision 8733f609 ppc64.ld

b/ppc64.ld
81 81
  .sdata2         : { *(.sdata2 .sdata2.* .gnu.linkonce.s2.*) }
82 82
  .sbss2          : { *(.sbss2 .sbss2.* .gnu.linkonce.sb2.*) }
83 83
  .eh_frame_hdr : { *(.eh_frame_hdr) }
84
  .eh_frame       : ONLY_IF_RO { KEEP (*(.eh_frame)) }
85
  .gcc_except_table   : ONLY_IF_RO { KEEP (*(.gcc_except_table))
86 84
*(.gcc_except_table.*) } /* Adjust the address for the data segment.  We want to
87 85
adjust up to +     the same address within the page on the next page up.  */
88 86
  . = ALIGN (0x10000) - ((0x10000 - .) & (0x10000 - 1)); . = DATA_SEGMENT_ALIGN
89 87
(0x10000, 0x1000);   /* Exception handling  */
90
  .eh_frame       : ONLY_IF_RW { KEEP (*(.eh_frame)) }
91
  .gcc_except_table   : ONLY_IF_RW { KEEP (*(.gcc_except_table))
88
  .eh_frame       : { KEEP (*(.eh_frame)) }
89
  .gcc_except_table   : { KEEP (*(.gcc_except_table))
92 90
*(.gcc_except_table.*) }   /* Thread Local Storage sections  */
93 91
  .tdata	  : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
94 92
  .tbss		  : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }

Also available in: Unified diff