forked from Imagelibrary/rtems
2001-05-17 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Per PR224, added wild card math to .rodata.
This commit is contained in:
@@ -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>
|
||||
|
||||
* include/bsp.h: include <libcpu/cpu.h>.
|
||||
|
||||
@@ -76,7 +76,7 @@ SECTIONS
|
||||
__DTOR_END__ = .;
|
||||
|
||||
_rodata_start = . ;
|
||||
*(.rodata)
|
||||
*(.rodata*)
|
||||
. = ALIGN(0x20);
|
||||
_erodata = .;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user