summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt
diff options
context:
space:
mode:
authorIvan Kuten <ivan.kuten@promwad.com>2007-11-23 10:32:50 +0000
committerIvan Kuten <ivan.kuten@promwad.com>2007-11-23 10:32:50 +0000
commit7eb9574e2b79b0f23b945850c59c1695bd3d9dca (patch)
tree22a10d89d5b6ce795954e78267b653944a1c4d92 /toolchain/elf2flt
parentcf825074e61733bca94211863731891f51d21dc8 (diff)
update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest sources from Altera, and removes obsolete patches
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r--toolchain/elf2flt/elf2flt.nios2.conditional11
1 files changed, 8 insertions, 3 deletions
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 @@