Re: [Linux-ia64] Bug in linker script

From: Keith Owens <kaos_at_ocs.com.au>
Date: 2002-02-21 10:06:34
On Wed, 20 Feb 2002 16:34:27 +0100, 
Andreas Schwab <schwab@suse.de> wrote:
>The linker script for linking vmlinux is discarding the .text.exit
>section, but not the corresponding .IA64_unwind.text.exit and
>.IA64_unwind_info.text.exit sections.  This can cause dangling relocations
>when compiling with gcc3.
>
>Andreas.
>
>--- linux/arch/ia64/vmlinux.lds.S.~1~	Tue Jul 31 19:30:09 2001
>+++ linux/arch/ia64/vmlinux.lds.S	Tue Feb 19 15:34:49 2002
>@@ -13,6 +13,8 @@
> 	*(.text.exit)
> 	*(.data.exit)
> 	*(.exitcall.exit)
>+	*(.IA_64.unwind.text.exit)
>+	*(.IA_64.unwind_info.text.exit)
> 	}
> 

One *(*.text.exit) line would be better - untested.
Received on Wed Feb 20 15:06:53 2002

This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:07 EST