mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* 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>
|
2006-01-16 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
* mt/Makefile.in (SCRIPTS, CRT0): Add ms2 files.
|
* mt/Makefile.in (SCRIPTS, CRT0): Add ms2 files.
|
||||||
|
@ -210,9 +210,9 @@ SECTIONS
|
|||||||
/* For now, locate data ahead of code in onchip sram/memory. */
|
/* For now, locate data ahead of code in onchip sram/memory. */
|
||||||
.sram : AT (LOADADDR(.auxdata) + SIZEOF(.auxdata))
|
.sram : AT (LOADADDR(.auxdata) + SIZEOF(.auxdata))
|
||||||
{
|
{
|
||||||
*(.data.sram)
|
*(.sram.data)
|
||||||
. = ALIGN(4) ; /* Make sure that instructions are aligned... */
|
. = ALIGN(4) ; /* Make sure that instructions are aligned... */
|
||||||
*(.text.sram)
|
*(.sram.text)
|
||||||
} >sram
|
} >sram
|
||||||
|
|
||||||
_sram_data_start = LOADADDR ( .sram );
|
_sram_data_start = LOADADDR ( .sram );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user