summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/elf2flt.nios2.conditional
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/elf2flt/elf2flt.nios2.conditional')
-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 @@