* mt/ms2.ld (.sram): Correct typo in section names.
This commit is contained in:
		| @@ -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 ); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user