From d1f57b5f681012f2a6b93d8a59589b19fd4a997b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Mar 2008 23:07:47 +0000 Subject: 2008-03-03 Joel Sherrill * startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link. --- c/src/lib/libbsp/i386/pc386/startup/linkcmds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/i386/pc386/startup/linkcmds') diff --git a/c/src/lib/libbsp/i386/pc386/startup/linkcmds b/c/src/lib/libbsp/i386/pc386/startup/linkcmds index af70d53c27..96de268523 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/linkcmds +++ b/c/src/lib/libbsp/i386/pc386/startup/linkcmds @@ -95,7 +95,7 @@ SECTIONS *(.data) *(.data.*) *(.gnu.linkonce.d*) - *(.gcc_except_table) + *(.gcc_except_table*) _edata = ALIGN( 0x10 ) ; } -- cgit v1.2.3