From 7eb9574e2b79b0f23b945850c59c1695bd3d9dca Mon Sep 17 00:00:00 2001 From: Ivan Kuten Date: Fri, 23 Nov 2007 10:32:50 +0000 Subject: update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest sources from Altera, and removes obsolete patches --- toolchain/elf2flt/elf2flt.nios2.conditional | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'toolchain/elf2flt') diff --git a/toolchain/elf2flt/elf2flt.nios2.conditional b/toolchain/elf2flt/elf2flt.nios2.conditional index ca99cb3a1..96a3a9710 100644 --- a/toolchain/elf2flt/elf2flt.nios2.conditional +++ b/toolchain/elf2flt/elf2flt.nios2.conditional @@ -1,6 +1,6 @@ --- elf2flt/elf2flt.ld +++ elf2flt/elf2flt.ld -@@ -62,6 +62,10 @@ +@@ -63,12 +63,16 @@ *(.eh_frame) *(.gcc_except_table) @@ -11,8 +11,6 @@ /* Microblaze has .sdata and .sbss (small bss). They must be contiguous, so please don't move any of this. JW */ _ssrw = . ; -@@ -72,7 +72,7 @@ - _ssrw = . ; *(.sdata) *(.sdata.*) - *(.sbss) /* Don't move this! */ @@ -20,6 +18,13 @@ _essrw = . ; _ssrw_size = _essrw - _ssrw; +@@ -176,4 +180,6 @@ + .debug_line 0 : { *(.debug_line) } + .debug_pubnames 0 : { *(.debug_pubnames) } + .debug_aranges 0 : { *(.debug_aranges) } ++ .debug_frame 0 : { *(.debug_frame) } ++ .debug_str 0 : { *(.debug_str) } + } --- elf2flt/ld-elf2flt.in +++ elf2flt/ld-elf2flt.in @@ -132,7 +132,7 @@ -- cgit v1.2.3