* mt/ms2.ld (.sram): Correct typo in section names.
This commit is contained in:
parent
7c9feabf98
commit
b985a434a0
|
@ -1,3 +1,7 @@
|
|||
2006-01-18 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* mt/ms2.ld (.sram): Correct typo in section names.
|
||||
|
||||
2006-01-16 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* mt/Makefile.in (SCRIPTS, CRT0): Add ms2 files.
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue