summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-03-03 23:07:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-03-03 23:07:25 +0000
commit91c96e1ad94824f3dca4e988e17980512931e85f (patch)
treebd2088132984a78df5d0722d59fb1fd1da2e36f4 /c
parent2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-91c96e1ad94824f3dca4e988e17980512931e85f.tar.bz2
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/linkcmds2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 1c548fbbc0..dfd9fd0ec9 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * shared/startup/linkcmds: Add wildcard to gcc_except_table section so
+ programs compiled with gcc 4.3.x can link.
+
2008-02-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* gen405: Remove (Abandoned).
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/linkcmds b/c/src/lib/libbsp/powerpc/shared/startup/linkcmds
index 129fb1463c..8df3c12b99 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/shared/startup/linkcmds
@@ -142,7 +142,7 @@ _SDA2_BASE_ = __SDATA2_START__ + 0x8000;
} > CODE
.data1 : { *(.data1) } > CODE
PROVIDE (__EXCEPT_START__ = .);
- .gcc_except_table : { *(.gcc_except_table) } > CODE
+ .gcc_except_table : { *(.gcc_except_table*) } > CODE
PROVIDE (__EXCEPT_END__ = .);
.got1 : { *(.got1) } > CODE
/* Put .ctors and .dtors next to the .got2 section, so that the pointers