From 91c96e1ad94824f3dca4e988e17980512931e85f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Mar 2008 23:07:25 +0000 Subject: [PATCH] 2008-03-03 Joel Sherrill * shared/startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link. --- c/src/lib/libbsp/powerpc/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/shared/startup/linkcmds | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 * 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