2001-05-17 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Per PR224, added wild card math to .rodata.
This commit is contained in:
Joel Sherrill
2002-05-17 18:02:15 +00:00
parent 1b074a19c3
commit cb3a7edfa3
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-05-17 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Per PR224, added wild card math to .rodata.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/bsp.h: include <libcpu/cpu.h>. * include/bsp.h: include <libcpu/cpu.h>.

View File

@@ -76,7 +76,7 @@ SECTIONS
__DTOR_END__ = .; __DTOR_END__ = .;
_rodata_start = . ; _rodata_start = . ;
*(.rodata) *(.rodata*)
. = ALIGN(0x20); . = ALIGN(0x20);
_erodata = .; _erodata = .;