2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/linkcmds.brs5l: Add missing wild card on .sdata section so
	all class examples build.
This commit is contained in:
Joel Sherrill
2007-06-22 14:34:45 +00:00
parent 92b0ebaea6
commit 6f2208fb13
2 changed files with 6 additions and 1 deletions
@@ -1,3 +1,8 @@
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds.brs5l: Add missing wild card on .sdata section so
all class examples build.
2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/clock.c: Add nanoseconds since last tick support.
@@ -225,7 +225,7 @@ SECTIONS
*(.data1)
*(.data.* .gnu.linkonce.d.*)
PROVIDE (__SDATA_START__ = .);
*(.sdata)
*(.sdata*)
*(.gnu.linkonce.s.*)
data.end = .;
} > ram