summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-25 22:28:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-25 22:28:38 +0000
commitaddd698421bcef2f2b07da5ad0d89da2be2db4ae (patch)
tree233f3fee0bb9e1fc9bceed0245c97ad7ccb38b36 /c/src/lib/libbsp/powerpc/psim/startup/linkcmds
parent2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-addd698421bcef2f2b07da5ad0d89da2be2db4ae.tar.bz2
2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Most .eh_frame section to make gcc 4.4 SVN happy.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/psim/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/linkcmds4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
index 2c3f89130d..571ff7a95a 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
@@ -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: