Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mt/ms2.ld')
-rw-r--r--libgloss/mt/ms2.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/mt/ms2.ld b/libgloss/mt/ms2.ld
index 0c6bdf20f..3dac307af 100644
--- a/libgloss/mt/ms2.ld
+++ b/libgloss/mt/ms2.ld
@@ -210,9 +210,9 @@ SECTIONS
/* For now, locate data ahead of code in onchip sram/memory. */
.sram : AT (LOADADDR(.auxdata) + SIZEOF(.auxdata))
{
- *(.data.sram)
+ *(.sram.data)
. = ALIGN(4) ; /* Make sure that instructions are aligned... */
- *(.text.sram)
+ *(.sram.text)
} >sram
_sram_data_start = LOADADDR ( .sram );