forked from Imagelibrary/rtems
2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Most .eh_frame section to make gcc 4.4 SVN happy.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Most .eh_frame section to make gcc 4.4 SVN happy.
|
||||
|
||||
2008-11-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspstart.c: Add bsp_clicks_per_usec variable which is used by
|
||||
|
||||
@@ -58,6 +58,8 @@ SECTIONS
|
||||
*(.text*)
|
||||
*(.gnu.linkonce.t.*)
|
||||
*(.descriptors)
|
||||
*(.eh_frame_hdr*)
|
||||
*(.eh_frame*)
|
||||
|
||||
/*
|
||||
* Special FreeBSD sysctl sections.
|
||||
@@ -127,7 +129,6 @@ SECTIONS
|
||||
.rodata : { *(.rodata*) *(.gnu.linkonce.r*) } >RAM
|
||||
.rodata1 : { *(.rodata1) } >RAM
|
||||
PROVIDE (__FRAME_BEGIN__ = .);
|
||||
.eh_frame : { *.(eh_frame) } >RAM
|
||||
PROVIDE (__FRAME_END__ = .);
|
||||
PROVIDE (_etext = .);
|
||||
PROVIDE (etext = .);
|
||||
@@ -135,7 +136,6 @@ _SDA2_BASE_ = __SDATA2_START__ + 0x8000;
|
||||
.sdata2 : { *(.sdata2) *(.gnu.linkonce.s2.*) } >RAM
|
||||
.sbss2 : { *(.sbss2) *(.gnu.linkonce.sb2.*) } >RAM
|
||||
PROVIDE (__SBSS2_END__ = .);
|
||||
/* .eh_frame_hdr : { *(.eh_frame_hdr) } >RAM */
|
||||
/* Adjust the address for the data segment. We want to adjust up to
|
||||
the same address within the page on the next page up. It would
|
||||
be more correct to do this:
|
||||
|
||||
Reference in New Issue
Block a user