mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-10 14:37:31 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user